pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 13 forks source link

[BUG] Attribute label and name doesn't get translated in fluid template #315

Open bavarianbytes opened 2 years ago

bavarianbytes commented 2 years ago

Describe the bug I have two languages configured: german (default, 0), english (1) In english, in the fluid template the {attribute.value} (fetched with f:for-loop out of {product.attributes}) is rendered correctly english. But the {attribute.label} and {attribute.name} are rendered still german.

To Reproduce Steps to reproduce the behavior:

  1. Configure two languages
  2. Add attribute set
  3. Add attributes to attribute set
  4. Translate attribute set and attributes

Screenshots

1_attributeset_english 2_attribute_english 3_product_english 4_frontend_english

Expected behavior {attribute.label} and {attribute.name} should be rendered translated.

Additional context pxa_product_manager version: 9.14.2