To remove pricing from your Cross Sell products :

1. Open catalog/includes/modules/xsell_products.php

2. Comment out line 30 - 39 :

 $xsell?'specials_new_products_price' = tep_get_products_special_price($xsell?'products_id');
 
if ($xsell?'specials_new_products_price') {
 
      $xsell_price =  '<s>' . $currencies->display_price($xsell?'products_price',
 tep_get_tax_rate($xsell?'products_tax_class_id')) . '</s><br>';
 
      $xsell_price .= '<span class="productSpecialPrice">' .
 $currencies->display_price($xsell?'specials_new_products_price',
 tep_get_tax_rate($xsell?'products_tax_class_id')) . '</span>';
 
    } else {
 
      $xsell_price =  $currencies->display_price($xsell?'products_price',
 tep_get_tax_rate($xsell?'products_tax_class_id'));
 
    }
 
removing_product_price_from_cross_sell_product_list.txt · Last modified: 2007/12/28 22:21 by michael_s
Host with the osCMax experts
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki