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 201 to 220 of 303
This thread is locked. New replies are disabled.
8 Apr 2009, 10:28 PM
#201
gyphon avatar

gyphon

New Zenner

Join Date:
Apr 2007
Posts:
30
Plugin Contributions:
0

WishList v0.4 -- v1.3.7 compatible

dharma:

  1. I have the same issue, it may be yet another bug that has not been fixed yet. I think the issue stems from th WL # not being in the url (hidden) changing the sort creates a WL# in the url and everything seems ok. But I do not know how to code this page tp default to a WL# in the URL.

Another workaround would be to make the items per page 100 instead of 10 but I don't know how to code that either.

perhaps someone else has found a solution?

  1. in my WL admin the prices are not displayed, but never pursued the issue as the prices have no use in the admin side with my set up, as long as they are displayed in the shop.

Ahh... I did not think of that workaround, i default to the compact list, so that will work. The Max Display setting are in:
/includes/languages/english/extra_definitions/un_defines.php lines 47 and 48.

Thanks for the idea, that at least will make it work.

On the admin, i don't really need the price in the wishlist, but it is very strange to see a picture frame that sells for $4.95 to be listed on the screen as $199.98. I just wish I could sell that frame for that amount. hehehe.

Thanks
Larry

24 Jun 2009, 5:41 PM
#202
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

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

I am having a diff issue- it works perfect for the person making the registry but not for the person trying to find the registry- when I log in to view /search for the public registries it doesn't have a link on the account info- and if I log in as a customer that has a list you can only get to the list by adding a product.

I want to reinstall but for some reason it doesn't download right for me :()

26 Jun 2009, 1:21 AM
#204
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

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

that link isn't to anything to do with this?????

27 Jun 2009, 3:51 AM
#205
hardwiredtemplates avatar

hardwiredtemplates

Zen Follower

Join Date:
Sep 2008
Posts:
211
Plugin Contributions:
0

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

CartCrazy:

Does anyone know who to add the product attributes to the wish list?

I set this has been asked multiple times in several different threads. Has anyone fixed it and would like to share the code/procedure.

all my items contain attributes, so it would be useless to make a wish list without sizes. My items are mainly footwear and apparel.

Anyone wants to share their success?

Many Thanks

27 Jun 2009, 4:05 AM
#206
hardwiredtemplates avatar

hardwiredtemplates

Zen Follower

Join Date:
Sep 2008
Posts:
211
Plugin Contributions:
0

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

hardwiredtemplates:

I set this has been asked multiple times in several different threads. Has anyone fixed it and would like to share the code/procedure.

all my items contain attributes, so it would be useless to make a wish list without sizes. My items are mainly footwear and apparel.

Anyone wants to share their success?

Many Thanks

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.

28 Jun 2009, 1:52 PM
#207
hardwiredtemplates avatar

hardwiredtemplates

Zen Follower

Join Date:
Sep 2008
Posts:
211
Plugin Contributions:
0

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

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

1 Sep 2009, 2:07 PM
#208
birdie avatar

birdie

New Zenner

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

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

Hi everyone! I have installed wishlist - at least I think I've installed it correctly, and when I click on wishlist in the admin section I get this error:

1146 Table 'cla0906802152674.un_wishlists' doesn't exist
in:
[SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I have no clue what to do. Can anyone offer some advice?

Thanks!!

25 Sep 2009, 10:02 PM
#209
sunflowertami avatar

sunflowertami

Zen Follower

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

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

Since the original programmer for this module has left it, would anyone be interested in pooling our monetary resources to get someone to fix all the bugs?

6 Oct 2009, 3:22 PM
#210
mountain_mama avatar

mountain_mama

New Zenner

Join Date:
Nov 2006
Location:
8,600 ft in the Rocky Montains of Colorado
Posts:
23
Plugin Contributions:
0

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

*Did you ever figure this problem out? I have the same problem. Somewhere the data base name is getting attached to the table name when the database prefix should be there instead. Wish I knew more about databases!
*

Birdie:

Hi everyone! I have installed wishlist - at least I think I've installed it correctly, and when I click on wishlist in the admin section I get this error:

1146 Table 'cla0906802152674.un_wishlists' doesn't exist
in:
[SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I have no clue what to do. Can anyone offer some advice?

Thanks!!

6 Oct 2009, 3:30 PM
#211
mountain_mama avatar

mountain_mama

New Zenner

Join Date:
Nov 2006
Location:
8,600 ft in the Rocky Montains of Colorado
Posts:
23
Plugin Contributions:
0

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

How silly! Just add the database prefix to the admin un_database_tables.php!

11 Oct 2009, 1:08 AM
#212
shanez avatar

shanez

New Zenner

Join Date:
Sep 2009
Posts:
11
Plugin Contributions:
0

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

Thanks!
Works good in 1.3.8a too, just didn't add the extension to the .sql file like the readme instructed. (Actually I did, but after all the errors and fixing it, I ended up back to where the file started. Could be my brain was the issue though?)

Niow I just need to figure out how to get it into the products pages.

12 Oct 2009, 4:57 PM
#213
decostyle avatar

decostyle

Zen Follower

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

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

The module as-is still has a lot of bugs that needs to be worked out. I hope for your sake, you just installed it for testing. I installed it on my localhost and found the bugs and decided not to proceed to install it on the live site.

15 Oct 2009, 8:01 PM
#214
shanez avatar

shanez

New Zenner

Join Date:
Sep 2009
Posts:
11
Plugin Contributions:
0

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

I got it all working on my localhost, but then moved to a new server and for whatever reason now I'm getting DB errors saying
"1146 Table 'rlc0928607182540.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]"

I've added the zen_ prefix and tried without, but I still can't get it running, I look at my DB and the un_wishlist is there as well as zen_un_wishlist, so I'm not sure what's going on at this point?

Any suggestions would be much appreciated!

30 Oct 2009, 8:02 PM
#215
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

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

Mountain Mama:

How silly! Just add the database prefix to the admin un_database_tables.php!

AH HA!
Change the MySQL table names from this:
zen_un_wishlists
zen_un_products_to_wishlists
to this:
un_wishlists
un_products_to_wishlists

For those not familiar with MySql Admin, just login to your database, click on either of the two tables listed>click the Operations Tab>and simply delete the zen_ portion of the name and click>Go.

This will solve the database.un_wishlist doesn't exist error.

I was going crazy adding my database prefix to admin/includes/extra_datafiles/un_database_tables.php and even in the php code within the file.

WOW!
All is working fine now, finally! :bigups:

16 Nov 2009, 6:25 AM
#216
badgersden avatar

badgersden

New Zenner

Join Date:
Apr 2007
Location:
Gig Harbor WA
Posts:
9
Plugin Contributions:
0

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

Ok .... so I'm hoping someone call tell me if a) I'm just going crazy or if b) I am correct and something is wrong with this file.

I am trying to extract the Wishlist (link) given in the first page of this thread. I've installed lots of different addons, I am not new to computers, etc. But for the life of me I cannot get this darn thing to extract! No matter what I do all I get is an error that there's already a file with the same name, the only option is to skip or cancel at this point.

I have tried every which way to actually get to these files and all I end up with are a few empty files.

Going crazy here - don't understand why - if someone can check it on their end I would be so very grateful to know if there is either something wrong with the actual .zip file or if somehow my brain has locked up and I'm missing something ... sigh

help a fellow zen-carter out ?? :blink:

16 Nov 2009, 4:53 PM
#217
badgersden avatar

badgersden

New Zenner

Join Date:
Apr 2007
Location:
Gig Harbor WA
Posts:
9
Plugin Contributions:
0

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

N/M .... figured it out -- geez --- now need to do the modifying and test it out.

19 Nov 2009, 7:19 PM
#218
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 where the settings for this mod are in the admin area? I'm guessing that because there was an 'admin' folder that it is configurable in the admin somewhere but where?

Also, does this mod add a: 'Save: %" in the pricing display?

21 Nov 2009, 6:17 PM
#219
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

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

autoace:

Does anyone know where the settings for this mod are in the admin area? I'm guessing that because there was an 'admin' folder that it is configurable in the admin somewhere but where?

Also, does this mod add a: 'Save: %" in the pricing display?

They're under the Extras tab.

21 Nov 2009, 10:47 PM
#220
autoace avatar

autoace

Totally Zenned

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

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

jabbawest:

They're under the Extras tab.

Thank you!