parent
8a733f4837
commit
89a7860da0
|
@ -64,9 +64,8 @@ do_action( 'woocommerce_before_cart' ); ?>
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="product-thumbnail">
|
<td class="product-thumbnail"><?php
|
||||||
<?php
|
$thumbnail = apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );
|
||||||
$thumbnail = apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );
|
|
||||||
|
|
||||||
if ( ! $product_permalink ) {
|
if ( ! $product_permalink ) {
|
||||||
echo $thumbnail;
|
echo $thumbnail;
|
||||||
|
|
Reference in New Issue