Skip to content

Commit

Permalink
✅ support physical gifting in cart
Browse files Browse the repository at this point in the history
  • Loading branch information
adelelshafey committed Nov 13, 2024
1 parent b84e880 commit e9f33ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/pages/cart.twig
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
</div>
{% endif %}

{% if true %} {# giftable #}
<div class="shadow-default bg-white p-5 xs:p-7 rounded-md mb-5 relative">
<salla-gifting class="mt-5" class="mt-5" physical-products="{{true}}" widget-subtitle="{{ gifting_intro }}"></salla-gifting>
</div>

<div class="shadow-default bg-white p-5 xs:p-7 rounded-md mb-5 relative transition-height duration-1000">
<h2 class="font-bold text-sm mb-5">{{ trans('pages.cart.summary') }}</h2>

Expand Down

0 comments on commit e9f33ef

Please sign in to comment.