fix variant type id vs attribute type id
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
echo $this->Form->control('name');
|
||||
echo $this->Form->control('product_category_id', ['options' => $productCategories, 'empty' => true]);
|
||||
echo $this->Form->control('product_id', ['options' => $products, 'empty' => true]);
|
||||
echo $this->Form->control('attribute_type_id');
|
||||
echo $this->Form->control('variant_type_id');
|
||||
echo $this->Form->control('enabled');
|
||||
?>
|
||||
Reference in New Issue
Block a user