Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3010676
Hide total price
Closed

Comments

  • Kama started the conversation

    Hi, I’m helping my company to amend the website. We are using your plugin. It’s useful but there is a minor problem.

     

    Is it possible to hide the total price? Because it has some conflict to another plugin. The price showed is not correct, so we wanna to hide it.

     

    Thanks for the help!

  •  767
    Janilyn replied

    Hi Kama,

    Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.

    I have assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Kama,

    To hide the total, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-total {
        display: none !important;
    }

    To hide the additional price, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-additional {
        display: none !important;
    }

    Best regards,
    Dustin