Page 27 of 32 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 312
  1. #261
    Join Date
    Aug 2010
    Posts
    4
    Plugin Contributions
    0

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

    Hey everyone

    Just tried to install this

    Got This error when adding an item to the wish list... I know enoupgh ta be dangerouse so any step by step help would be great

    Thanks

    1146 Table 'ohweb_ohsite.un_wishlists' doesn't exist
    in:
    [SELECT id FROM un_wishlists w WHERE w.customers_id=35 and w.default_status=1 ]
    Chris Stavros
    One Hobbies www.OneHobbies.com
    [email protected]

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

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

    Hey Stavman, when installing did you follow this step?

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

  3. #263
    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?

  4. #264
    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?

  5. #265
    Join Date
    Sep 2010
    Posts
    30
    Plugin Contributions
    0

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

    Hi all,

    Just wanted to add my $.02

    If you have GoDaddy as a host when you run the scripts from the admin console your DB prefixes are automatically added to the tables. After you run your script look at the Query Results section to verify. I had to add the table prefix to the includes\extra_datafiles\un_database_tables.php file but not the DB scripts file.

  6. #266
    Join Date
    Jun 2008
    Posts
    111
    Plugin Contributions
    0

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

    I've tried installing wshlists on my local version of my webstore. It seems to have taken out the product detail page somehow. See attached thumbnail. Any ideas why this might be happening or where i should start to fix it?

    If you have GoDaddy as a host when you run the scripts from the admin console your DB prefixes are automatically added to the tables. After you run your script look at the Query Results section to verify. I had to add the table prefix to the includes\extra_datafiles\un_database_tables.php file but not the DB scripts file.
    my live server is on godaddy, so i want to ask a question here... did you need to modify the un_wishlists.sql to do this? or just modify the php files?
    Attached Images Attached Images  
    :) emily
    http://store.inspiritcommon.com/
    ZC 1.3.8a on Godaddy :: EP 1.2.5.4 :: Adv Search 1.1 and a buncha other stuff

  7. #267
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

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

    Hi everyone does anyone know where I would adjust the width of the wishlist default page? It's overlapping a bit on my sideboxes.

    Also, can you change Wish List : default?

    Thank you!

  8. #268
    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?

  9. #269
    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.

  10. #270
    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.

 

 
Page 27 of 32 FirstFirst ... 172526272829 ... 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