tim_ver Posted November 4, 2013 Posted November 4, 2013 I have setup a Product Option (Size) and gave it Option Values (30 Tablets, 60 Tablets, 90 Tablets) and then added Products Attributes ( + $0, + $25, + $32). The issue I have is I do not want it to show the cost next to the Option Values (30 Tablets, 60 Tablets, 90 Tablets. I have attached a screen shot to show what I am after, please let me know if this is possible, and if so how to achive this (what to edit in the code). Thanks
De Dokta Posted November 4, 2013 Posted November 4, 2013 Hi, in catalog/product_info.php search: if ($products_options['options_values_price'] != '0') { $products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') '; } and comment it completely out. Greetz J.J.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.