Community Forums

[vQmod] Remove Wishlist

Put any free vQmod scripts here.
vQmod details

[vQmod] Remove Wishlist

Postby spitos » Tue Aug 23, 2011 12:09 am

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.
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.
Image 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
User avatar
spitos
 
Posts: 258
Joined: Mon May 23, 2011 10:19 am
Location: UK

Re: [vQmod] Remove Wishlist

Postby victor.gatto » Fri Sep 23, 2011 6:32 am

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
User avatar
victor.gatto
 
Posts: 108
Joined: Thu Sep 01, 2011 1:14 am

Re: [vQmod] Remove Wishlist

Postby spitos » Mon Sep 26, 2011 3:36 pm

Thanks Victor, updated the file above.
Image 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
User avatar
spitos
 
Posts: 258
Joined: Mon May 23, 2011 10:19 am
Location: UK

Re: [vQmod] Remove Wishlist

Postby victor.gatto » Sun Oct 23, 2011 10:39 pm

your welcome
f: www.facebook.com/victor.gatto
m: terrafirma@live.com.au
s: victor.gatto99
User avatar
victor.gatto
 
Posts: 108
Joined: Thu Sep 01, 2011 1:14 am

Re: [vQmod] Remove Wishlist

Postby pitkin2020 » Mon Oct 31, 2011 8:57 am

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

Postby TraderDan » Fri Nov 11, 2011 3:40 pm

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.
Image
User avatar
TraderDan
 
Posts: 73
Joined: Thu Oct 27, 2011 2:44 pm
Location: Essex, MA

Re: [vQmod] Remove Wishlist

Postby Vytenis » Sun Nov 13, 2011 1:10 pm

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

Postby Wallimann » Sun Jan 01, 2012 4:36 pm

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? :-)
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

Postby stewiek » Tue Jan 03, 2012 6:59 am

verified this on my side too. 1.5.1.3
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

Postby Vytenis » Sat Jan 07, 2012 3:43 pm

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

Postby smitch6 » Fri Jan 20, 2012 8:07 pm

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

Postby HansGruber » Tue Apr 10, 2012 3:07 pm

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
HansGruber
 
Posts: 12
Joined: Tue Apr 10, 2012 3:06 pm

Re: [vQmod] Remove Wishlist

Postby Scou » Thu May 10, 2012 9:58 pm

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?
Scou
 
Posts: 3
Joined: Tue May 08, 2012 6:14 pm

Fix For V1.5.2

Postby 50cent » Thu Jun 14, 2012 10:09 am

==================
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

Postby sawarduk » Thu Jul 12, 2012 12:44 pm

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"
sawarduk
 
Posts: 1
Joined: Thu Jul 12, 2012 12:41 pm

Re: [vQmod] Remove Wishlist

Postby enk » Thu Aug 23, 2012 9:22 pm

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

Postby vapestore » Fri Mar 08, 2013 11:49 am

Hey guys, has anyone tested this with 1.5.5.1?

Thanks
Image
Africa's largest selection of herbal vaporizers. Be wise, Vaporize!
vapestore
 
Posts: 13
Joined: Tue Mar 05, 2013 5:29 am


Return to vQmods

Who is online

Users browsing this forum: carlosmusic2006 and 10 guests

Hosted by Arvixe Web Hosting