Gentlemen, ladies,
I am experiencing some wheirdness. On the frontpage of one of our cs-cart v4 stores I am not able to change the label _LABEL_SALE like you see on this screenshot.
[url=“Screenshot by Lightshot”]http://prntscr.com/6ls2sf[/url]
On Site Editing is not an option because although I can edit it and save it but when I refresh the page nothing has changed and it still says [_LABEL_SALE]
Not sure if this a bug in my specific instance or an overall bug of cs-cart v4.2.4
Sincerely yours open for any input.
Find it in “languages” and edit.
Barry
[quote name='BarryH' timestamp='1427440456' post='209227']
Find it in “languages” and edit.
Barry
[/quote]
Well Barry just did that what you suggested but the really weird part is that in the “languages” you will not find that what says: _LABEL_SALE anywhere
Anthony
Then you will need to add it. Do you have a label addon installed? I do not see the variable in the demo install.
[quote name='The Tool' timestamp='1427448374' post='209245']
Then you will need to add it. Do you have a label addon installed? I do not see the variable in the demo install.
[/quote]
No I did not. I am puzzled.
[quote name='Webmaster_at_Mungotedo' timestamp='1427451294' post='209252']
No I did not. I am puzzled.
[/quote]
Please PM me URL of this store-front
you might just add new language variable - “label_sale” with translation like “Sale” or check “var/langs/en” folder for “label_sale” text to find proper translation
[quote name='Damir (WSA-team)' timestamp='1427470136' post='209303'] you might just add new language variable - “label_sale” with translation like “Sale” or check “var/langs/en” folder for “label_sale” text to find proper translation [/quote]
Damir
I managed to solve this particular issue by adding a new record in the database in the table cscart_languages_values.
take a look at the image below:
[attachment=9342:table_cscart_languages_values.jpg]
lang_code: NL
name: label_sale
value: SALE
It seems that this record was missing in the first place. After I added this record to this table I went to the store adminpanel url and did a full refresh of the cache (admin_url.php?cc&ctpl
And it was solved.