View Single Post
  #160  
Old 01-20-2013, 07:25 PM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default Re: X-Cart Adapt Template

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?
__________________
X-Cart DB Version: 5
Reply With Quote