Hi All,
Is there any way that I can COMPLETELY remove the 'Starting At...' pricing message that appears on products with options? All I want is the normal 'Price' field to display the standard price of the product. Is this possible?
Hi All,
Is there any way that I can COMPLETELY remove the 'Starting At...' pricing message that appears on products with options? All I want is the normal 'Price' field to display the standard price of the product. Is this possible?
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
And by design, Zen Cart has a handy dandy little switch in each of the Product Types in the Catalog ... Product Types ... Edit Layout ... where you can turn that on/off:
Neat, eh?Show Starting At text on Price
Display Starting At text on products with attributes Product Info 0= off 1= on![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hi,
I am not able to display "price starting at" before the price.
I have configured in layout setting to display but nothing happens.
I have checked the tpl_product_info_display and it seems correct.
I then hit this post and I have added a attribute and bingo it comes out.
How can I have the "price starting at" displayed without adding a attribute? Thanks
enzo
Never mind. I estonished myself modifying the tpl_product_info_display.
Now it is so:
line 143 echo $one_time . TEXT_BASE_PRICE . zen_get_products_display_price((int)$_GET['products_id']);
line 144 ?></h2>
And it works like I wanted.
I published this because may be someone wants to have the same option.
Bye Bye
Enzo