Jump to content

[RISOLTO] BO combinazioni - SKU al posto della combinazione!


Recommended Posts

Un cliente ha prodotti con una tale combinazioni di attributi che individuarli "nell'elenco combinazioni" è impossibile. (sto parlando di area amministrativa, vedi allegato).


Ogni prodotto può avere anche 100 combinazioni e quindi ogni volta trovare quella giusta è un incubo anche solo per attivarlo/disattivarlo.

Sarebbe opportuno sostituire e/o aggiungere lo SKU della combinazione nell'elenco. Chi mi può aiutare? ...

Grazie anticipatamente a tutti.

123123123.jpg

Edited by StudioBorgiani (see edit history)
Link to comment
Share on other sites

Ciao, puoi aggiungere l'id combinazione e lo sku modificando questo file: 

../src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Forms/form_combination.html.twig

 

<tr class="combination loaded" id="attribute_{{ form.vars.value.id_product_attribute }}" data="{{ form.vars.value.id_product_attribute }}" data-index="{{ form.vars.value.id_product_attribute }}">
  <td width="1%"><input class="js-combination" type="checkbox" data-id="{{ form.vars.value.id_product_attribute }}" data-index="{{ form.vars.value.id_product_attribute }}"></td>
  <td class="img"><div class="fake-img"></div></td>

    <td><b>{{ form.vars.value.id_product_attribute }} </b> - {{ form.vars.value.attribute_reference }} - {{ form.vars.value.name }}</td>
    <td>
        <div class="input-group">

           <input type="text" class="calcolo_attribute_priceTE form-control text-sm-right" value="">

           
        </div>
    </td>

 

image.png.a2705a973b5e6f81d0275ea91aed8e26.png

Link to comment
Share on other sites

  • StudioBorgiani changed the title to [RISOLTO] BO combinazioni - SKU al posto della combinazione!

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...