Re: Dynamic Price Updater
Hi
V2 doesn't use the seeker regex, it doesn't use a search regex at all... The new system works by gathering the IDs and values of the form and submitting them to an Ajax script... It makes the front-end more stable and minimises the amount of code delivered to the browser (faster page load)
You don't have to delete V1 to disable it temporarily; you can just prepend an underscore to the filename :smile:
Good luck and let me know if you need any help
Dan
Re: Dynamic Price Updater
Hi everyone, i have this installed and mostly working, but is it right that on items using the salemaker, it makes the original price and the "Save: 10% off" text vanish , replaced with just the new price?? I would really like it to keep the "Save: 10% off" text showing if possible, not even bothered about the old price with line through though that would be a bonus. Any ideas, I have read through every page of this thread I think :frusty:
Re: Dynamic Price Updater
Hi
I really don't have a problem - this thread and the amount of effort you put into it have allowed me to sort everything out.
Just wanted to thank you Dan for a fantastic mod
:clap:
Re: Dynamic Price Updater
Hello,
I have tweak the attributes to do the length * width * material cost (all attributes) and get the final price in the shopping cart and using the custom code found in http://www.zen-cart.com/forum/showth...re+foot&page=2 number 15.
My question is how can i do this in the Dynamic Price updater?
And which code in DPU i have to edit?
Or have someone did this already?
Please can u tell me where do i start and what are the steps?
Any help is much appreciated.
Thanks
Re: Dynamic Price Updater
Hi, Chrome:
I installed the dynamic Pice updater, and it seems it doesn't work for my ZJ-orange template, how is that, did I missing something? www.flyonwireless.com
thanks.
Re: Dynamic Price Updater
Hi all
First off, sorry for not being around too much; life just doesn't seem to want to give me any free time
About the salemaker: apologies for this, I know a lot of people need this to work... I'll see if I can find some time to fix it
kbear: Thanks! :smile: it's always nice to know people appreciate the effort (even if I haven't been able to support this the way I would have hoped)
bhadz08: As I don't know what you have tweaked I can't really give you any advice further than check out the Updater file in /classes/... All the code to work out the product price is in there
mgwirelessllc: I don't see the Javascript for the Updater on your site... I think the page may be overridden by the template so you would have to locate the jscript_ajax_updater.php file in the override folder... That should cure it for you
Thanks for all the support, guys
Dan
Re: Dynamic Price Updater
Hello,
Thanks for the great mod Dan.
I have a slight problem with DPU working with the Attribute image replaces main image mod.
If I enable DPU i can no longer have the picture change when an attribute is selected.
Any help would be greatly appreciated, Again thanks for all the hard work.
Here is a page with said example.
http://begreencanada.ca/index.php?ma...roducts_id=189
Re: Dynamic Price Updater
hi,
First of all, very nice module... works great.
What i'm trying to is to display a simple table below the attributes, which calculates the quantity price including the attributes.
the quantity discount does this, but only on the base price. I what it to show like DPU.
So actually... my dynamic price is shown below the attributes, can i copy/paste it several times, and multiply it somehow ??
zencart 139h
temp website running here: http://www.arjonoostrom.nl/zen/index...&products_id=2
(i have hidden the attributes prices, but they are calculated)
Thanks
Eelco
Re: Dynamic Price Updater
Quote:
Originally Posted by
ShockRaver
hi,
First of all, very nice module... works great.
What i'm trying to is to display a simple table below the attributes, which calculates the quantity price including the attributes.
the quantity discount does this, but only on the base price. I what it to show like DPU.
So actually... my dynamic price is shown below the attributes, can i copy/paste it several times, and multiply it somehow ??
zencart 139h
temp website running here:
http://www.arjonoostrom.nl/zen/index...&products_id=2
(i have hidden the attributes prices, but they are calculated)
Thanks
Eelco
what i just thought of.... some attributes have a onetime charge, so simply multiply won't work.... any way to do this ?
Re: Dynamic Price Updater
Quote:
Originally Posted by
Chrome
Hi!
The (1) that's shown is the quantity... to disable it open up includes/modules/pages/product_info/jscript_updater.php and find the line that says:
var showQuantity = true;
Change the true to false... If you don't want the quantity to show up in the sidebox, adjust the line directly below this:
var showQuantitySB = true;
Again, change the true to false
Don't remove the (+$5) from your attributes... the Updater reads those values and makes its adjustments based on them
HTH
Dan
Does anyone know how to remove the quantity in the latest version? The code listed above is not in "jscript_ajax_updater.php" located in product_info.