Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Products Attributes - Price display off


tim_ver

Recommended Posts

Posted

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

post-10653-0-26165000-1383553170_thumb.jpg

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...