Skip to content
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

Error when 2 product suppliers have the same ids #21

Open
mflasquin opened this issue Oct 24, 2022 · 1 comment · May be fixed by #33
Open

Error when 2 product suppliers have the same ids #21

mflasquin opened this issue Oct 24, 2022 · 1 comment · May be fixed by #33

Comments

@mflasquin
Copy link
Contributor

Describe the bug and add screenshots

On generated datas if we are 2 line with same id_product, id_product_attribute and id_supplier in product_suppliers.xml, there is an error :

image

Steps to reproduce

  1. Generate example datas with https://github.com/PrestaShop/prestashop-shop-creator.git
  2. make sure there is 2 line in product_supplier.xml with same id_product, id_product_attribute and id_supplier
  3. Install Prestashop with demo data
@paulnoelcholot
Copy link

Hello @mflasquin,

I tested the issue and I can't reproduce the bug.
image

Here is what I put in the product_supplier.xml file, can you confirm that is OK?
image

Once the install is complete, I notice that if I click on a product, I get the error above:
image

Thanks you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment