Form->create($productSkus) ?>
false]; foreach (combinations($toGetCartesianProductsFrom) as $c => $combination) : ?> $singleVariantName) : ?>
SKU Barcode Price Cost Add?
Form->control('skus.' . $cnt . '.sku', $labelFalse); ?> Form->control('skus.' . $cnt . '.barcode', $labelFalse); ?> Form->control('skus.' . $cnt . '.price', $labelFalse); ?> Form->control('skus.' . $cnt . '.cost', $labelFalse); ?> Form->hidden('skus.' . $cnt . '.variants.' . $singleVariantId, ['value' => $combination[$singleVariantId] ?? null]); ?> Form->control('add', ['label' => false, 'type' => 'checkbox', 'checked' => true]); ?>
Form->button(__('Submit')) ?> Form->end() ?>