heart fx
This commit is contained in:
parent
b3c3532f14
commit
f80f46bf2d
|
|
@ -117,7 +117,7 @@
|
|||
<!-- Favourites -->
|
||||
<form class="wishlist-{{ $product->product_id }}" action="{{ route('customer.wishlist.add', $product->product_id) }}" method="POST">
|
||||
@csrf
|
||||
<button type="button" class="item-gallery-fav" style="opacity: 1; pointer-events: unset; position: static; margin-left:-40px;"
|
||||
<button type="button" class="item-gallery-fav" style="opacity: 1; pointer-events: unset; position: static; margin-left:-45px; margin-top: -110px"
|
||||
@guest('customer')
|
||||
onclick="document.querySelector('.logged-false').click(); return false;"
|
||||
@else
|
||||
|
|
|
|||
Loading…
Reference in New Issue