I am running OC 2.1.01 with a parent-child options (Live open cart) extension.
The child options show the name of the option, a set of closed parenthesis followed by the option price where applicable.
Ho do I get rid of the parenthesis?
This is the code outputing them in product.tpl:
Code: Select all
<?php if ($option_value['price']) { ?>
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
<?php } ?>
Who is online
Users browsing this forum: No registered users and 3 guests