Thread: Wishlist addon

Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Default Wishlist addon

    Hello there,
    I would like to put a wishlist for my website, I used to use a wishlist wich worked with an external website. But now I want to have something that stays on my website.

    my website is: www.alepia.ch
    www.alepia.ch Alepia suisse

  2. #2
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    red flag Re: Wishlist for zen cart

    ok I found wishlists in "Free Software addons" but actually I installed it but when clicking add to wishlist I get this error:

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

    What's wrong? What should I do?
    www.alepia.ch Alepia suisse

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Wishlist for zen cart

    Follow the instructions in the readme.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Idea or Suggestion Re: Wishlist for zen cart

    Quote Originally Posted by swguy View Post
    Follow the instructions in the readme.
    It's not about following the instructions, as they don't tell you what to do if you have a zen prefix(well they say very little!), but thank you!

    Do sure if you worked out the issue on this or not but I had the same problem. It is because I use a db prefix on my tables and the un_database_tables.php need fixed:

    Find:
    Code:
    define('UN_TABLE_WISHLISTS','un_wishlists');
    define('UN_TABLE_PRODUCTS_TO_WISHLISTS', 'un_products_to_wishlists');
    Replace with:

    Code:
    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
    www.alepia.ch Alepia suisse

 

 

Similar Threads

  1. v150 Ultimate-SEO addon conflicting with CSS-Button addon
    By Rony in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Jan 2013, 08:06 PM
  2. Mailbeez Addon Module : Wishlist Reminder
    By Limitless in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 13 Nov 2012, 05:56 PM
  3. is there any AutoTweet addon or autofacebook addon work well with EasyPopulate?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Dec 2010, 03:17 AM
  4. Problem integrating additional image titles addon and commercial addon
    By strugglingnovice in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 15 Aug 2010, 03:07 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