Re: Modifying wholesale template look
Some of the wholesale pricing template is in the func.js file - I also had the same problem.
You will notice that when a product has variants it doesn't show right, this is because it uses the template from the func.js file. Its different because the script has been written so that the wholesale prices update dynamically when a customer changes the product options.
Look under the rebuild_wholesale() function within /skin1/modules/product_options/func.js
|