Re: Dynamic Price Updater
Quote:
Originally Posted by
bigstore
I've detected another issue. It seems to be displaying the wrong price.
I have Ultimate Cross Sell installed as well and it looks like it is displaying the price of the Related Products.
I have this same issue however on at least one product it continues to display the correct price. I am still trying to pinpoint what would cause one product to work with upsell and one not to.
Re: Dynamic Price Updater
Quote:
Originally Posted by
jwduke3d
I have this same issue however on at least one product it continues to display the correct price. I am still trying to pinpoint what would cause one product to work with upsell and one not to.
wierd. I'm pretty sure the javascript is looking for the product_id in the xml data but it's not exactly pulling from the correct one.
Re: Dynamic Price Updater
I seem to have a conflict with my authorize.net and dynamic price updater. Happened when I moved cart from one host to another. The answer seems to uninstall dynamic price updater. How do I do that?
using: v1.3.9h
Re: Dynamic Price Updater
Quote:
Originally Posted by
rliddle
I seem to have a conflict with my authorize.net and dynamic price updater. Happened when I moved cart from one host to another. The answer seems to uninstall dynamic price updater. How do I do that?
using: v1.3.9h
Just delete or rename the following files on your server.
\includes\classes\dynamic_price_updater.php
\includes\modules\pages\product_info\jscript_ajax_updater.php
I just renamed mine until the bug is fixed with it filling my log directory with errors as I mentioned in a previous post a few pages back.
Re: Dynamic Price Updater
Thanks, did that, and still have same error. uggh.
Re: Dynamic Price Updater
Quote:
Originally Posted by
rliddle
I seem to have a conflict with my authorize.net and dynamic price updater. Happened when I moved cart from one host to another. The answer seems to uninstall dynamic price updater. How do I do that?
using: v1.3.9h
Quote:
Originally Posted by
rliddle
Thanks, did that, and still have same error. uggh.
What is the error you are getting are you sure it is caused by DPU? Because if DPU is disabled then it's not possible that DPU is causing the issue.
Re: Dynamic Price Updater
Guys, I am banging my head against a wall here.
http://www.dev.sgpconsulting.co.uk/w...&products_id=5
The above works exactly as I want it in IE, but the price is not updating in either FF or Chrome.
Any help would be very gratefully appreciated.
Re: Dynamic Price Updater
Quote:
Originally Posted by
stevep81
Works for me. Have you tried doing a CTRL F5 to reload your cache?
Tried on FF v10.0.2 and Chrome v17.0.963.83
Also if your fussy about cosmetics and having everything perfect like me :laugh:. You might want to move the ajax-loader.gif up a bit more so it can be seen properly. Or just remove it all together.
Also just out of curiosity is there any log files in your cache directory that have a sizing of 393?
Re: Dynamic Price Updater
Got it all working, client happy. Moved the whole site to their server. And now whenerver a dynamic price update would take place, I get a popup with "Status returned - not found".
Bit of digging in the debug console and it appears that a post is being made looking for dpu_ajax.php in the top level domain rather than in the root of the catalog.
Any ideas?
Re: Dynamic Price Updater
Quote:
Originally Posted by
stevep81
Got it all working, client happy. Moved the whole site to their server. And now whenerver a dynamic price update would take place, I get a popup with "Status returned - not found".
Bit of digging in the debug console and it appears that a post is being made looking for dpu_ajax.php in the top level domain rather than in the root of the catalog.
Any ideas?
Same thing happened to me. Try installing dpu_ajax.php into that directory.
I got the same error message when I forgot the upload this file.