View Single Post
  #5  
Old 08-26-2010, 07:43 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying 'Wholesale price' instead of 'Product price'

$products is an array. In products_list.tpl there is a foreach to loop through the $products array so $products.xxx won't work for anything there. You have to use the "item" variable form the foreach - in this case $product.xxx
Use the debug window to see the variables and arrays for the page loaded
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote