VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: klodovik on December 12, 2013, 13:20:32 PM

Title: How to remove text --> shopper information?
Post by: klodovik on December 12, 2013, 13:20:32 PM
How to remove text --> shopper information?

Ty

[attachment cleanup by admin]
Title: Re: How to remove text --> shopper information?
Post by: jenkinhill on December 12, 2013, 13:39:54 PM
Use a language override, replace with an empty string. I think the constant is COM_VIRTUEMART_SHOPPER_FORM_LBL 

http://forum.virtuemart.net/index.php?topic=113895.0
Title: Re: How to remove text --> shopper information?
Post by: klodovik on December 12, 2013, 14:35:16 PM
Used Override but text show again! I put here screenshot...



[attachment cleanup by admin]
Title: Re: How to remove text --> shopper information?
Post by: jjk on December 19, 2013, 21:49:00 PM
I suppose your screenshot is from the 'Your account details' view. In this case try an override with this one for the site language:
COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL="Shopper Information"
Override:
COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL=""
Title: Re: How to remove text --> shopper information?
Post by: klodovik on December 25, 2013, 08:52:56 AM
My site is on serbian language. In Language manager --> Overrides --> choose english (site) and i find next line:
COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL="Shopper Information"
Then i edit on my language (try to just delete text and field is empty, again same problem, text is showing....):
COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL="Informacije kupca"

after saving this i see that changes in backend, but on frontend (live on site) i see again text --> Shopper Information

When i choose Language manager --> Overrides --> choose serbian (site), cant find this line, and all stuff on my language no "Shopper information" text.