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
|