promotion 1.0

This commit is contained in:
Kevin Adametz 2021-12-25 02:51:22 +01:00
parent 1cc8e025a1
commit 570d428b1c
60 changed files with 1596 additions and 272 deletions

View file

@ -46,7 +46,7 @@
</div>
</div>
<div class="options">
@if(!$row->options->free_product)
@if(!$row->options->free_product_id)
<a href="#"
class="auto-delete-product remove_item_form_cart product-tooltip"
data-row-id="{{$row->rowId}}"
@ -62,7 +62,7 @@
{{ Yard::instance('shopping')->rowPrice($row, 2) }} &euro;*</div>
</div>
<div class="col-6 col-sm-3 col-md-3 quantity">
@if(!$row->options->free_product)
@if(!$row->options->free_product_id)
<div class="quantity-select">
<input type="number"
class="form-control text-center cart-input-event-onchange"