Jump to content

Cannot change products created via product combinations generator


Recommended Posts

Hi, I have created some variations of a product using the product combinations generator (prestashop 1.4.3). Then I wanted to change the article numbers for the new created products. But if I click on the edit icon nothing happens. I cannot edit the products. Tried it in different browsers so it's definetely not a browser issue. Is it only me? Any tips are appreciated ... thanks.

Link to comment
Share on other sites

Is nobody else experiencing this problem?

 

It seems to be line 3360 in AdminProducts.php

 

<a style="cursor: pointer;">
<img src="../img/admin/edit.gif" alt="'.$this->l('Modify this combination').'"
onclick="javascript:fillCombinaison(\''.$product_attribute['wholesale_price'].'\', \''.$product_attribute['price'].'\', \''.$product_attribute['weight'].'\', \''.$product_attribute['unit_impact'].'\', \''.$product_attribute['reference'].'\', \''.$product_attribute['supplier_reference'].'\', \''.$product_attribute['ean13'].'\',
\''.$product_attribute['quantity'].'\', \''.($attrImage ? $attrImage->id : 0).'\', Array('.$jsList.'), \''.$id_product_attribute.'\', \''.$product_attribute['default_on'].'\', \''.$product_attribute['ecotax'].'\', \''.$product_attribute['location'].'\', \''.$product_attribute['upc'].'\', \''.$product_attribute['minimal_quantity'].'\'); calcImpactPriceTI();" /></a>

 

There is no edit-link

Link to comment
Share on other sites

  • 1 year later...
Hi, I have created some variations of a product using the product combinations generator (prestashop 1.4.3). Then I wanted to change the article numbers for the new created products. But if I click on the edit icon nothing happens. I cannot edit the products. Tried it in different browsers so it's definetely not a browser issue. Is it only me? Any tips are appreciated ... thanks.

 

I'm also having this problem. i can't edit existing combinations on products as the edit button doesn't work ad i can't create new combinations as after choosing the group and attribute i want and adding them, i will get an error: The error is: 1 error: You must add at least one attribute ( please note that when i did choose a attribute).

 

Did you ever manage to solve your problem?

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