X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Options (https://forum.x-cart.com/showthread.php?t=23738)

creflections 08-01-2006 07:31 AM

Product Options
 
I'm trying to change the product options for price from:

Pint (+$3.95) to Pint (Add $3.95) or Pint (Subtract $3.95)

My customers get a little confused by the +$3.95. They think the price is $3.95.

Any help is appreciated.

:P

balinor 08-02-2006 03:27 AM

currency.tpl...replace this:

{if $value gte 0}+{else}-{/if}

with this:

{if $value gte 0}Add{else}Subtract{/if}


All times are GMT -8. The time now is 06:02 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.