News:

Support the VirtueMart project and become a member

Main Menu

Variable code displayed on frontend?

Started by JacoboPS, March 17, 2015, 11:20:35 AM

Previous topic - Next topic

JacoboPS

When checking the cart, using the "basket" icon, I see that a variable code (not the value, but the code) is displayed on it:

COM_VIRTUEMART_CART_TOTALP

(the problem is that I don't know since when this is happening) Any idea why this is? Thank you!


Learning, pulling hair out, learning...

jenkinhill

Yopu have an untranslated language string in your cart module. As it is a commercial module there is no way we can know what it is supposed to translate as, so ask the template supplier, or check the English language file (assuming there is one) so you can make an override. http://forum.virtuemart.net/index.php?topic=113895.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

JacoboPS

Great!! Thank you very much. With that tip I could search for it and find it!.
Learning, pulling hair out, learning...

GJC Web Design

the native Joomla language over rides system?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

JacoboPS


I am not sure to understand what you say, GJC, I can just say that as jenkinhill pointed, a variable was missing on the main language file:

I just added this on the "es-ES.com_virtuemart.ini" and it worked!!:

COM_VIRTUEMART_CART_TOTALP="Total <strong>%s</strong>"
Learning, pulling hair out, learning...