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)
-   -   Adding Quantity Pricing to Products Page (https://forum.x-cart.com/showthread.php?t=4874)

optin 10-21-2003 11:49 AM

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

Gibberish 10-21-2003 11:54 AM

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.

chatfield 10-21-2003 12:01 PM

Are you asking about the "Wholesale Pricing"?

Gibberish 10-21-2003 12:51 PM

yea that would be different

optin 10-23-2003 08:11 PM

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.