[vQmod] Remove Wishlist
17 posts
• Page 1 of 1
[vQmod] Remove Wishlist
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.
Updated file so wishlist link is also hidden from search results.
- Attachments
-
remove-wishlist.xml- (3.08 KiB) Downloaded 898 times
Last edited by spitos on Mon Jan 09, 2012 8:33 am, edited 3 times in total.
Get it here Google Analytics Expert - E-Commerce Tracking including Product Options, Goal & Funnel Reporting, Event Tracking, Search Tracking, Multi-Store compatibility & EU Cookie Law compliance. Works with Shoppica too!
Free Mods:
Remove Wishlist | Remember text in search box
Other Extensions:
Remove product counts, Opencart speedup & Improve page load time | All Extensions
-

spitos - Posts: 258
- Joined: Mon May 23, 2011 10:19 am
- Location: UK
Re: [vQmod] Remove Wishlist
This code needs to be updated, it does not get removed from item search.
f: www.facebook.com/victor.gatto
m: terrafirma@live.com.au
s: victor.gatto99
m: terrafirma@live.com.au
s: victor.gatto99
-

victor.gatto - Posts: 108
- Joined: Thu Sep 01, 2011 1:14 am
Re: [vQmod] Remove Wishlist
Thanks Victor, updated the file above.
Get it here Google Analytics Expert - E-Commerce Tracking including Product Options, Goal & Funnel Reporting, Event Tracking, Search Tracking, Multi-Store compatibility & EU Cookie Law compliance. Works with Shoppica too!
Free Mods:
Remove Wishlist | Remember text in search box
Other Extensions:
Remove product counts, Opencart speedup & Improve page load time | All Extensions
-

spitos - Posts: 258
- Joined: Mon May 23, 2011 10:19 am
- Location: UK
Re: [vQmod] Remove Wishlist
your welcome
f: www.facebook.com/victor.gatto
m: terrafirma@live.com.au
s: victor.gatto99
m: terrafirma@live.com.au
s: victor.gatto99
-

victor.gatto - Posts: 108
- Joined: Thu Sep 01, 2011 1:14 am
Re: [vQmod] Remove Wishlist
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??
- pitkin2020
- Posts: 91
- Joined: Wed Oct 05, 2011 9:20 pm
Not Working at All
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.
-

TraderDan - Posts: 73
- Joined: Thu Oct 27, 2011 2:44 pm
- Location: Essex, MA
Re: [vQmod] Remove Wishlist
Most probably you use different theme then default and forgot to edit xml manually. All the patches to the modules should be changed 

- Vytenis
- Posts: 39
- Joined: Sun Jul 31, 2011 5:33 pm
Re: [vQmod] Remove Wishlist
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? :-)
Can you help? :-)
Guitar Backing Tracks and Video Lessons at http://www.guitarplayback.com
- Wallimann
- Posts: 85
- Joined: Thu Oct 28, 2010 5:38 pm
- Location: Colorado
Re: [vQmod] Remove Wishlist
verified this on my side too. 1.5.1.3
this mod doesn't work.
rest of my mod installed are working perfectly
this mod doesn't work.
rest of my mod installed are working perfectly
- stewiek
- Posts: 24
- Joined: Mon Nov 09, 2009 8:04 am
Re: [vQmod] Remove Wishlist
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?:)
- Vytenis
- Posts: 39
- Joined: Sun Jul 31, 2011 5:33 pm
Re: [vQmod] Remove Wishlist
i can confirm i edited to work with theme45 on 5.1.3 the latest and it works a treat thanks 

- smitch6
- Posts: 155
- Joined: Sat Sep 17, 2011 6:46 am
Re: [vQmod] Remove Wishlist
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
cheers
- HansGruber
- Posts: 12
- Joined: Tue Apr 10, 2012 3:06 pm
Re: [vQmod] Remove Wishlist
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?
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?
- Scou
- Posts: 3
- Joined: Tue May 08, 2012 6:14 pm
Fix For V1.5.2
==================
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
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
- 50cent
- Posts: 17
- Joined: Thu Jun 07, 2012 3:40 pm
Re: [vQmod] Remove Wishlist
Thanks 50cent, good spot.
edit:
FYI - I'm using opencart 1.5.3.1
Wishlist is still in the header, id has changed;
from
to
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"
- sawarduk
- Posts: 1
- Joined: Thu Jul 12, 2012 12:41 pm
Re: [vQmod] Remove Wishlist
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
- enk
- Posts: 11
- Joined: Thu Aug 02, 2012 9:20 pm
Re: [vQmod] Remove Wishlist
Hey guys, has anyone tested this with 1.5.5.1?
Thanks
Thanks
- vapestore
- Posts: 13
- Joined: Tue Mar 05, 2013 5:29 am
17 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 16 guests















