Hello!
When I open my cart it displays some code under the products
link: http://www.lovingibizaweddings.com/shop
How can I fix it?
Thanks again for all your help
1 Answers
To resolve this issue, you can open the \wp-content\themes\dw-brickstore\woocommerce\cart\mini-cart.php
file:
Line 51
Replace the following code: <?php echo esc_html( $woocommerce->cart->get_item_data( $cart_item ) ); ?>
With new code: <?php echo $woocommerce->cart->get_item_data( $cart_item ); ?>
If you still face their issue, you can send me username & password of your site, I will help you resolve it.
Hope this helps !
Please login or Register to submit your answer