
Originally Posted by
dharrison
Aww thanks design75. I remember lst year on setting this up how helpful you are.

I think this is the code you were looking for, in the file "includes/modules/pages/product_info/jscript_dynamic_price_updater.php"
form line 309 remove the following lines. These are I believe obsolete.
PHP Code:
<?php
$show_dynamic_price_updater_sidebox = true;
if ($show_dynamic_price_updater_sidebox == true)
{
?>
createSB();
<?php
}
?>
And maybe the whole function init() can be removed, but I haven't tested that yet
Bookmarks