Open
Description
Add new options to products
:
- Slug
- Meta fields:
meta-title
,meta-description
,meta-keywords
- Categories it belong to
-
available-on
anddiscontinued-on
(make sure to make default filters respect those two date fields) -
shipping-category
, single category for each product
create new table shipping-category
:
- Only name
- Create migration to add two default values to all communities:
digital
,regular
- Adjust event-source to automatically create those default values on create_community handler
This new table will be used on the future together with shipping-methods
to allow us to control how we deliver products.
We also need to keep it compatible with our rich_text
preview
- Add product preview with new indexer tags