Woocommerce cart duplicates after updating its contents

Posted in: Newspaper
Post count: 10

Hello Guys,
I have a following problem with Newspaper theme v.9. After updating the cart, it duplicates. The problem doesn’t appear when Cart page uses “Pagebuilder + Empty page” template, but then I don’t have menus and footers. Also, there is no problem after disabling TagDiv composer.

See attached image of the problem:
Woocommerce cart duplicates

https://www.dropbox.com/s/uw7jh1ycyaiocxu/chrome_2018-08-12_19-02-32.png?dl=0

  • This topic was modified 7 years by afazja.
  • This topic was modified 7 years by afazja.
  • This topic was modified 7 years by afazja.
Post count: 10

There is a CSS trick to HIDE this stupid problem, I hope someone will find it useful. Just paste the code in the theme or child theme CSS file.


form.woocommerce-cart-form ~ form.woocommerce-cart-form {
display: none !important;
}

div.woocommerce-message ~ div.woocommerce-message {
display: none !important;
}

div.cart_totals ~ div.cart_totals {
display: none !important;
}

Post count: 20688

Hi,

I tried this as well, but there are no duplicates
https://www.screencast.com/t/VvRtUGlaq5
I use latest theme and woocommerce, only theme plugins active + Woocommerce. In your case there seem to be two forms for some reason.

Post count: 10

Simion, I figured out what was wrong – I had enabled Cart as Mega Menu in the top menu bar (above the main menu) – this was causing the cart to crash.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.