Claudia Orengo Guardiola
asked 8 years ago

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
DominicStaff
answered 8 years ago

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 !

Powered by DW Question & Answer Pro