kategoria tekst
This commit is contained in:
parent
37f6605638
commit
6b8aef8e0d
|
|
@ -481,7 +481,7 @@ func ImportProduct(product models.Product, db *gorm.DB) error {
|
|||
mainProductFlat.MaxPrice = variantFlat.MaxPrice
|
||||
}
|
||||
|
||||
sku := fmt.Sprintf("%s-%s-%s-%s", iproduct.Sku, colorVariant.ProductNumber, colorVariant.ProductCode, colorVariant.Color)
|
||||
sku := fmt.Sprintf("%s-%s-%s-%s", iproduct.Sku, colorVariant.ProductNumber, colorIndex, colorVariant.Color)
|
||||
|
||||
productVariant := gm.Product{
|
||||
ParentID: mainProductFlat.ProductID,
|
||||
|
|
|
|||
Loading…
Reference in New Issue