1. My Cats menu on the left hand side when i expand to view sub-cats and click a link it doesn't take me to that page instead just directs me to the main category and I have to click the link again. Any ideas?
2. Also some of my products under *NEW* on the home page display with a 0.00 price if they have a product variant and I did not set an original price for them just a price in the variants. Does anyone know how to possible modify:
Code:
if (document.getElementById('po778').selectedIndex == 0)
{ alert('Please select an Option.'); return false;
}
else return true;
to display the lowest price or any price for that matter if a variant has not yet been selected? Or is there a better way of doing this?