Product/Category Class Templates
Xcreen opened this issue · 2 comments
Xcreen commented
Hi,
are there templates available on how a product/category class should be look like?
Or do we have todo that manually and check which mappings are availble?
Thank you.
marcindyguda commented
hi @Xcreen we will be releasing a tutorial video quite soon, that will be helpful. Stay tuned.
mbolka commented
@Xcreen you can find mentioned video here: https://www.youtube.com/watch?v=xuxr4z7H06o
Product class requirements
Mandatory
- Text attribute for product name
- Unique text / numeric attribute that will be mapped into SKU
- Unique text attribute that will be used as Url Key.
- Attribute with type yes/no or selection with values: true, false to determine if product should be enabled
- Attribute with type with type yes/no or selection to determine if product should be visible in Magento store
- Many-to-many attribute for storing gallery
- Many-to-many / many-to-one attribute for storing categories
Optional
- Many-to-many attribute for related products
- Numeric type for quantity
- Numeric type for price
- Date type for news from and news to date
- Text attribute for description
- Text attribute for short description
- Image type attributes for storing main image, small image, thumbnail
- Many-to-many attribute for storing image gallery
Category class requirements
Mandatory
Text attribute that will be mapped into the category name.
Attribute with type yes/no or selection with values: true, false to determine if category should be enabled
Optional
Text attribute for description.
Image attribute for category image