Okay
  Public Ticket #2485272
remove subtotal line in checkout
Closed

Comments

  • sujan81 started the conversation

    Hi,

    In the checkout page on our website, on the right you see the order amount. The subtotal amount is by definition the same as the total amount and therefore can be removed. How do I do that?

    best,

    Sujan

  • [deleted] replied

    Hi Sujan,

    Can you please share your Wordpress credentials, because I need to login to your site and test this live.

    To include your credentials click Insert Credentials button in editor toolbar so your reply will be private.

    Thanks!

  •   sujan81 replied privately
  • [deleted] replied

    Hi Sujan,

    Can you please add the code below to your Custom CSS area:

    .woocommerce .shop_table tr.cart-subtotal {
        display: none;
    }

    Have a nice day!