How Can I remove "Price" from payment options? 
Author: Andy Foot
Visited 66,
Followers 1,
Shared 0
I'd like to remove the "Price" column that shows as £0.00 for payment options.
I don't understand why it is there in the first place, why would I charge customers a fee to use certain payment options?
Does anyone know if this can be done simply?
Thanks
Posted on the
Hi Andy,
thank you for getting in touch.
While in some cases customers don’t pay extra for using standard payment options, there are situations where a fee might apply, for example, some merchants may charge a small surcharge for credit card payments to cover processing costs.
The “Price” column is always displayed to show any potential fees, and unfortunately it cannot be removed. That said, if the fee is set to £0.00, it’s still clear to the end customer that no extra cost is applied, so it shouldn’t cause confusion.
I'm available for any further assistance and I wish you a nice day.
Author
Thanks for your reply, it would be nice perhaps in a future update if we could have the option to remove or just hide it, It's not something you see on the popular ecommerce sites and would look much more professional if it just wasn't there but I guess still available for anyone who might want to use it.
.
ciao
.
Author
Thanks, that looks great.
I haven't published the website yet as I've only just started working on it but I'm using a template from the Incomedia Marketplace.
So I have uploaded just the template to https://andyfoot.com
... OK ...
<style>
.cart-table.pay-table .second-column , .sidebar .cart-total:nth-child(4) span{display:none !important}
</style>
.
... code for Step 3 | Special Page (E-Commerce: Shopping Cart and Checkout) | Code | Expert section > Before closing the /HEAD tag
-----------------------
.
Author
That's amazing!
Thank you for sharing this
... OK ... ciao
.