wip product category variants
This commit is contained in:
@@ -21,13 +21,7 @@
|
||||
<?= $this->Form->create($productSku) ?>
|
||||
<fieldset>
|
||||
<legend><?= __('Edit Product Skus') ?></legend>
|
||||
<?php
|
||||
echo $this->Form->control('product_id');
|
||||
echo $this->Form->control('sku');
|
||||
echo $this->Form->control('barcode');
|
||||
echo $this->Form->control('price');
|
||||
echo $this->Form->control('cost');
|
||||
?>
|
||||
<?= $this->element('ProductSkus/form'); ?>
|
||||
</fieldset>
|
||||
<?= $this->Form->button(__('Submit')) ?>
|
||||
<?= $this->Form->end() ?>
|
||||
|
||||
Reference in New Issue
Block a user