Comments sujan81 started the conversationJuly 26, 2020 at 9:25pmHi,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] repliedJuly 27, 2020 at 7:16amHi 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] repliedJuly 27, 2020 at 8:42amHi 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! Sign in to reply ...
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
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!
Hi Sujan,
Can you please add the code below to your Custom CSS area:
Have a nice day!