View Single Post
  #4  
Old 09-10-2006, 09:04 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: ez-Upsell & variant thumbnail images - 4.1.3

Hi Jeremy,

I will be looking into this for you on Monday. Please update your support ticket (if you haven't already) with FTP information and a product to use for testing.

FYI, the only difference between these two lines of code is that one one is for displaying multiple products (i.e. in the shopping cart) and one is for displaying one product:

Code:
product=$products[product].product tmbn_url=$products[product].tmbn_url product=$product_info.product tmbn_url=$product_info.tmbn_url i.e. $products[product] vs. $product_info

Jon Peters
Reply With Quote