Remove prices from Variation drop-downs in Shopp WordPress plugin
Problem: In Shopp (1.1.9) the default variations drop-down list shows prices. This isn’t always desired. This is the default usage: <ul class="variations"> <?php shopp(’product’, ‘variations’, ‘mode=multiple&label=true&defaults=Select an option&before_menu=<li>&after_menu=</li>’); ?> </ul> And this outputs a list that shows options as “Option Label (price)”. Fix: The code above can be replaced with this code to manually create [...]