PDA

View Full Version : Images - What's What



hlfunk
June 1st, 2003, 10:58 PM
I am not clear about which image goes where.

What is the difference between "featured" and "image" and where do they display?

I am okay with thumbnail and large.

HLF

Jamie
June 2nd, 2003, 10:04 AM
Hi,

"Featured_Image" is not used anywhere by default. You can use it in any of the "show_product*" template files.

"Image" is the main image of the product, that you see after clicking on the thumbnail image.

"Large_Image" is seen when you click on the regular "Image" of the product, and opens in a popup window.

You can use any of the images in the "show_product*" template files.

Thanks,
Jamie

hlfunk
June 2nd, 2003, 10:12 AM
Thank you but where does the featured image appear?

And while I am at it, where does Additional Text appear?

Many thanks for the super responsive support.

Howard

Jamie
June 2nd, 2003, 03:43 PM
Hi Howard,

By default, the image you specify in the "Featured_Image" field does not appear anywhere in the cart. It is there in case you need to specify an additional product image. To make it appear, put <?=$Featured_Image?> wherever you want it to appear, in one of the "show_product*" template files.

The same goes for "Additional Text". It does not appear anywhere by default. You can make use of it by putting <?=$Additional_Text?> in any of the "show_category*" template files.

Thanks,
Jamie

hlfunk
June 2nd, 2003, 04:24 PM
Got it. Now I understand.

Thank you.