product attributes
This commit is contained in:
@@ -28,7 +28,7 @@ foreach ($productCategoryAttributes as $productCategoryAttribute) {
|
||||
if ($productCategoryAttribute->attribute_type_id === ProductCategoryAttributeTypeId::Integer) {
|
||||
$inputType = 'number';
|
||||
}
|
||||
echo $this->Form->control('product_attributes.' . $cnt . '.product_category_attribute_id', [
|
||||
echo $this->Form->control('product_attributes.' . $cnt . '.attribute_value', [
|
||||
'type' => $inputType,
|
||||
'label' => $productCategoryAttribute->name,
|
||||
'options' => $options,
|
||||
|
||||
Reference in New Issue
Block a user