View Single Post
  #96  
Old 09-05-2009, 06:55 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Pictures in recommends.tpl for 3 column format

You've mixed products.tpl, product.tpl and recommends.tpl variables. In recommends.tpl the product information for the recommended products list is in $recommends, not in $products or $product. To refer to the current product in the loop you should be using $recommends[num]. You need to change several things:

$products[product].product to $recommends[num].product
$products[product].tmbn_url to $recommends[num].tmbn_url
$products[product].taxed_price to $recommends[num].taxed_price

And finally the one which will actually fix the problem you are asking about:
$product.taxed_price to $recommends[num].list_price
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote