- Posts: 11
- Thank you received: 0
How to remove (KG)?
- Dmitriy Nevenchaniy
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 5 months ago #2855
by Dmitriy Nevenchaniy
How to remove (KG)? was created by Dmitriy Nevenchaniy
Please, may be you can kindly help me- I can not remove (KG) after Price.I have corrected line COM_VIRTUEMART_PRODUCT_UNITPRICE="Price / %s: " removing / %s but no luck. How could I get rid with it?
Here is screenshot:
Here is screenshot:
Attachment Capture_KG.jpg not found
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 5 months ago #2865 by Trung Duong
Replied by Trung Duong on topic Re: How to remove (KG)?
Hello,
You can resolve this problem by edit file (default_showprices.php) in templates/ot_kitchen/html/com_virtuemart/productdetails
and find this code:
then change it as:
Thanks
You can resolve this problem by edit file (default_showprices.php) in templates/ot_kitchen/html/com_virtuemart/productdetails
and find this code:
Code:
echo "<strong>" . JText::_('COM_VIRTUEMART_CART_PRICE_PER_UNIT') . ' (' . $this->product->product_unit . "):</strong>";
Code:
echo "<strong>" . JText::_('COM_VIRTUEMART_CART_PRICE_PER_UNIT').":</strong>";
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Dmitriy Nevenchaniy
Please Log in or Create an account to join the conversation.
- Dmitriy Nevenchaniy
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 11
- Thank you received: 0
12 years 5 months ago #2870
by Dmitriy Nevenchaniy
Replied by Dmitriy Nevenchaniy on topic Re: How to remove (KG)?
Thank you a lot! It helped!
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds