Quote Originally Posted by jettrue View Post
As far as getting the "Our Price" in there, you can add it in includes/templates/YOUR_TEMPLATE/template/tpl_product_info_display.php by changing this:

Code:
  echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

to this:

Code:
  echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : 'Our Price: ') . zen_get_products_display_price((int)$_GET['products_id']);

But as far as getting rid of the percentage off and such, I'd start a new thread about that in the general forum.


Dear Jade,
Thank you for your kindly help.
Now I start a new thread adress is :
http://www.zen-cart.com/forum/showth...065#post458065
Please go there and help me~
Thank you again.
Regards,
Hebbe