HI
I can see double “Proceed to Checkout” and double Cart Totals area in my cart page.
Please help to understand what is wrong,
Thank you.
Hi comelen,
I couldn’t see anything like that on my end, could you post a screenshot of the problem please?
Regards,
Rikard
Hi,
Did you have a chance to see my problem? Please help me. I am checking if there is any answer every 30 minutes during several days, but can’t find an answer:((( I need it badly… Thank you so much
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-cart .cart_totals:nth-child(2) {
display: none;
}
Regards,
Yigit
thank you. It helped to remove the double Cart Totals area, but there are still 2 “Proceed to Checkout” buttons.
Please don’t forget about me! I am still waiting for the solution…. there are still 2 “Proceed to Checkout” buttons.
Thank you so much!
Hey!
Please add following code to Quick CSS as well
.woocommerce-cart .checkout-button:nth-child(3) {
display: none!important;
}
Cheers!
Yigit
Thank you! It helped!!!