product variants table split off from category variants table, variant values table updated to reflect
This commit is contained in:
@@ -58,8 +58,11 @@ class ProductsController extends AppController
|
||||
'ProductAttributes',
|
||||
'ProductAttributes.ProductCategoryAttributes',
|
||||
'ProductAttributes.ProductCategoryAttributeOptions',
|
||||
'ProductCategoryVariants',
|
||||
'ProductSkus'
|
||||
'ProductVariants',
|
||||
'ProductVariants.ProductCategoryVariants',
|
||||
'ProductVariants.ProductCategoryVariants.ProductCategoryVariantOptions',
|
||||
'ProductSkus',
|
||||
'ProductPhotos',
|
||||
]);
|
||||
$this->set(compact('product'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user