issue 4107 fixed
This commit is contained in:
parent
2145c19bd9
commit
a181b9d1b6
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue