Page 1 of 2 12 LastLast
Results 1 to 10 of 312

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    818
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I think I see a bug with the program, and I'd like to see if anyone else can see the same thing.

    If you have more than one wishlist, it will only allow you to edit the items in your DEFAULT wishlist. If you try to change something in another wishlist which isn't the default, the changes do not stick.

    So to test, create multiple wishlists. When you add items to the wishlist, it will put it in the default wishlist first (by design). Then you will move some of these items into your secondary wishlist.

    Now when you try to change the priority of an item in the secondary wishlist (which is not your default wishlist), the changes will not stick. You have to set it as your primary wishlist in order to make the changes.

    Is there any way around this?

  2. #2
    Join Date
    Feb 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by Jeff_Mash View Post
    I think I see a bug with the program, and I'd like to see if anyone else can see the same thing.

    If you have more than one wishlist, it will only allow you to edit the items in your DEFAULT wishlist. If you try to change something in another wishlist which isn't the default, the changes do not stick.

    So to test, create multiple wishlists. When you add items to the wishlist, it will put it in the default wishlist first (by design). Then you will move some of these items into your secondary wishlist.

    Now when you try to change the priority of an item in the secondary wishlist (which is not your default wishlist), the changes will not stick. You have to set it as your primary wishlist in order to make the changes.

    Is there any way around this?
    I confirm, there really seems to be a bug Has anybody a patch to solve this?

  3. #3
    Join Date
    Nov 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by Jeff_Mash View Post
    I think I see a bug with the program, and I'd like to see if anyone else can see the same thing.

    If you have more than one wishlist, it will only allow you to edit the items in your DEFAULT wishlist. If you try to change something in another wishlist which isn't the default, the changes do not stick.

    So to test, create multiple wishlists. When you add items to the wishlist, it will put it in the default wishlist first (by design). Then you will move some of these items into your secondary wishlist.

    Now when you try to change the priority of an item in the secondary wishlist (which is not your default wishlist), the changes will not stick. You have to set it as your primary wishlist in order to make the changes.

    Is there any way around this?
    Yeah it seems we can't even use the multiple wishlists feature, adding products will only ever go to the default wishlist it seems.. ie users can't select a different wishlist to add products to.

    Can't help but think we're overlooking something really simple here?

  4. #4
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    yeah I definitely think the bugs need to be worked out. I simply took the code that was on the forums and put it into the module, but haven't had time to carefully review it and fix any bugs

    Hopefully I can get around to this soon, considering this is pretty much the only standalone wishlist option for zen cart - and it needs to WORK!

    I might add - I haven't tested this add-on with 1.3.9 yet either, so unless you're on 1.3.8, bugs may be due to this. not sure though, give it a try.

  5. #5
    Join Date
    Aug 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I'm hoping someone can give me a little insight on an issue I'm having. I'm trying to figure out how to add the 'move product to another wishlist' drop down menu to all the products listed in a wishlist. I don't like the way it's set up now having to go to another page just to move products, especially since you can only move products from the wishlist that is currently selected.

    If anyone has any ideas on how to combine the un_wishlist_move page with un_wishlist_default please let me know.

  6. #6
    Join Date
    Dec 2010
    Location
    Belgrade
    Posts
    15
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Hi!

    I have installed wish list from readme.txt file, but still I have this error:

    1146 Table 'internet_co_rs.un_wishlists' doesn't exist
    in:
    [SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]

    What is going on????!!!

  7. #7
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    manojlo,

    did you run the un_wishlist.sql file in your admin area?

    Also, if you have a prefix on your tables, you'll need to follow instructions as noted in the readme file.


    -----[ 1. Create tables ]-----

    Run 'un_wishlist.sql' in the Install SQL patches in the Zen Cart admin.

    Important: If in your implementation of ZenCart you defined a database table prefix (see file "includes/configure.php", line 52), add that prefix to the table names in the sql file before running in the admin. ("un_wishlist.sql", lines 9, 10, 28 and 29).

  8. #8
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    shakes,

    you can try copying and pasting the code from the un_wishlist_move page into the un_wishlist_default page. It's a long shot, but see if it works?

    If not, you'll want to hire a developer to customize the module for you. Try posting in the "commercial help wanted" section on this forum.

  9. #9
    Join Date
    Dec 2010
    Location
    Belgrade
    Posts
    15
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by jackie.taferner View Post
    manojlo,

    did you run the un_wishlist.sql file in your admin area?

    Also, if you have a prefix on your tables, you'll need to follow instructions as noted in the readme file.


    -----[ 1. Create tables ]-----

    Run 'un_wishlist.sql' in the Install SQL patches in the Zen Cart admin.

    Important: If in your implementation of ZenCart you defined a database table prefix (see file "includes/configure.php", line 52), add that prefix to the table names in the sql file before running in the admin. ("un_wishlist.sql", lines 9, 10, 28 and 29).
    Yeah, I did that...
    I have added database prefix in those lines of code and - nothing... I have Wish list in my Admin backend, but when I click on it - it crashes! Also, I have sidebox wish list in front end - same thing.....

  10. #10
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by Jeff_Mash View Post
    I think I see a bug with the program, and I'd like to see if anyone else can see the same thing.

    If you have more than one wishlist, it will only allow you to edit the items in your DEFAULT wishlist. If you try to change something in another wishlist which isn't the default, the changes do not stick.

    So to test, create multiple wishlists. When you add items to the wishlist, it will put it in the default wishlist first (by design). Then you will move some of these items into your secondary wishlist.

    Now when you try to change the priority of an item in the secondary wishlist (which is not your default wishlist), the changes will not stick. You have to set it as your primary wishlist in order to make the changes.

    Is there any way around this?
    Yep, just saw this post. Has anyone found a solution?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  2. 1.3 Compatible Contributions
    By borzoid in forum All Other Contributions/Addons
    Replies: 83
    Last Post: 26 Apr 2009, 11:50 PM
  3. MZMT compatible?
    By robeartoesart in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Oct 2006, 01:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg