Private: Disable Wishlist 14 Nov Laraship Questions › Category: Technical › Private: Disable Wishlist 0 Vote Up Vote Down Michael Chen asked 5 years ago Hi, We have disabled wishlist from the eCommerce side. See attached screenshots. Still we see Wishlist on shop page. Please advice. Thanks, Sheela Attachmentsscreenshot-5.pngscreenshot1-2.png Michael Chen replied 5 years ago I couldn’t add one more attachment as limit is only 2. This is from product_grid_item.blade.php ” @if(\Settings::get(‘ecommerce_wishlist_enable’, true)) @include(‘partials.components.wishlist’,[‘wishlist’=> $product->inWishList()]) @endif “ laraship Staff replied 5 years ago Hello, can you send us a screenshot of the wishlist settings on the settings screen, is it defined as boolean or text . ? Michael Chen replied 5 years ago Where is this settings? laraship Staff replied 5 years ago its Under Settings => eCommerce Tab Michael Chen replied 5 years ago See attached. Please login or Register to submit your answer Username or Email Address Password Remember Me
I couldn’t add one more attachment as limit is only 2. This is from product_grid_item.blade.php
”
@if(\Settings::get(‘ecommerce_wishlist_enable’, true))
@include(‘partials.components.wishlist’,[‘wishlist’=> $product->inWishList()])
@endif
“
Hello,
can you send us a screenshot of the wishlist settings on the settings screen, is it defined as boolean or text . ?
Where is this settings?
its Under Settings => eCommerce Tab
See attached.