Re: [django-oscar] How to attach addons product to a product

2017-10-05 Thread moemen Abd ElKader
Hello Ryan, Thank you for your response. But what I understand is that parent/children relationship is for variants. So, phones for example, variants would be the different colors and memory size. But what I have here is different product. Beside that for example, chargers can be attached to

Re: [django-oscar] How to attach addons product to a product

2017-10-04 Thread Ryan Harrigan
Hello Moemen, I am new to django-oscar as well. I think linked products can be implemented using the 'parent' property in the AbstractProduct class. Every product should have the 'parent' property because it is set in AbstractProduct.