Products and Images [solved]
Posted: Fri Oct 17, 2008 9:18 pm
Hi all,
I have read many posts on this and followed all advise and still stuck
CMS - 1.4.1
Module = Products 2.1.2
Problem cant get images to show I am using the following code
{foreach from=$items item=entry}
{*
the summary template has access to custom fields via the $entry->fields hash
and to categories via the $entry->categories array of objects. Also
attribute information is available via $entry->attributes.
you should use the get_template_vars and the print_r modifier to see
what is available
*}
{$entry->product_name}
{$entry->details}
{$currency_symbol}{$entry->price}
detail_url}">View details
file_location}/{$entry->largeimg}" alt="{$field->value}"/>
{/foreach}
Also cant fine thumbnails does Products make these each and every image uploaded through it? Where are they?
I have read many posts on this and followed all advise and still stuck
CMS - 1.4.1
Module = Products 2.1.2
Problem cant get images to show I am using the following code
{foreach from=$items item=entry}
{*
the summary template has access to custom fields via the $entry->fields hash
and to categories via the $entry->categories array of objects. Also
attribute information is available via $entry->attributes.
you should use the get_template_vars and the print_r modifier to see
what is available
*}
{$entry->product_name}
{$entry->details}
{$currency_symbol}{$entry->price}
detail_url}">View details
file_location}/{$entry->largeimg}" alt="{$field->value}"/>
{/foreach}
Also cant fine thumbnails does Products make these each and every image uploaded through it? Where are they?