Hey all
CybaGirl: The problem with the tax should always be minimal, if at all... I can't remember the exact details (it has been a while and much code has happened) but I think my main fear was a minor discrepancy on large prices... If I can free up some time today I'll review the forum and re-acquaint myself with the problem
The Updater V1 used a method of starting itself that was non-standard... In V2 a different method is used that adds the Updater to a queue of applications to be initialised... V1 tended to knock every other initialisation registered out
oberheimer: The price displays can be manipulated with normal CSS rules... The second price display has the ID of productPricesSecond... The sidebox can be disabled by opening /includes/modules/pages/product_info/jscript_ajax_updater.php and setting
Code:
define('DPU_SIDEBOX_ELEMENT_ID', 'whatsnew');
to
Code:
define('DPU_SIDEBOX_ELEMENT_ID', false);
HTH
Dan
Bookmarks