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

    (@yithemes)

    Hi,
    thank you for contacting us!

    Please try to replace the line:
    <?php echo wp_get_attachment_image( $attachment, ‘shop_single’ ); ?>
    with the following code snippet:
    <?php echo apply_filters( 'post_thumbnail_html', wp_get_attachment_image( $attachment, 'shop_single' ), $post->ID ); ?>

    Best Regards
    YITH Support

Viewing 1 replies (of 1 total)
  • The topic ‘Not work on template Shoppystore in single product’ is closed to new replies.