Thread: Wishlist

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

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Wishlist

    Quote Originally Posted by remops View Post
    Hi rbarbour

    Thanks for the work one question the download has two folders wishlist_09 and wishlist. Which one for 1.5.1? I looked at sql and they are definitely different.

    Thanks
    I just downloaded Version: 0.9a (the one I submitted) to double check and I am not seeing "two folders wishlist_09 and wishlist".

    I did not change the folder structure, this is what I see:

    WishLists\WishLists\wishlist_09\

    admin (folder)
    includes (folder)
    readme (folder)
    readme (txt file)
    uninstall_wish_list (sql file)
    wishlist (sql file)

    If you already have this plugin installed, just run the Admin Access Control query:
    Code:
    # Register the configuration page for Admin Access Control
    INSERT IGNORE INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order) VALUES ('configZCAWishListModule','BOX_CONFIGURATION_ZCA_WISHLIST','FILENAME_CONFIGURATION',CONCAT('gID=',@cid),'configuration','Y',@cid);
    And re-upload the \admin\includes\extra_datafiles\wishlist_filenames.php

    That's it! good to go for 1.5.x

    New Installs should run the entire wishlist (sql file) and upload all folders and files.

    Folder structure will work in all zc versions. I did not spend much time creating separate folders, sql queries and docs for 1.5.x for my replacement changes all drastically.

  2. #2
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Wishlist

    Hi,

    Found that I had actually uploaded to another version of wishes list so I created another folder inside the wishlist main folder.

    I removed the tables in the DB I removed all the files and went back and reinstalled added the header and product info page script.I ran the sql. All looks good except wishlist link in configuration that opens a page without any editing rows. The wish link button opens and adds to the shopping cart.

    I have not a clue of what or where I went wrong. I have tried to reinstall again with same results.

    Any help

    thanks

  3. #3
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Wishlist

    I read back a few pages and found where there was an issue with css buttons. I turned them off and it works.

    Now to get the right submit language in the css file. Any ideas?

    I still have not figured out my admin controls not showing.

    Thanks

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Wishlist

    Quote Originally Posted by remops View Post
    I read back a few pages and found where there was an issue with css buttons. I turned them off and it works.

    Now to get the right submit language in the css file. Any ideas?

    I still have not figured out my admin controls not showing.

    Thanks
    Please see the update posted in the support thread for the CSS3 buttons plugin: http://www.zen-cart.com/showthread.p...support-thread. Note that the change posted there covers the update to /includes/functions/html_output.php as modified by that plugin, not the built-in CSS button functionality.

  5. #5
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Wishlist



    IT WORKS!

  6. #6
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Wishlist

    OK it does work as for as adding items to the wish list with css button but the add to cart button in the wishlist does not add to cart. This does not appear to be css button issue.

    Any ideas

    Thanks

  7. #7

    Default Re: Wishlist

    I have a new install of 1.5.1 using the All Business Responsive Template. I had just installed the latest version of Wishlist 0.9a. After running the SQL in the admin area, I'm now unable to see the "attributes controller", and the 'A' links on my products have disappeared. I've looked thru other posts, but they mostly discuss the attributes disappearing in the actual cart, not admin. I've run the uninstall SQL to remove the Wishlist (being tired I didn't notice it said to do that only for a previous version) hopefully this didn't make things worse Anyway, does anyone have any idea why this install would have done anything to the attributes controller?
    http://151real151.gingerbreadtearoom.com/ No other modules have been installed except the Paypal & USPS ones. Should I manually remove all of the files that I uploaded via ftp? I don't know what running the SQL actually does to any settings in my store. (I did save the actual verbiage that came back after running the initial SQL if needed. Any hints on how to undo this module?

  8. #8
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Wishlist

    Quote Originally Posted by rbarbour View Post

    If you already have this plugin installed, just run the Admin Access Control query:
    Code:
    # Register the configuration page for Admin Access Control
    INSERT IGNORE INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order) VALUES ('configZCAWishListModule','BOX_CONFIGURATION_ZCA_WISHLIST','FILENAME_CONFIGURATION',CONCAT('gID=',@cid),'configuration','Y',@cid);
    And re-upload the \admin\includes\extra_datafiles\wishlist_filenames.php

    That's it! good to go for 1.5.x

    New Installs should run the entire wishlist (sql file) and upload all folders and files.

    Folder structure will work in all zc versions. I did not spend much time creating separate folders, sql queries and docs for 1.5.x for my replacement changes all drastically.
    Everything worked after upgrade to 1.5 except for missing Admin view of Wish List. Followed the above instructions with SQL statement of 1 item processed but the admin module is still blank listing Only the header of Title -Value - Option????? This is to turn the module on & off but there still nothing in the Extras to View Customers Wish Lists
    Last edited by Lackew; 17 Jun 2014 at 05:48 PM.
    blessed be the day we make tomorrow a better yesterday

  9. #9
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Wishlist

    Quote Originally Posted by Lackew View Post
    Everything worked after upgrade to 1.5 except for missing Admin view of Wish List. Followed the above instructions with SQL statement of 1 item processed but the admin module is still blank listing Only the header of Title -Value - Option????? This is to turn the module on & off but there still nothing in the Extras to View Customers Wish Lists
    After several weeks on uninstall & Re re reinstalls I got rid of the entire mod since I could not access customers Wish Lists. At least I thought I did. The Wish List Module in Configuration of admin is still listed but still blank when clicked. How do I get rid of in ENTIRELY?????
    blessed be the day we make tomorrow a better yesterday

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

    Default Re: Wishlist

    Quote Originally Posted by Lackew View Post
    After several weeks on uninstall & Re re reinstalls I got rid of the entire mod since I could not access customers Wish Lists. At least I thought I did. The Wish List Module in Configuration of admin is still listed but still blank when clicked. How do I get rid of in ENTIRELY?????
    I can't remember if there was any SQL to add so maybe check the read me and see what it says.

    If still showing check for the idea of maybe you uploaded more than 1 of some of the files or put them into the wrong spot. I could not get the editor to show either and found I did just that, dropped a file into the wrong area and missed the folder I wanted it in.



    dlcohenzc




    Has anyone added Wishlist link to product listing page? I would like to add it below Sold Out items. I see the code I need in wishlist_cart_actions.php, and know where to put the link in functions_general.php, but am a bit stumped after that. Would like "which list" link under "sold out" in product listing to add that product to wish list, and hopefully show a nice message that it was added. Anyone done this?



    Have you tried moving that bit of code into different area of the file it goes in to see exactly where it shows. I do not have a sold out button but I put mine down and just above the additional images.

    The readme tells you what file to place it in for the product page and about where but you can still move it around to suit you.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Wishlist
    By Kevin205 in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2013, 01:45 AM
  2. Wishlist
    By simplemedia in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 20 Apr 2012, 08:40 PM
  3. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  4. 1.5.0 wishlist?
    By trickobrien in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 21 Oct 2011, 07:16 PM
  5. Wishlist
    By Dutchman in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Oct 2007, 02:37 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