-
AuthorPosts
-
February 13, 2018 at 8:56 pm #1091739
Hello, I created a page for Virtuemart products, But the thumbnails didn’t show in page like pic i attached, And you can see the thumbnails are show in other modules. I noticed that the url of thumbnail in other modules is /images/stories/virtuemart/product/resized/HTB1C7F9aaQpXXXXXzaFXXq6xXFXXXa_263x0.jpg
but in ja megafilter is: /images/stories/virtuemart/product/resized/HTB1C7F9aaQpXXXXXzaFXXq6xXFXXXa_263x.jpg
How i can fix it? I’m working on localhost
Thanks!
- This topic was modified 6 years, 9 months ago by meziane.
-
February 14, 2018 at 11:53 am #1091822
I found the solution in other post.
Please update 2 lines in getThumbnail function to
$thumb_width = VmConfig::get(‘img_width’, 0) ? VmConfig::get(‘img_width’, 0) : 0;
$thumb_height = VmConfig::get(‘img_height’, 0) ? VmConfig::get(‘img_height’, 0) : 0;
ThanksPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 15, 2018 at 6:08 am #1092005Hi
Thanks for the update, I will share it with concern team for further updates to add this.Regards
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 2 replies, has 2 voices, and was last updated by Pankaj Sharma 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum