GlenRogers 0 Newbie Poster

Hi,

I'm using a shopping cart js plugin called simplecart. Im having trouble getting a tumb of the product image to appear with the product info in the cart.

This line gets the full sized image to appear in the cart

<img src='$file' class='item_thumb' alt='{$row['name']}' />

Does anyone know how to get a thumb to display in the cart instead?