Posted - 04/25/2023 : 09:22:37
I double checked and:
enablewishlists=FALSE wishlistonproducts=FALSE
are in my includes file only once.
To clarify what I'm seeing. It's a full width div at the top of the page above the breadcrumbs. that says "My Wish List" and I'm only currently seeing it on the proddetail page when logged in (it's not there when browsing as a guest). Have cleared cache, tried on multiple browsers, it's definitely there for me.
The code on inspect is:
<div id="savelistdiv" class="savecartlist" onmouseover="oversldiv=true" onmouseout="oversldiv=false;setTimeout('checksldiv()',1500)"> <div> <a class="ectlink wishlistmenu" href="#" onclick="return subformid(gtid,'0','My Wish List')">My Wish List</a> </div> </div>
|