This guide will help you when SJ Minicartpro module doesn’t display image in cart
1SJ Minicartpro module doesn’t display image in cart
First, please check your configuration in product. You can go to admin >> Virtuemart >> Products >> Edit your product >> in tab Images, you need add the thumb links for main image
If not, you can go to the file modules\mod_sj_minicart_pro\core\helper.php and find:
1 |
$field_image = $item->images[0]->file_url_thumb; |
Then replace this code line by:
1 |
$field_image = $item->images[0]->file_url; |
2SUPPORT
Thank you so much for reading. If you have any questions that are beyond the scope of this help file, please send us via: Submit a Ticket
Thanks so much!