![]() |
"Friend's Wish list" link??
I was just testing the gift reg add-on (which I've now decided to ditch), and now, all of a sudden, I have a "Friend's Wish list" link in my cart box. ?? I logged out, cleared my cookies, and still it remains. What is this and how do I get rid of it? Maybe more importantly, how do I keep it from appearing in the cart box of my customers?
Thanks, Samantha |
Re: "Friend's Wish list" link??
Samantha,
Did you clear your template cache? Quote:
also available from the admin: Quote:
|
Re: "Friend's Wish list" link??
I hadn't, no. But I just did. It said:
Quote:
Is that right? (That Friend's Wish list link is still there.) Samantha |
Re: "Friend's Wish list" link??
Did you disable the module in the admin?
Did you reverse all steps in the install? What if you use a different browser? |
Re: "Friend's Wish list" link??
Quote:
Quote:
Didn't test on other browsers - doesn't look like I have to now? Thanks! |
Re: "Friend's Wish list" link??
Quote:
Do they give you an un-install? If you run the installer, does it give you a remove option? Are you going to take advantage of the 30-day money back? If so, that would be a good time to ask for removal instructions if you can't figure it out. |
Re: "Friend's Wish list" link??
Quote:
Quote:
Quote:
|
Re: "Friend's Wish list" link??
Quote:
I would remove it. BECAUSE: for future upgrades, get it far away from your cart. One less thing to get in the way. |
Re: "Friend's Wish list" link??
Okay. Will contact them about how best to do this. Thank you!!
Samantha |
Re: "Friend's Wish list" link??
Just a follow-up: I had deleted the gift reg installation file, which is why I didn't easily find an uninstall. There is one and it's way easy to uninstall the thing. I posted a message about it to make it easy for anyone who needs it to find. It's at:
http://forum.x-cart.com/showthread.php?p=194229#post194229 Samantha |
Re: "Friend's Wish list" link??
Samantha:
I had the same strange "friend's wish list" problem. No idea why it suddenly appeared. Rather than switching off the feature, I adjusted the code to get rid of the "friend's" button. Customers might want to keep reorder items or "order later" items saved to their profile in wish lists. Here's the fix: File: /customer/menu_cart.tpl Find the following code: {if $active_modules.Wishlist ne "" and $wlid ne ""} <a href="cart.php?mode=friend_wl&wlid={$wlid}">{$ lng.lbl_friends_wish_list}</a> {/if} Add {* at its beginning and *} at its end. That makes the code "ignored" by the store. {*{if $active_modules.Wishlist ne "" and $wlid ne ""} <a href="cart.php?mode=friend_wl&wlid={$wlid}">{$ lng.lbl_friends_wish_list}</a> {/if}*} Dave |
All times are GMT -8. The time now is 09:00 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.