This commit is contained in:
2026-04-30 01:43:17 +02:00
parent 2114254518
commit 1994f95183
14 changed files with 2153 additions and 1251 deletions

View File

@@ -45,8 +45,7 @@
<hr>
<? endif; ?>
<?= \Shared\Tpl\Tpl::view( 'shop-basket/_partials/product-custom-fields', [
'custom_fields' => $position['custom_fields'],
'product_code' => $position_hash
'custom_fields' => $position['custom_fields']
] ); ?>
<? if ( $product['additional_message'] ):?>
<div class="basket-product-message">
@@ -113,4 +112,4 @@
<div class="alert alert-danger">Brak produktów w koszyku</div>
<? endif; ?>
</div>
</div>
</div>