• Resolved ovidium

    (@ovidium)


    Hello,

    First of all thank you so much for your great plugin, it’s really usefull.

    I have a small problem I would need help with. I set the plugin to disable COD if cart amount is lower than 59 lei. That works ok. Also, there is no fee added for COD. Although there is no fee, the “Cash on Delivery 0 lei” still shows on the cart and checkout page. How can I hide it? Now, the cart totals look like this :

    Sub-total 170 lei
    Livrare Urgent Cargus 24h-48h (tarif unic România): 15 lei
    GLS 24h-48h (tarif unic România): 15 lei
    Numerar la livrare 0 lei
    Total 185 lei (include 29,5 lei TVA)

    How can I hide the “Numerar la livrare 0 lei” since there is no extra fee ? Or change it to “Numerar la livrare 185 lei (cart total)”, as it should be?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ovidium

    (@ovidium)

    I just found the solution on another thread, so it’s solved, I added the CSS.

    .woocommerce-cart .cart_totals tr.fee {
    display: none;
    }

    Thank you!

    Plugin Author FullStack-ing

    (@fullstackhouse)

    Hi,
    Glad to hear that your issue is resolved.
    If you like our plugin please consider to rate it!

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Cash on Delivery fee if zero’ is closed to new replies.