parent
025222ac18
commit
4fd0028cc6
|
@ -72,8 +72,7 @@ do_action( 'woocommerce_before_cart' ); ?>
|
||||||
} else {
|
} else {
|
||||||
printf( '<a href="%s">%s</a>', esc_url( $product_permalink ), $thumbnail );
|
printf( '<a href="%s">%s</a>', esc_url( $product_permalink ), $thumbnail );
|
||||||
}
|
}
|
||||||
?>
|
?></td>
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="product-name" data-title="<?php esc_attr_e( 'Product', 'understrap' ); ?>">
|
<td class="product-name" data-title="<?php esc_attr_e( 'Product', 'understrap' ); ?>">
|
||||||
<?php
|
<?php
|
||||||
|
|
Reference in New Issue