Jump to content

I am looking for a module that shows references of combinations in the Admin tab combinations


Recommended Posts

  • 3 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...