You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's necessary to implement most shop related functionality providing interfaces in order to make things work. In future, things should be more flexible, like so:
Currently it's necessary to implement most shop related functionality providing interfaces in order to make things work. In future, things should be more flexible, like so:
Mandatory for buyables:
bda.plone.cart.interfaces.ICartItemDataProvider
Optional for buyables:
bda.plone.cart.interfaces.ICartItemStock
bda.plone.shipping.interfaces.IShippingItem
bda.plone.orders.interfaces.ITrading
bda.plone.shop.interfaces.IBuyablePeriod
Optional on any content:
bda.plone.orders.interfaces.IItemNotificationText
bda.plone.orders.interfaces.IGlobalNotificationText
The text was updated successfully, but these errors were encountered: