Hi,
I prepared a small patch for J2Commerce that improves the translation of language constants used for product filters and product options in the administrator panel.
Currently, these values can be translated correctly on the frontend, but in the administrator panel they are displayed as raw language keys, for example MATERIAL_BRASS instead of the translated label. This makes product editing less convenient in multilingual stores.
The patch applies Joomla language translation in the backend, without changing the original values stored in the database. The technical keys remain unchanged, so existing product data, imports, exports, CSV workflows and integrations should not be affected.
The translation was applied in the following administrator views:
- view=filtergroups
- view=options
- view=products
- view=article, for product filters and product options
After applying the patch, the administrator interface follows the selected backend language and displays translated labels for filter and option variables.
The package also includes a comparison list showing the modified files and changes, so the patch can be reviewed more easily.
Please consider adding this improvement to J2Commerce core.
https://piekielko.com/download/j2commerce-661-filters-and-options-patch.zip
best regards,
Chris / KK


