Home Forums WoodMart support forum Remove product sorting option and shipping estimate

Remove product sorting option and shipping estimate

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #90397

    PD11
    Participant

    Hi,

    I would like to remove 2 elements from my WooCoomerce website:

    1. Product sorting option. I can’t find it in the theme settings (screenshot 1)
    2. The sentence ‘estimation for {country}’ in the shopping cart. I’ve already disabled the shipping calculator in the shopping basket, but that didn’t remove this sentence (screenshot 2).

    Thanks for you help!

    Best,

    Paul

    Attachments:
    You must be logged in to view attached files.
    #90426

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS

    .woocommerce-ordering{
        display:none;
    } 

    2. You need to deactivate this in Woocommerce Settings > Shipping.

    Best Regards

    #90459

    PD11
    Participant

    Hi Elise,

    Thanks for the fast feedback.

    1. thanks, works!
    2. Could you please elaborate? Which setting do you mean? I’ve tried different settings, but the sentence won’t go away

    kind regards,

    Paul

    #90478

    Hello,

    Please provide your site admin access in the private area

    Best Regards

    #90480

    PD11
    Participant

    Sure, see private content.

    #90487

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    .woocommerce-shipping-totals th{
        display:none!important;
    }
    .woocommerce-shipping-totals td{
        display:none!important;
    }

    Test the order placing and make sure order has been placed correctly. If any problems with order remove the provided code.

    Best Regards

    #90499

    PD11
    Participant

    HI Elise,

    Unfortunately it doesn’t work. The entire shipping notification (including shipping costs) has disappeared with the code, also in the checkout.

    Only the text ‘estimation for {country} (in Dutch ‘schatting voor {country}) should be removed.

    Best,

    Paul

    #90509

    Hello,

    It is not possible to remove only text with CSS, it will require more complicated customization which is not covered by our support as we do not customize plugins

    Perhaps you would better to find a plugin.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)