Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Adding Quantity Pricing to Products Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-21-2003, 11:49 AM
 
optin optin is offline
 

Member
  
Join Date: Apr 2003
Posts: 21
 

Default 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
Reply With Quote
  #2  
Old 10-21-2003, 11:54 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

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.
Reply With Quote
  #3  
Old 10-21-2003, 12:01 PM
 
chatfield chatfield is offline
 

Advanced Member
  
Join Date: Aug 2003
Location: Amarillo TX USA
Posts: 38
 

Default

Are you asking about the "Wholesale Pricing"?
Reply With Quote
  #4  
Old 10-21-2003, 12:51 PM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

yea that would be different
Reply With Quote
  #5  
Old 10-23-2003, 08:11 PM
 
optin optin is offline
 

Member
  
Join Date: Apr 2003
Posts: 21
 

Default 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
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:51 AM.

   

 
X-Cart forums © 2001-2020