Okay, so the general instructions I’ve found to resize the thumbnail images in VirtueMart are as follows:
To change size of thumbnail images, you can config change it in file
administratorcomponentscom_virtuemartvirtuemart .cfg.php
define(‘PSHOP_IMG_WIDTH’, ‘140’);
define(‘PSHOP_IMG_HEIGHT’, ‘140’);
I am using JA-Pariti and I have tried this – several times over. I have enabled dynamic thumbnail resizing and I have made sure that I have “gd” enabled within my PHP configuration/information . . . nothing.
Can anyone provide any further insight and/or advice ??
:((