gusman126 Posted November 17, 2021 Share Posted November 17, 2021 I need to have the reference in the list of combinations when I am in administration Editing the product and tab combinations Link to comment Share on other sites More sharing options...
Ress Posted March 3, 2022 Share Posted March 3, 2022 Hi, in /src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Forms/form_combination.html.twig replace <td>{{ form.vars.value.name }}</td> with <td><strong>{{ form.vars.value.attribute_reference }} </strong> : {{ form.vars.value.name }}</td> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now