issue 4107 fixed

This commit is contained in:
unknown 2020-10-22 19:17:15 +05:30
parent 2145c19bd9
commit a181b9d1b6
1 changed files with 0 additions and 7 deletions

View File

@ -131,13 +131,6 @@
@endif
@endauth
@guest('customer')
@include('shop::products.wishlist', [
'isMoveToWishlist' => route('shop.checkout.cart.remove', ['id' => $item->id]),
'text' => "<span class='align-vertical-top'>$moveToWishlist</span>"
])
@endguest
<a
class="unset
@auth('customer')