Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Specials around the wrong way? So shows the Old price, and the


Guest

Recommended Posts

Done.

 

I just changed

 

$p_price = $currencies->display_price($specials[products_price'], tep_get_tax_rate($specials['products_tax_class_id'])).'</strong> <s>'.$currencies->display_price($specials['specials_new_products_price'],'').'</s>';

 

 

to

 

$p_price = $currencies->display_price($specials['specials_new_products_price'], tep_get_tax_rate($specials['products_tax_class_id'])).'</strong> <s>'.$currencies->display_price($specials['products_price'],'').'</s>';

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...