|
Last updated: 02/08/2012
By default, Sunshop shows how much will be added when selecting a specific option. For example,
Small Medium (Add $5.00) Large (Add $6.00)
This behavior is hardcoded into the global.php
script. To remove it, edit that file (carefully).
Search for lines like this:
$item[add_price] =
and immediately below all those lines, add this line:
$item[add_price] = "";
That will remove the extra pricing info per item, but still maintain the correct pricing.
blog comments powered by
|