Added product admin features

This commit is contained in:
Niklas Fondberg
2021-07-26 10:35:52 +02:00
committed by GitHub
parent 32adee1bf4
commit d17df41d86
38 changed files with 1613 additions and 381 deletions
+43
View File
@@ -0,0 +1,43 @@
When added as order rows :
kit 47851:
'stockId'
'productId' 47851
'type' // always 'stock'
'artNo'
'path'
'name'
'baseName'
'price'
'weight'
dyi frame 45479:
'stockId'
'productId' 45479
'product_description'
'type' // always 'stock'
'artNo'
'path'
'name'
'price'
'width'
'height'
'weight'
'measure_unit'
'displayWidth'
'displayHeight'
sample:
'productId'
'name'
'artNo'
'material'
'weight'
'price'
'type' // always 'stock'
'path'