View Single Post
  #2  
Old 02-23-2012, 02:09 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Wholesale Pricing table problem

Here is a code snippet from 4.1 for customer/main/product_prices.tpl that might help you get started. We put this inside "{if $smarty.section.wi.first}":
PHP Code:
{$product.min_amount}-{$product_wholesale[wi].quantity-1}: 
{include 
file="currency.tpl" value=$product.taxed_price
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote