• Resolved wpawd

    (@wpawd)


    Hi there,

    In Flatsome, the wishlist items are displayed with a small thumbnail. The actual image loaded for this is the size of the product images in the grid (size from flatsome settings for product grid images). Which is quite large in this case (550x550px). Is there a way to let wishlist load the smallest thumbnail generated by wp?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi again

    for the wishlist template we use the default woocommerce_thumbnail image size
    Anyway, you can override wishlist-view.php template in your theme, and change the size for the image, passing the desired dimension to ->get_image() method, as follows:

    
    <?php echo wp_kses_post( $product->get_image( 'thumbnail' ) ); ?>
    
    Thread Starter wpawd

    (@wpawd)

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wishlist Thumbnail size’ is closed to new replies.