Re: Dynamic Price Updater
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
Re: Dynamic Price Updater
The 0.0001 correction fixed the duplicate numbers in non-adjusting attributes. Thanks.
But I still have the "Your Price:" showing up twice - once by the image and once underneath. Too weird.
I'll get there!
1 Attachment(s)
Re: Dynamic Price Updater
Hi,
i've made some modifications:
//NEW: NO INIT BY PRICE IS CALL, PRICE IS FREE
//NEW: SUPPORT FOR SPECIAL PRICES
//FIX: RADIO AND CHECKBOX OPTION PRICE = 0,00
//NEW: USE ZENCART CURRENCIES FORMAT
//NEW: USE ZENCART DEFAULT Decimal_Point, Thousands_Point
//FIX: ATTRIBUTE PICTURES if attribute pictures used , Dynamic Price Updater don't find the label with attribut prices
/*
Attribute Style for Radio Buttons/Checkbox" :
Image Styles:
0= Images Below Option Names #WORK#
1= Element, Image and Option Value #WORK#
2= Element, Image and Option Name Below #WORK#
3= Option Name Below Element and Image #WORK#
4= Element Below Image and Option Name #WORK#
5= Element Above Image and Option Name #WORK#
*/
web28
Re: Dynamic Price Updater
Hi,
I installed it and is not working on my zen cart
I get the following debug advice:
Debug messages
SP Onload: Type: always
updSP: Unable to clone price node!
updSP: Duplicating price, by jove!
Some idea of what can be wrong?
Re: Dynamic Price Updater
@ flasmar
Try to set:
var _secondPrice = false;
Post the link of your zen cart
web28
Re: Dynamic Price Updater
I have the link and am currently investigating
My Spidey-sense tells me the regex may be at fault
Dan
Re: Dynamic Price Updater
Hi everybody.
As web28 is willing to help aslo (thanks), have a look at my test site www.doct############o.es
www dot doctor gasmo (all together) dot es
Next time I will choose a name that is not abfuscated for my test site.
I have two products, first with base price 50 and 2 attributes (+100) and (+150)
second with base price 0 and 3 attributes each with total price.
Anyway Chorme seems to have a spider-idea... I wait your comments.
I installed the Chrome version, not 0.98 from web28
Re: Dynamic Price Updater
anybody no what causes this error to appear when selecting an attribute?
Your price: undefined24.95undefined (1)
thanks.
Re: Dynamic Price Updater
Hi
I do
Got a link? I'll check it out as I'm checking out flasmar's site... I think I can reuse some of the code I have written for his site
Cheers
Dan
Re: Dynamic Price Updater
hi chrome,
thanks for the reply. i fixed it i guess. i still don't know what caused it, but i uploaded DynamicPriceUpdater_0.98 and it's working now.
:cheers: