Re: Dynamic Price Updater
Hi Dan,
I was using CSS / Javascript loader by Yellow1912. It uses minify technology, and disabling this made your mod work and something else work.
I was wondering, is there a way to display the price for sold out items? I see that it goes to 'Your Price: 0.00'. Just curious.
James
Re: Dynamic Price Updater
Hi James
Hmm, maybe it's the minifying of objects that's causing the issue... I know that Mootools is available minified and that broke the Updater... Some research needed there I reckon
Good catch on the sold out bit! Completely forgot about that... I'll put in a section that disables the Updater should the product be sold out (essentially a request is sent on page load with the quantity value of 0)
Cheers for the feedback! :smile:
Dan
Re: Dynamic Price Updater
Is there a way to stop the 2 "Your price $x.xx" from showing in the Product description? Does it have to show twice? Can it show one "Your price $x.xx"
Lesko
Re: Dynamic Price Updater
Hi lesko
That's the Second Price... There's a line in includes/modules/pages/product_info/jscript_ajax_updater.php that goes
Code:
var _secondPrice = 'cartAdd';
If you change that to
Code:
var _secondPrice = false;
And that should kill the second display
Let me know how it goes
Dan
Re: Dynamic Price Updater
Our "css/js loader" has actually been disabled since the installation of that mod, it never did work properly for us. It could be that we are using SEO URL.
I've tried everything I could think of to try and get DPU working as well as the minify thing.:frusty:
Even though the minifier is not being used and is disabled do you think this would play a part in why DPU is not working?:blink:
Re: Dynamic Price Updater
Thanks Dan,
That did it! its works great....
lesko
Re: Dynamic Price Updater
Hi
Lesko, I'm glad to hear it :D
Ksookma, I got your site confused with James's... His site has the minify issue but yours is hitherto unique
You have something that's calling an Ajax routine on page load... Do you know which of your mods uses Ajax?
Thanks for the support :smile:
Dan
Re: Dynamic Price Updater
Quote:
Originally Posted by
Chrome
Ksookma, I got your site confused with James's... His site has the minify issue but yours is hitherto unique
You have something that's calling an Ajax routine on page load... Do you know which of your mods uses Ajax?
Thanks for the support :smile:
Dan
Not quite sure what an Ajax routine is. Thes are some of he mods that I have recently installed.
fast and easy checkout
JQ Lightbox
Tabbed Products Pro
I have a feeling that maybe tabed product pro might be interfering but not sure what I would need to do...
Re: Dynamic Price Updater
Sorry bout the miss spellings, typed that one out a bit too fast!:smile:
Re: Dynamic Price Updater
Hi Dan,
will your add on work for me for this type of pricing?
http://www.monarchdecals.com/pricelisttest.gif
Thanks in advance.