Hi
I've had a quick look at the site
I believe the issue with double pricing can be resolved by giving the blank attributes a value of 0.0001... There is mention of it somewhere earlier in the thread... This will, unfortunately, lead to, for example, 30 inches having (+$0.00) after it... My memory of this problem is a little hazy so a quick trawl of the thread may be in order... I'll look into this tonight when I get to my dev machine and hopefully get an interim build completed
The price showing up twice is a direct result of the above error
For the quantity display, open up jscript_updater.php in an editor and find this line:
Code:
var showQuantity = true; // show the quantity the customer has requested in the main price header
Change the true to false and you should be all set
Hopefully I'll have some news in a few hours
Cheers
Dan
Bookmarks