• Hi
    I have a problem query
    In the Total of products added to the cart appears the sum of the products plus shipping costs.I have several shipping prices, but only take the 4 euros
    How to choose the plugin what shipping costs you have to add.
    see the attached IMAGE

    As there are several shipping prices, I prefer that the Total cannot be displayed

    How can I disable Total to hide it
    You have a code

    Thanks
    Enric

    • This topic was modified 4 years, 8 months ago by kike0128.
    • This topic was modified 4 years, 8 months ago by kike0128.
    • This topic was modified 4 years, 8 months ago by kike0128.

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

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello

    Plugin has inbuilt shipping calculator just like you see on cart page.
    If you don’t see it in the plugin settings, kindly re download the plugin from your account.
    For hiding total, use this CSS

    .xoo-wsc-total.xoo-wsc-tool {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Total Price’ is closed to new replies.