I have 2 languages in my site and how do I change the name of Sale os Special Products on the homepage of novator theme?
Hello.
Try to search in Language Definitions in admin
Hello the only SALE that i find is text_badge_sale and i did translated to my language but still shows SALE in english.
Hello.
Navigate to System > Localization > Language Definitions and apply a filter for definitions using block blocks_special
Doesnt find nothing :(
I have made a clean install and tried to rename SALE in the english language and it doesnt work, still continues with word SALE
Quote from: Nuno Neff on June 14, 2025, 03:55:01 PM
I have made a clean install and tried to rename SALE in the english language and it doesnt work, still continues with word SALE
Hello. Please provide a screenshot
Here is a screenshot of it.
Can anyone explain to me how to change the name of SALE ?
Quote from: Nuno Neff on June 23, 2025, 04:58:07 AM
Can anyone explain to me how to change the name of SALE ?
Please check this file https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/novator/storefront/view/novator/template/blocks/product_cell_grid.tpl#L31
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.
Quote from: Nuno Neff on June 23, 2025, 09:52:04 AM
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.
Hello.
Yes, you're absolutely right, this is a known issue. This bug has already been reported to the development team, and they're aware of the problem.
Quote from: Nuno Neff on June 23, 2025, 09:52:04 AM
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.
Hello.
Here is the patch (https://github.com/abantecart/abantecart-src/commit/cacf43e38c6312bfaee81cf1c1bd8f7690590cc1?w=1) to fix the Sale text
Thanks Basara ;) Its fixed