- Posts: 70
- Thank you received: 0
Payment Price
- Bankthaworn
-
Topic Author
- Offline
Less
More
8 years 10 months ago #281504
by Bankthaworn
Payment Price was created by Bankthaworn
-- 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
-- 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
Please Log in or Create an account to join the conversation.
8 years 10 months ago - 8 years 10 months ago #281518
by Philip
Replied by Philip on topic Payment Price
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 :
Note : See this tutorial to learn how to customize your frontend css file.
Hope this will help you.
Regards
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 :
Code:
// 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: 8 years 10 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.203 seconds