Page 1 of 1

[vQmod] Remove Wishlist

Posted: Tue Aug 23, 2011 8:09 am
by spitos
Install this to remove the wishlist from all areas of the site for v1.5 - 1.5.1.2. I haven't tested with 1.5.1.3.

Updated file so wishlist link is also hidden from search results.

Re: [vQmod] Remove Wishlist

Posted: Fri Sep 23, 2011 2:32 pm
by victor.gatto
This code needs to be updated, it does not get removed from item search.

Re: [vQmod] Remove Wishlist

Posted: Mon Sep 26, 2011 11:36 pm
by spitos
Thanks Victor, updated the file above.

Re: [vQmod] Remove Wishlist

Posted: Mon Oct 24, 2011 6:39 am
by victor.gatto
your welcome

Re: [vQmod] Remove Wishlist

Posted: Mon Oct 31, 2011 4:57 pm
by pitkin2020
It removes wishlist from most things but when you click my account on the right of the screen where it shows ACCOUNT along with My account, Edit account, password, wish list is still showing there??

Not Working at All

Posted: Fri Nov 11, 2011 11:40 pm
by TraderDan
Hi there, I'm running v1.5.1.3 with vQmod 2.1.5 and I can verify that vQmod is working as it should. Unfortunately however, this particular mod didn't do a damn thing. Wishlist and Compare still appears on all the product pages.

Re: [vQmod] Remove Wishlist

Posted: Sun Nov 13, 2011 9:10 pm
by Vytenis
Most probably you use different theme then default and forgot to edit xml manually. All the patches to the modules should be changed ;)

Re: [vQmod] Remove Wishlist

Posted: Mon Jan 02, 2012 12:36 am
by Wallimann
I edited the xml file to reflect the name of the template I use but it still doesn't seem to work.
Can you help? :-)

Re: [vQmod] Remove Wishlist

Posted: Tue Jan 03, 2012 2:59 pm
by stewiek
verified this on my side too. 1.5.1.3
this mod doesn't work.

rest of my mod installed are working perfectly

Re: [vQmod] Remove Wishlist

Posted: Sat Jan 07, 2012 11:43 pm
by Vytenis
well it is working for me. with the latest current version. May you manually check if all links at xml are targeting to the actual files?:)

Re: [vQmod] Remove Wishlist

Posted: Sat Jan 21, 2012 4:07 am
by smitch6
i can confirm i edited to work with theme45 on 5.1.3 the latest and it works a treat thanks :)

Re: [vQmod] Remove Wishlist

Posted: Tue Apr 10, 2012 11:07 pm
by HansGruber
Installed this but it doesn't remove the wish list from the links in the header. i could probably hack about with the css but be good if it got rid of all trace?

cheers

Re: [vQmod] Remove Wishlist

Posted: Fri May 11, 2012 5:58 am
by Scou
Just installed, still using the default template (and the mod is pointing at the default template) and something isn't working.

vqmod.log gives this error

---------- Date: 2012-05-10 21:53:43 ~ IP : ***.***.***.*** ----------
REQUEST URI : /opencart/index.php?route=common/home
MOD DETAILS:
modFile : /htdocs/www/opencart/vqmod/xml/remove-wishlist.xml
id : Remove Wishlist
version : 1.0.0
vqmver : 1.2.3
author : spitos
SEARCH NOT FOUND (ABORTING MOD): <a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a>

----------------------------------------------------------------------

I'm doing my best to figure out the problem on my own but I'm still very new to this. Anyone have any ideas?

Fix For V1.5.2

Posted: Thu Jun 14, 2012 6:09 pm
by 50cent
==================
FIX FOR VERSION 1.5.2
==================
open: oc_remove_wishlist_compare_rewardpoint.xml

Do the following FIND/REPLACE operations:

find 'compare_total', replace with 'compare-total'
find '$text_cart', replace with '$text_shopping_cart'
find '$cart', replace with '$shopping_cart'

It will then work perfectly!

I don't know why the Opencart guys decided to change these variable names but that is what causes this XML file to not work with 1.5.2.

50cent

Re: [vQmod] Remove Wishlist

Posted: Thu Jul 12, 2012 8:44 pm
by sawarduk
Thanks 50cent, good spot.

edit:

FYI - I'm using opencart 1.5.3.1

Wishlist is still in the header, id has changed;

from

Code: Select all

id="wishlist_total"
to

Code: Select all

id="wishlist-total"

Re: [vQmod] Remove Wishlist

Posted: Fri Aug 24, 2012 5:22 am
by enk
pitkin2020 wrote:It removes wishlist from most things but when you click my account on the right of the screen where it shows ACCOUNT along with My account, Edit account, password, wish list is still showing there??
You can go to: /catalog/view/theme/YOUR_THEME/template/module

Find: <li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>

Replace with: <!--<li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>--> or remove the whole line

Re: [vQmod] Remove Wishlist

Posted: Fri Mar 08, 2013 7:49 pm
by vapestore
Hey guys, has anyone tested this with 1.5.5.1?

Thanks