subscribtion category variants / system category variants
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<?= $this->Form->create($productCategoryVariant) ?>
|
||||
<fieldset>
|
||||
<legend><?= __('Add Product Category Variant') ?></legend>
|
||||
<?= $this->element('ProductCategoryVariants/form'); ?>
|
||||
<?= $this->element('ProductCategoryVariants/form', ['productCategoryVariant' => $productCategoryVariant]); ?>
|
||||
</fieldset>
|
||||
<?= $this->Form->button(__('Submit')) ?>
|
||||
<?= $this->Form->end() ?>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<?= $this->Form->create($productCategoryVariant) ?>
|
||||
<fieldset>
|
||||
<legend><?= __('Edit Product Category Variant') ?></legend>
|
||||
<?= $this->element('ProductCategoryVariants/form'); ?>
|
||||
<?= $this->element('ProductCategoryVariants/form', ['productCategoryVariant' => $productCategoryVariant]); ?>
|
||||
</fieldset>
|
||||
<?= $this->Form->button(__('Submit')) ?>
|
||||
<?= $this->Form->end() ?>
|
||||
|
||||
Reference in New Issue
Block a user