Page 15 of 21 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 210
  1. #141
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Ok I have installed the mod and loving it ... I have the buttons to save in product info display and the cart. The only problem I can see here is how can I access what is saved in my cart without having to add a further product?

    If your cart is empty but you have saved items I cannot see a way of displaying those saved items unless I add another to the cart .. then I get all the products in the cart and saved list where I can move them around.

    Is it not possible to have a link where I can click on (say) "Saved Items" to get to the checkout?

  2. #142
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    Quote Originally Posted by DigiBooks View Post
    Ok I have installed the mod and loving it ... I have the buttons to save in product info display and the cart. The only problem I can see here is how can I access what is saved in my cart without having to add a further product?

    If your cart is empty but you have saved items I cannot see a way of displaying those saved items unless I add another to the cart
    That's a really good question. The short answer is that you'd have to update the shopping cart template to do this. I'll post instructions when I get a minute to update it.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  3. #143
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    That's a really good question. The short answer is that you'd have to update the shopping cart template to do this. I'll post instructions when I get a minute to update it.
    Ok I have found a way to patch this:

    1. In includes/languages/english/YOUR TEMPLATE/header.php

    add: define('HEADER_TITLE_CART_SAVED', 'Saved Products');


    2. In includes/templates/YOUR TEMPLATE/common/tpl_header.php

    find: <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>


    then add after:

    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_SAVED; ?></a></li>



    Clicking on this link when logged in will take you to your shopping cart which may be empty or will display saved products.

    3. Finally in includes/languages/english/shopping_cart.php

    change:

    define('TEXT_CART_EMPTY', 'Your download cart is empty.');

    with

    define('TEXT_CART_EMPTY', 'Your cart is empty.<br/><br />You have no saved products');

  4. #144
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    Save for Later has been updated for Zen Cart 1.5.5.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  5. #145
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Hi

    Do you have a link to any example websites where Save for Later is installed please?

  6. #146
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    I haven't installed it on any of my demo sites. You can see screenshots on the help page on my site: http://www.thatsoftwareguy.com/zenca...eforlater.html
    That Software Guy. My Store: Zen Cart Modifications
    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.

  7. #147
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    This mod is aligned with Zen Cart 1.3.8; it has not been tested with (and is not recommended for) older versions.

    If you like and profit from this mod (or indeed any of my contributions), donations are encouraged; PayPal to help at thatsoftwareguy dot com.

    This is totally unrelated to this particular thread but I know you're the probably the one to ask!
    Is there currently a module that allows a customer to be notified when it's time to reorder a product?

    For example, customer buys product 1337, 31 days later the customer is notified that it's time to reorder product 1337.
    http://www.youtube.com/c/csgodeimos - New Videos Wednesday & Saturday
    Gaming Content / Deimos

  8. #148
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    Not AFAIK, but the best way to ask this question is on a new thread.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  9. #149
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    Not AFAIK, but the best way to ask this question is on a new thread.
    Tried that before the holidays but no reply sadly
    http://www.youtube.com/c/csgodeimos - New Videos Wednesday & Saturday
    Gaming Content / Deimos

  10. #150
    Join Date
    Feb 2014
    Posts
    42
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Hi,

    On the product page, is there any way to make the save for later input button a text link?

    Thanks,

    Eric

 

 
Page 15 of 21 FirstFirst ... 51314151617 ... LastLast

Similar Threads

  1. v150 Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 145
    Last Post: 24 Oct 2023, 05:00 PM
  2. v151 Autoresponder+ for ZCv1.5.x [Support Thread]
    By countrycharm in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 19 May 2019, 04:39 PM
  3. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 229
    Last Post: 28 Jun 2017, 12:32 AM
  4. Support Thread for JS Date Picker for options
    By eVelt in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 5 Dec 2013, 05:44 AM
  5. Image Handler / Tabbed Products Pro ... and Save for Later
    By ksoup in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 Jan 2011, 12:11 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