- Posts: 392
- Thank you received: 0
how to change wording of "new address button"
15 years 1 month ago #22707
by Bugger101
how to change wording of "new address button" was created by Bugger101
Hello,
Is there a way to change the words on the "new" for add new address to "add a new address"?
In the languages tab somewhere?
Thanks!
Is there a way to change the words on the "new" for add new address to "add a new address"?
In the languages tab somewhere?
Thanks!
Please Log in or Create an account to join the conversation.
15 years 1 month ago #22710
by nicolas
Replied by nicolas on topic Re: how to change wording of "new address button"
Hi,
Like any text in HikaShop, you can edit your translation file via the interface in the languages tab of the config and override the translation.
However, the "New" text is a generic text which is used in a lot of places. If you change it to "Add a new address", that will change it everywhere which is not what you want.
So you need to edit the file address_view of the view checkout via the menu Display->Views and change directly the code JText::_('HIKA_NEW') by your text "Add a new address" so that it is replaced only there.
Like any text in HikaShop, you can edit your translation file via the interface in the languages tab of the config and override the translation.
However, the "New" text is a generic text which is used in a lot of places. If you change it to "Add a new address", that will change it everywhere which is not what you want.
So you need to edit the file address_view of the view checkout via the menu Display->Views and change directly the code JText::_('HIKA_NEW') by your text "Add a new address" so that it is replaced only there.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #22720
by Bugger101
Replied by Bugger101 on topic Re: how to change wording of "new address button"
Thank you! :woohoo:
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds