![]() |
Adding Quantity Pricing to Products Page
By default the quantity pricing box shows on the Product page.
How do I get it to show on the page before, the Products page? Thanks Sean |
It usually shows be default on the products.tpl also atleast mine did.
Anyway, just put this code where you want the price to go and it should work. <tr><td class=ProductPriceConverting>{$lng.lbl_price}:</td> <td> {if $product.price ne 0} <font size="1">{include file="currency.tpl" value=$products[product].price}</font><font size="1"> {include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].price}</font>{if $config.Taxes.use_vat eq "Y" and $products[product].vat gt "0"}, {$lng.lbl_including_vat} {$products[product].vat}%{/if} {else} <input type=text size=7 name=price> {/if} </td> </tr> Note that this code has its own table row. |
Are you asking about the "Wholesale Pricing"?
|
yea that would be different
|
Clarify Question
Hi Guys,
I just want to clarify. I have some products with quantity discounts. This only shows up on the product.tpl page - product details. I would like the client to be able to see the product discounts available on the list page, products.tpl. If they click the Buy now button they don't see thet quantity discounts. As a temp measure i have removed the Buy Now button on the products page. Thanks for youe help. Sean |
All times are GMT -8. The time now is 11:23 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.