Viewing 1 replies (of 1 total)
  • Thread Starter larrygeams

    (@larrygeams)

    This was the code from the wc template
    $thumbnail = apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );

    I used this code below to get the url and it fixed the issue
    $thumbnail = get_the_post_thumbnail_url( $_product->get_id(), 'woocommerce_thumbnail' )

Viewing 1 replies (of 1 total)
  • The topic ‘Mini Cart Thumbnails Are Not Showing on Single Product Page’ is closed to new replies.