I am not familiar with Wordpress functionality, I hope you guys can help on the issue below:
We are having an issue while displaying the price under checkout.
We have two payment methods:
a) Check
b) Credit Card
If customer pays by Credit card it includes 4% credit card charges (for that we are using Woocommerce payment gateway based pricing).
- Since we do not want to display extra credit card amount, we did hide the row using display:none;
- But the price displays. For example: $100 on cart and total it shows $104 so the customer gets confused on the price, but we do not want to display the credit card charges separately.
How can we display product price $104 on the cart while the credit card payment method is checked?