Quote Originally Posted by Chrome View Post
Hi countrycharm

Try this: find line #36 in /includes/modules/pages/product_info/jscript_ajax_updater.php
Code:
var _secondPrice = 'cartAdd';
And change it to:
Code:
var _secondPrice = false;
Let me know how it goes

Dan
Dan it works great now. There is just one problem. I'm getting a lot of error myDEBUG in my cache folder. This is what it says.

[27-Oct-2011 20:17:10] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/content/x/x/x/xxxxxxxxxxx/html/includes/classes/dynamic_price_updater.php on line 209
[27-Oct-2011 20:17:10] PHP Warning: Variable passed to each() is not an array or object in /home/content/x/x/x/xxxxxxxxxx/html/includes/classes/dynamic_price_updater.php on line 210
[27-Oct-2011 20:15:52] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/content/x/x/x/xxxxxxxxxxx/html/includes/classes/dynamic_price_updater.php on line 209
[27-Oct-2011 20:15:52] PHP Warning: Variable passed to each() is not an array or object in /home/content/x/x/x/xxxxxxxxxx/html/includes/classes/dynamic_price_updater.php on line 210
[27-Oct-2011 20:15:52] PHP Warning: Division by zero in /home/content/x/x/x/xxxxxxxxxxxx/html/includes/classes/dynamic_price_updater.php on line 117
I have no idea what the errors are.