This commit is contained in:
2026-03-28 11:21:41 +01:00
parent 913bad66bd
commit d366a58d28
6 changed files with 271 additions and 85 deletions

View File

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