Zen Cart Logo
Forums / All Other Contributions/Addons / WishList v0.4 -- v1.3.7 compatible

WishList v0.4 -- v1.3.7 compatible

Locked

Views: 67,642

Results 221 to 240 of 303
This thread is locked. New replies are disabled.
27 Nov 2009, 11:44 AM
#221
james_to avatar

james_to

New Zenner

Join Date:
Jun 2009
Posts:
5
Plugin Contributions:
0

WishList v0.4 -- v1.3.7 compatible

hardwiredtemplates:

Is this thread dead, and should I be posting my request in one of the other more active wishlist thread as I see others doing so.

hardwiredtemplates:

Just clarifying the post:

My issue is the attributes are not added to the products when a customer chooses to add to wishlist. I want the user to be forced to select attributes like it does when you click add to cart.

So please share the code, and lend a hand to a fellow zenner. By the way I am a newbie so be gentle please.:unsure:

Site at: http://fashionfavourites.com/

Login with
E-mail: demo_wish AT yahoo DOT com
Paswd: demo1

Many thanks, cant wait the day I am helping others.

Is there anyone got this problem (attributes not attached when an item is being added to wishlist) fixed? If yes, please kindly share. Thanks!

27 Nov 2009, 2:22 PM
#222
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Does anyone know how to display the wishlist button in this mod on the shopping cart sidebox, somewhere near the bottom?

28 Nov 2009, 2:49 AM
#223
australican avatar

australican

Zen Follower

Join Date:
Jan 2009
Location:
Victoria Australia
Posts:
100
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Having the data base problem?
I was stuck on this for hours, I know the fix was posted, but it didn't click with me.
So for any noobies who are confused as me...
This is what I finally did to get it to work with my install, with one important detail at the end.

Find:

 define('UN_TABLE_WISHLISTS','un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'un_products_to_wishlists');

Replace with:

define('UN_TABLE_WISHLISTS', DB_PREFIX .'un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', DB_PREFIX . 'un_products_to_wishlists');

So for anyone else who has db prefixes you will need to update this file it is in:

includes/extra_datafiles/un_database_tables.php[/QUOTE]

It is also in admin/includes/extra_datafiles/un_database_tables.php

ADD YOUR PREFIXES IN THERE.
I.E.

define('UN_TABLE_WISHLISTS', DB_PREFIX .'zen_un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS', DB_PREFIX . 'zen_un_products_to_wishlists');

Obviously this assumes that "zen" is your prefix.
Not sure? The read me that comes with the mod has easy to follow instructions to find the prefix you are using, (if at all)
Hope this saves noobs like me some time.

1 Dec 2009, 6:10 PM
#224
moonbeamsoycandles avatar

moonbeamsoycandles

New Zenner

Join Date:
Oct 2009
Location:
Monroe, GA
Posts:
25
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Hello!

Has there been any luck with the attributes not working? There are attributes on everyone of my products and it would be a pain if they didnt work right.
I really want to offer a Wish List system to my customers and many are asking for it.

Thanks!

3 Dec 2009, 2:12 AM
#225
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Aside from the fact that this mod doesn't carry over product attributes to a saved wishlist list and with all the fixes noted in this thread implemented does it seem to be working for those who have gone the extra mile in doing the fixes? I've edited all the necessary files and am ready to try installing it but wanted to ask first...:P

Also the original documentation states it will only save to a list if a product is in a main category, not a sub-category. It will save to 'clothing' but not 'clothing/shirts' if a shirt under that category is selected. Is this the case or is there a fix I've missed that allows sub-categories to be included as well? If the Add To Wishlist button button appears under the Add to Cart button on a sub-category product page and it's clicked, it won't work? All my products are in sub-categories, not the main categories.

Thanks for any feedback....

Rod

5 Dec 2009, 3:24 AM
#226
australican avatar

australican

Zen Follower

Join Date:
Jan 2009
Location:
Victoria Australia
Posts:
100
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Hi, everyone.
I was just installing the giftwrap mod and got the same error message I got when installing this mod (wishlist)
I started thinking, how did I fix that one?
Before I went digging through files to make the changes that I did for this mod (mentioned in my post two or three up from here) I went and had a look at my data-base through my cpanel using phpMyAdmin.
What I found was a zen_zen_orders_giftwrap table.
(I also found two tables zen_zen_un_wishlist and zen_zen_un_products_to_wishlist.)
I deleted that and ran the sql install agian without adding the prefix and it worked perfectly.

It appears that zen cart automatically ads the zen_ prefix when using the install sql patch utility in the admin. Hopefully someone with some actual knowledge of zen-cart (unlike myself) can shed some light on this.

So I'm thinking that modifying the files as I mentioned above is unnesisary and that running the sql patch without adding the prefix would be the way to go for this mod as well.
I hope I didn't add too much confusion to this thread, my apologies if I did.
David

15 Dec 2009, 11:30 AM
#227
sunflowertami avatar

sunflowertami

Zen Follower

Join Date:
Jun 2008
Posts:
267
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

hello everyone,

I tried working with this module but it was so buggy and it seems the developer has already left the project. I did find a commercial module which looked pretty spiffy on the website (using ajax). The support team for this was very helpful in getting it to work on my website.

If anyone is interested, you can take a look at this link.
http://eazyecommerce.com/web-templates/zen-cart/modules/wishlist-manager

One thing this module does that the current freebie doesn't is that it deletes the item on the list once it is purchased. I'm not sure whether it gets attributes on the product but you can test it since the developer provides a test site where you can go into admin and play around with it awhile.

Hope that helps!

2 Feb 2010, 4:53 AM
#228
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: WishList v0.4 -- v1.3.7 compatible

Hello all,

I've tested and made a few small modifications to this add-on, and uploaded it for submission to the ZenCart contributions section.

This mod should work fine on v1.3.8, and although it's not perfect, it's getting better. Hopefully we can pool our efforts and work this into a great mod. I will do my best when i have time too.

I've attached the mod here, in case it doesn't become available in the contributions soon. Please check that section first though, because NEW versions may be available. Search for "Wishlists"

Thanks, and good luck all!

2 Feb 2010, 5:27 AM
#229
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: WishList v0.4 -- v1.3.7 compatible

Sorry folks, this is the correct one... DO NOT USE THE ABOVE.

Thanks!!

24 Mar 2010, 12:53 AM
#230
tonyy avatar

tonyy

New Zenner

Join Date:
Oct 2009
Posts:
17
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

I installed the mod, when I click on add to wish list , the item is added to the wish list and also added to the cart, did anybody encounter this before and any suggestions

Thanks

24 Mar 2010, 12:26 PM
#231
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Just one of the many bugs on this module. After testing it for awhile I had to abandon in favor of a commercial module.

25 Mar 2010, 9:34 AM
#232
chillyboy avatar

chillyboy

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

I just install WishList v0.5. Now I cant log in my control pannel. It just show the following error in my browser:

ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?

I change the “admin” directory to “creative” in the past for more security.

I install it on Zen Cart 1.3.8

25 Mar 2010, 9:56 AM
#233
chillyboy avatar

chillyboy

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Tonyy:

I installed the mod, when I click on add to wish list , the item is added to the wish list and also added to the cart, did anybody encounter this before and any suggestions

Thanks

I have the same problem.

14 Apr 2010, 4:38 AM
#234
seancon1 avatar

seancon1

New Zenner

Join Date:
Sep 2007
Posts:
19
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

i found something interesting, this module works for me but i noticed when i switched froma text link to an image (button) it would add to cart not the wishlist. so i hardcoded the image path in the link by replacing ```
zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT)


not sure why this is but maybe it will help someone.

here are the two links that work for me

<!--bof Wishlist button --> <?php echo ('<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . '<img src="/includes/templates/YOURTEMPLATE/buttons/english/YOURIMAGENAME" width="92" height="45" />' . '</a>'); ?> <!--eof Wishlist button -->
and
<?php // (un): start wishlist link echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . UN_TEXT_ADD_WISHLIST . '</a>'; // (un): end wishlist link ?>
Sean
17 Apr 2010, 10:44 PM
#235
caroleas avatar

caroleas

Totally Zenned

Join Date:
Feb 2009
Posts:
896
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Maybe i am too new on this issue, but i downloaded the Wishlist 0.5 pack (available in the Add-on section) and tried installing it on my test store (good thing i do have such a test store!). I dont even understand how to execute the first step of the installation instructions. :( Talk about a draw back! If anyone has time to explain in "newbie" terms and steps, i would appreciate it, even if only in PM to not bog down this thread.

Thanks.

21 Apr 2010, 8:15 PM
#236
chillyboy avatar

chillyboy

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

seancon1:

i found something interesting, this module works for me but i noticed when i switched froma text link to an image (button) it would add to cart not the wishlist. so i hardcoded the image path in the link by replacing ```
zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT)

> 
> not sure why this is but maybe it will help someone.
> 
> here are the two links that work for me
> 
> ```
<!--bof Wishlist button -->
<?php echo ('<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . '<img src="/includes/templates/YOURTEMPLATE/buttons/english/YOURIMAGENAME" width="92" height="45" />' . '</a>'); ?>
<!--eof Wishlist button -->   

and

<?php // (un): start wishlist link echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . UN_TEXT_ADD_WISHLIST . '</a>'; // (un): end wishlist link ?>
> Sean
Hi Seancon1
I'm glad you figure it out. But can you help us in plain English, please. In which files did you find the differed codes (and +/- which line) and tell me the old string so that I can search for it, and then to what must I change it.

Thanks so far
25 Apr 2010, 9:41 PM
#237
jgizinska avatar

jgizinska

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Chillyboy:

I have the same problem.

Hi, I had the same problem.
I'm not a developer so I am still hoping someone will be able to fix it, however to make it work for me I removed the button from the product listing all together. Now to add to wishlist user had to click the button in Sidebox

in your includes/templates/template_default/templates/tpl_product_info_display.php

remove the following:

<!--bof Wishlist button --> <div id="productWishlistLink" class="buttonRow back"><?php echo ('<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT) . '</a>'); ?></div> <!--eof Wishlist button -->

If someone figures out how to make the button on product page work please share.

Thanks

23 Jun 2010, 6:13 PM
#238
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

I'd like to remove the add to cart option, when someone is viewing their wish list.

My products are 'call for price', so don't normally show an 'add to cart'
However the wishlist allows them to add to cart...

How can I remove that button?
Thanks...

23 Jun 2010, 6:18 PM
#239
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: WishList v0.4 -- v1.3.7 compatible

mpcisik,

I can't recall all the wishlist pages that have an Add to Cart Button, but I'm fairly certain this should do the trick:

open this file: /includes/templates/template_default/un_wishlist/tpl_un_wishlist_default.php

And find this line of code, and delete it - or type "call for price" if you prefer.

<?php echo '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $products->fields['products_id']) . '" title="'.BUTTON_IN_CART_ALT.'">' . zen_image_button(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT, 'style="float: right; margin-left: 5px;"') . '</a>'; ?>
23 Jun 2010, 6:49 PM
#240
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: WishList v0.4 -- v1.3.7 compatible

Made my day thanks.

May I ask also about removing:

Quantity, comments and priority fields?
(just trying to strip it down to the basics)