Thread: Wishlist

Page 28 of 38 FirstFirst ... 182627282930 ... LastLast
Results 271 to 280 of 378
  1. #271
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Wishlist

    ok, this is what I found in the 1.3.9 instructions:

    <!--bof Wishlist button -->
    <!--<br class="clearBoth" />
    optional depending where the code is added-->

    <?php if (UN_MODULE_WISHLISTS_ENABLED) {
    if ( $_SESSION['customer_id'] ) {
    echo '<div id="productWishlistLink" class="buttonRow back">';
    echo zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT, 'name="wishlist" value="yes"');
    echo '</div>';
    } else {
    echo '<div>';
    echo UN_BOX_WISHLIST_LOGIN_TEXT;
    echo '</div>';
    }
    } else {}
    ?>
    <!--eof Wishlist button -->



    But this is what is actually written into the file that sends the item to the wishlist and NOT the cart:

    <!--bof Wishlist button -->
    <div id="productWishlistLink" class="buttonRow back"><?php echo ('<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . zen_image_button(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT) . '</a>'); ?></div>
    <!--eof Wishlist button -->


    this is what gets put into yourstore/includes/templates/your-template/tpl_product_info_display.php

    I can't seem to find the one for 1.5 anywhere

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

    Default Re: Wishlist

    I just received this reply from the developer Zucando


    Answered about the Wishlist 2.0 for Zen Cart 1.5.x
    If you do everything right, it will work fine.
    Follow us on Twitter Like us on Facebook Follow us on Google+
    Copyright (c) 2014 Zen Cart. Powered by Zen Cart
    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to help.zucando######################
    This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.


    Zucando the developer sells install not plugins so my thoughts are they do not want this to work. They want you to pay them to install it. I would stay away from their plugins.

    The readme file says to add a script into the tpl_product_info_display.php. If you look in the file downloads there is an example tpl_product_info_display.php with another script. The readme file does not say anything about merge the header file but again if you look into the files you will find a example file.


    This plugin is intentionally made to not work and should be pulled by zencart.

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

    Default Re: Wishlist

    Sorry for the previous post my bad. I have been trying to install a wishlist called Wishlist 2.0 for Zen Cart 1.5.x not this thread wishlist.

    I apologize.

    The post is correct as far as the Wishlist 2.0 for Zen Cart 1.5.x goes.

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

    Default Re: Wishlist

    I updated this plugin for 1.5x, nothing except the install SQL and an admin language file was changed in this upgrade.

    I have made several improvements including AJAX & jQuery, I will be submitting as a NEW plugin as soon as I get some spare time.

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

    Default Re: Wishlist

    Quote Originally Posted by rbarbour View Post
    I updated this plugin for 1.5x, nothing except the install SQL and an admin language file was changed in this upgrade.

    I have made several improvements including AJAX & jQuery, I will be submitting as a NEW plugin as soon as I get some spare time.
    Thanks for taking this on. Look forward to it!

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

    Default Re: Wishlist

    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

  7. #277
    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.

  8. #278
    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

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

  10. #280
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    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.

 

 
Page 28 of 38 FirstFirst ... 182627282930 ... 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

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