Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1110259

    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

    #1111423

    Hey bauchope,

    Are both the screenshots from Enfold?

    Best regards,
    Basilis

    #1111553

    Hello,
    Yes they are both on Enfold themes

    #1112226

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.