Viewing 1 replies (of 1 total)
  • Plugin Author storeapps

    (@storeapps)

    Hi Slavi_T,

    You can modify the thumbnail image size in Smart Manager by simply searching and making changes to the ‘width’ and ‘height’ CSS property values in the below line of code in ‘smart-manager-for-wp-e-commerce/sm/smart-manager-woo.js’ file.

    return (record.data.thumbnail != 'false' ? '<img width=16px height=16px src="' + record.data.thumbnail + '"/>' : '');

    Also, just to update you that you would need to maintain the same changes while updating to a newer version of Smart Manager.

    P.S. For any further queries or further communication request you to kindly write to us at ‘[email protected]’.

Viewing 1 replies (of 1 total)
  • The topic ‘bigger thumbs’ is closed to new replies.