No thumbnails shown on the categories page

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Feb 25, 2011 3:57 pm
Hi all,

any of my categories page show thumbnails, however they are uploaded and thumbnail created.
Any suggestions?

See my site here
User avatar
Fresh Boarder

GK User
Fri Feb 25, 2011 4:19 pm
Hi

Please check if you have this directory writeable and if you have there any images inside
../components/com_virtuemart/shop_image/category/

It doesn't have anything with it, but i also recommend that you set Category template as "gk_browse".
User avatar
Platinum Boarder

GK User
Fri Feb 25, 2011 6:22 pm
Images are inside, folder is 755, category template: gk_browse (by default), flypage: flypage.tpl
I don't know if it is important:
- the gk_browse file is 864 bytes large in the /components/com_virtuemart/themes/default/templates/browse
- the /components/com_virtuemart/themes/default/templates/browse/includes/browse_listtable.tpl.php contains the call to the thumbnail image
Code: Select all
// Table header
$tableheader[] = $VM_LANG->_('PHPSHOP_CART_NAME');
$tableheader[] = $VM_LANG->_('PHPSHOP_CART_SKU');
if( _SHOW_PRICES && $auth['show_prices'] ) {
   $tableheader[] = $VM_LANG->_('PHPSHOP_CART_PRICE');
}
$tableheader[] = $VM_LANG->_('PHPSHOP_PRODUCT_FORM_THUMB_IMAGE');
$tableheader[] = $VM_LANG->_('PHPSHOP_PRODUCT_DESC_TITLE');
if( _SHOW_PRICES && $auth['show_prices'] && USE_AS_CATALOGUE != '1' ) {
   $tableheader[] = $VM_LANG->_('PHPSHOP_CART_ACTION');
}

- did not allow dynamic thumbnail resizing, but left it on the default values: 180x180
User avatar
Fresh Boarder

GK User
Fri Feb 25, 2011 6:31 pm
Please send me admin access

paulo[at]gavick[dot]com

Make reference to this topic
User avatar
Platinum Boarder

GK User
Fri Feb 25, 2011 6:59 pm
Hi again

You were not creating Auto-Create Thumbnail on categories. ;)
Here's an example.

Anyway, stepping forward to a different issue:
Mystore and Yourshop template have VM templates files and it's only officially prepared to VM 1.1.5.
This weekend i will compare files and if necessary, release an update to VM 1.1.7 version.

Cheers ;)
User avatar
Platinum Boarder


cron