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)
-   -   Any way to show 'priced from' with variant product instead of $0.00 (https://forum.x-cart.com/showthread.php?t=54969)

spence888mph 08-08-2010 05:13 PM

Any way to show 'priced from' with variant product instead of $0.00
 
Hi I have a few products with multiple pricing but it displays the product as 0.00 by default:

http://www.4m.com.au/store/home.php?cat=259

Is there a way for it to take the lowest amount and show someting like from $120.00, the $0.00 is kinda silly!

cheers!

ARW VISIONS 08-08-2010 09:35 PM

Re: Any way to show 'priced from' with variant product instead of $0.00
 
just set the product price to the lowest variant price.

balinor 08-09-2010 04:05 AM

Re: Any way to show 'priced from' with variant product instead of $0.00
 
Have a look in the Completed Custom Mods forum - there is a hack for this depending on your version.

spence888mph 08-09-2010 04:18 PM

Re: Any way to show 'priced from' with variant product instead of $0.00
 
Thanks guys! Balinor, thanks, I had a look but must be searching for the wrong thing, I'll take another squizz!

cflsystems 08-10-2010 03:08 AM

Re: Any way to show 'priced from' with variant product instead of $0.00
 
This should help

In products.tpl and products_t.tpl just change:

{$lng.lbl_our_price}:

to

{if $products[product].is_product_options}{$lng.lbl_priced_from}{else}{$ lng.lbl_our_price}{/if}:

and create a new language variable as lbl_priced_from

spence88mph 08-10-2010 04:23 PM

Re: Any way to show 'priced from' with variant product instead of $0.00
 
maaan, you're a legend thanks so much!!!


All times are GMT -8. The time now is 01:20 PM.

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