coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
277 stars 157 forks source link

Improvement: assign products to category from the category object #164

Closed Yivan closed 7 years ago

Yivan commented 7 years ago

It would be a great enhancement to be able to assign products to category directly from the category object.

Actually, we need to open each product to assign it to a category. It is convenient for product by product management. But for some other use cases, it could be more convenient to assign them directly from the category object. For instance if adding a new category, products can be directly assigned to it without having to open each product one by one.

To handle this maybe the Pimcore "non owner" field type could be used.

dpfaffenbauer commented 7 years ago

FYI: I will wait for Pimcore 5 before doing any changes.

Yivan commented 7 years ago

Do you mean the final Pimcore 5 release, so several month without any added feature ? Will bug fix be made during this period ?

Thanks

dpfaffenbauer commented 7 years ago

As soon as the first alpha is here, I am going to port CoreShop and after that, I am going to address your Issue. Can't tell yet if I am going to make this change backward compatible. Propaply not.

Yivan commented 7 years ago

Thanks! Alpha is here (great!), and ecommerce framework extension is included (great too!). Do you think you will use this ecommerce framework for CoreShop on Pimcore 5 or CoreShop will stay a totally independant alternative not relying on it ?

dpfaffenbauer commented 7 years ago

see #90a0dca73a60ff89c20aac9621bf60da0e4f58f2

I used a non-owner field, simply grab the new export file, import it and you are got to go.

PS: Thanks for the hint with non-owner field, works awesome :)

Yivan commented 7 years ago

Thanks a lot for this change! It make product assignement more flexible.