Page 9 of 32 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 312
  1. #81
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

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

    When adding to wishlist, if the shopper is not signed in, it takes you to the sign in page. Once they sign in, it takes them to the wishllist, but does NOT add the item to the wishlist.

    Can it be changed to either:

    1. go back to the product they were looking it rather than to the wish list with a comment that they need to add it again to their wishlist

    or

    2. continue on to add the product to the wishlist once they log in

    Thanks!

  2. #82
    Join Date
    Jun 2007
    Posts
    32
    Plugin Contributions
    0

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

    it works great at my site, but one thing.
    The pictures in the wishlist is the orginal size, that is mean the biggest one,
    that breaks my layout.
    Anyone help, how to change the picture size at the wishlist page?

  3. #83
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

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

    Has anyone tested this mod on 1.3.8a yet?

    any issues?

  4. #84
    Join Date
    Jun 2007
    Posts
    32
    Plugin Contributions
    0

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

    Quote Originally Posted by dharma View Post
    Has anyone tested this mod on 1.3.8a yet?

    any issues?
    I have tested at my localhost(1.3.8a upgrade from 1.3.7), no issues
    and here are two threads about the pictures problem and the email error, maybe helpful.

    http://www.zen-cart.com/forum/showth...age#post303095
    http://www.zen-cart.com/forum/showth...light=wishlist

  5. #85
    Join Date
    Aug 2007
    Posts
    14
    Plugin Contributions
    0

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

    I'm also having the problem with the images being full size and having looked through several previsou threads can't find the answer, has anyone successfully set up resized images? Thanks.

  6. #86
    Join Date
    May 2005
    Location
    Brussels belgium
    Posts
    203
    Plugin Contributions
    0

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

    Quote Originally Posted by lazerradial2003 View Post
    I'm also having the problem with the images being full size and having looked through several previsou threads can't find the answer, has anyone successfully set up resized images? Thanks.
    Hello I' ve same problem

    second question is it possible to manage the customer's wishlist from admin (add, delete , move items)

    tahnks in advance
    Zen cart or nothing !!

  7. #87

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

    I am having the image problem too. I am not a coder but I have poked around to see what I can find and I don't think I have the answer either.

    As for the wishlist admin...go to admin, extras and will see the wishlists link in there. All you are able to do is delete them though, no editing available.

    I hope this helps!
    Amy

    Quote Originally Posted by titangen View Post
    Hello I' ve same problem

    second question is it possible to manage the customer's wishlist from admin (add, delete , move items)

    tahnks in advance

  8. #88
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Hi,

    I installed wishlist but received the following error when trying to add a product to wishlist. I did add my prefix to the table names in the sql file ("un_wishlist.sql", lines 9, 10, 28 and 29). What did I do wrong? Please advise. Thanks in advance.

    1146 Table 'dealbyet_zc4.un_wishlists' doesn't exist
    in:
    [SELECT id FROM un_wishlists w WHERE w.customers_id=3 and w.default_status=1 ]
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  9. #89
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Hi also get this error in my admin, Extras > Wishlists. The instruction doesn't say to upload the admin folder. Are we supposed to upload it?

    1146 Table 'dealbyet_zc4.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.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  10. #90
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I dropped the tables zen_zen_un_wishlists and zen_zen_un_products_to_wishlists in phpmyadmin and reran the sql file. This time zen_un_wishlists and zen_un_products_to_wishlists were created. So I thought it would be working but it's not. I turned on the sidebox in the admin but it doesn't show up on my shop. And in my admin > Extras > Wishlists, I still get the following error. Please help.

    1146 Table 'dealbyet_zc4.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.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


 

 
Page 9 of 32 FirstFirst ... 789101119 ... 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