Payment Price

  • Posts: 70
  • Thank you received: 0
6 years 5 months ago #281504

-- url of the page with the problem -- : grammashop.com
-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.1

Can I change word "ราคา"(price) in paypal checkout payment price? (I put 3% of fee.)
I find in hikashop languages in order to edit it but I can't find.
Thanks

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 4519
  • Thank you received: 612
  • MODERATOR
6 years 5 months ago #281518

Hello,

The point is, if you change in your language file the price translation, that will impact all your website where the translation price is used.
May I suggest you, to use Css command for modify only translation price in the required area ?

This kind of command, will do the trick :

// To remove unwanted text part :
.html_checkout_page_class .html_text_tag_class {
    display: none;
}

// To add text :
.html_checkout_page_class .html_tag_class:after {
    content: 'Your Translation';
    display: block; // If you want have your new element below
}

Note : See this tutorial to learn how to customize your frontend css file.
Hope this will help you.

Regards

Last edit: 6 years 5 months ago by Philip.
The following user(s) said Thank You: Bankthaworn

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum