title | issue |
---|---|
Create DAL and migration database for wishlist. |
NEXT-10549 |
- Added a new table
customer_wishlist
and a mapping tablecustomer_wishlist_product
to stored wishlist data. - Added
customer wishlist
entity to interact withcustomer wishlist products
. - Added OneToMany association between
customer
andcustomer_wishlist
. - Added new property
wishlists
in classShopware\Core\Checkout\Customer\CustomerEntity
. - Added OneToMany association between
salechannel
andcustomer_wishlist
. - Added new property
wishlists
in classShopware\Core\System\SalesChannel\SalesChannelEntity
. - Added OneToMany association between
customer_wishlist
andcustomer_wishlist_product
. - Added OneToMany association between
product
andcustomer_wishlist_product
. - Added new property
wishlists
in classShopware\Core\Content\Product\ProductEntity
.