Thread: wishlists 0.6

Page 24 of 24 FirstFirst ... 14222324
Results 231 to 236 of 236
  1. #231
    Join Date
    Feb 2015
    Location
    USA
    Posts
    157
    Plugin Contributions
    0

    Default Re: wishlists 0.6

    Quote Originally Posted by jeking View Post
    Any errors when you run the sql statement (wishlist.sql)?
    No errors. I tried doing a fresh install and same thing. The wishlist module is listed in config but it's empty. The wishlist works fine for the customers.
    Thanks for any ideas
    Carol

  2. #232
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: wishlists 0.6

    I just installed the latest version 0.9 on 1.54. In the admin. I see the admin>configuration>wish list module but isn't there supposed to be another link in admin>extras>wishlists (so you can see customers wishlists and delete them if they are old)? i don't see that link and i triple checked that the files were uploaded to the correct directory. thank you.

  3. #233
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: wishlists 0.6

    For anyone interested, I have a version with fixes for CSS buttons and for the Add to Cart when clicking the Add to Wishlist button. If you are interested in TESTING it, please PM me. It is NOT ready for a lives sites.

  4. #234
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: wishlists 0.6

    I might be interested IF it works in 1.3.9 (right now am in this version but....) things are acting strange with the software so maybe I will need to go to 1.5.4 providing all my mods work in it now..LOL

  5. #235
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: wishlists 0.6

    Quote Originally Posted by DarkAngel View Post
    I might be interested IF it works in 1.3.9 (right now am in this version but....) things are acting strange with the software so maybe I will need to go to 1.5.4 providing all my mods work in it now..LOL
    It certainly might. I have not tested it on that version, but you're welcome to try. PM me if you do.

  6. #236
    Join Date
    Jun 2021
    Location
    Nigeria
    Posts
    1
    Plugin Contributions
    0

    Default Re: wishlists 0.6

    I started using zen cart recently, Installed wishlist 0.9. However I can't create new wishlist, it seems it has something to do with this code.
    please any help will be appreciated.
    /**
    * create a new wishlist
    *
    * @param string $name name for wishlist
    # @param string $comment comment for wishlist
    # @param boolean $default indicates default wishlist for customer
    * @return integer $iWishlistId unique wishlist identifier
    * @access public
    /*----------------------------------------------------------*/
    function createWishlist($name='', $comment='', $default_status=0, $public_status=1) {

    if ( !isset($this->_iCustomerId) ) {
    return false;
    }

    $sql = "INSERT INTO '" . UN_TABLE_WISHLISTS . "' (
    `id`,
    `customers_id`,
    `created`,
    `modified`,
    `name`,
    `comment`,
    `default_status`,
    `public_status`
    ) VALUES (
    NULL,
    '".$this->_iCustomerId."',
    NOW(),
    NOW(),
    '".$name."',
    '".$comment."',
    '".$default_status."',
    '".$public_status."'
    )";

    $result = $this->_oDB->Execute($sql);
    if ( !$result ) {
    $this->_oMessages->add($this->_sName, UN_ERROR_CREATE_WISHLIST);
    return false;
    }

    return $this->_oDB->Insert_ID();
    }

 

 
Page 24 of 24 FirstFirst ... 14222324

Similar Threads

  1. Wishlists & Attributes
    By glamourdolleyes in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2011, 08:28 PM
  2. Allow non-members access to search wishlists?
    By boutique in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Feb 2009, 11:16 AM
  3. Wishlists
    By fbords in forum Basic Configuration
    Replies: 1
    Last Post: 8 Sep 2007, 05:43 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR