The basket totals and proceed to checkout parts are missing.
This is what I want it to show – (taken from our existing website) http://prntscr.com/o1fnoh
This is what I can see on the new site – http://prntscr.com/o1fnzy
update basket button is blocked.
I have cross checked all the settings on woocommerce and they are all the same so I think it might be something to do with a styling issue!
Any help would be greatly appreciated
Regards
Kim
Hey bauchope,
Are both the screenshots from Enfold?
Best regards,
Basilis
Hello,
Yes they are both on Enfold themes
Hi,
Thank you for the update.
Do you want to remove the first row or the column title? You can use this css code for that.
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead > tr {
display: none !important;
}
If you want to remove the quantity button, just add this.
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
display: none !important;
}
Best regards,
Ismael