Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • meziane Friend
    #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.

    1. Screen-Shot-2018-02-13-at-23.53.18
    2. Screen-Shot-2018-02-13-at-23.53.26
    meziane Friend
    #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;
    Thanks

    Pankaj Sharma Moderator
    #1092005

    Hi
    Thanks for the update, I will share it with concern team for further updates to add this.

    Regards

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