-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make use of product attribute's display_pattern on product view page #3038
Comments
Hello @ecrocombe, Thanks for your PR. I will discuss this issue with our team because your solution has changed the default behavior of Magento legacy. And we can't do it in order to our Support Policy. An alternative way is to use a translation mechanism.
As for this, is not possible cause the attribute property is not in the Scope configuration. BR, |
Hello @ecrocombe, I guess if you wanted to allow a developer to change the display pattern according to language, you could probably try to call the translation system on the configured display_pattern string before replacing the value inside it. Regards, |
…mpare pages (disabled by default)
…mpare pages (disabled by default)
Product attributes configured as a slider with a
display_pattern
display's correctly in layered navigation, but not on frontend product view page.Without displaying the unit of measurement for the attribute, the information displayed is pretty useless, this could be grams, ounces, the customer viewing the product wouldn't know.
Also, could we scope
display_pattern
to store_view? Since it could include 'pieces' or 'куски'.Sample image of layered navigation in category view on frontend displaying correctly.
Sample image of the same attribute on the product view on frontend:
Result of
select * from eav_attribute as e join catalog_eav_attribute as c on c.attribute_id = e.attribute_id where attribute_code = 'ica_features_maximumweightcapacity';
The text was updated successfully, but these errors were encountered: