Change the word "tax" on shopping cart page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8548
    Chicadita
    Participant

    On the page com/wp-travel-cart/ there is a place to add taxes and I can customize the tax amount in settings.
    What I would like to know is if it is possible to modify the word “tax” to something like “convenience fee” to charge a percentage fee for paying by credit card?

    #8549
    WP Travel Admin
    Keymaster

    Hello @chicadita,

    The naming for the tax can only be changed in the cart page. Currently to change the naming in the checkout page is not possible but we will definitely make it work in the coming update of the plugin.

    Now, as for the renaming of the tax in the cart page, you have to activate the child theme.

    To know how to create and activate the child theme please follow below given link:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme, in your child theme create the new file “content-cart.php“. After creating the file add below given code in the file “content-cart.php“.

    https://pastebin.com/zAUAx88M

    Hope this helps.

    Regards!!

    #8873
    privatejeep
    Participant

    I’m also looking forward to the ability to have control to change the term “Tax” to say “Processing Fee” instead. Would be great to have that option in the admin settings and not have to code it.

    #8874
    Support Team
    Keymaster

    Hello @privatejeep,

    “Tax” actually is a general term so it is added instead of any other string. Also, keeping in mind that some users might want to rename it to some other name that is why we have coded in such way that it could be easily renamed through the use of child theme.

    As for the admin section as mentioned above, we will definitely work on it in a future update.

    If you have any query/confusion further then please let us know.

    Thank you.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.