Page 1 of 21 12311 ... LastLast
Results 1 to 10 of 210
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Save For Later Support Thread

    When you're shopping on Amazon.com, you may have noticed that on the shopping cart page, items can be deleted from the cart but they can also be "saved for later." These items remain visible to the customer but are not included in the current checkout.

    This functionality is now available in Zen Cart with my Save For Later mod. You can see screenshots and a link to a cart where you can try it out on my home page at http://www.thatsoftwareguy.com/zenca...eforlater.html

    The download is here: http://www.zen-cart.com/index.php?ma...oducts_id=1246

    All the files in this mod are new except for the shopping cart template; significant changes were made on this page, and my recommendation is that you install the version from this mod and then merge your changes in rather than vice versa.

    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.
    Last edited by swguy; 19 Jan 2009 at 10:10 AM.
    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.

  2. #2
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    I am using v1.3.8, First I'm a zencart newbie so please bear with me. I am trying to figure out what I did wrong for this module. My arrow are not showing up int the shopping cart and I'm not sure how to merge the shopping cart php file. I couldn't find the one that's suppose to be in the save for later files?

    Any help would be greatly appreciated.

  3. #3
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    There should be a folder called Custom or Your_Template in the includes/template path.

    Or the instructions might be in the readme or docs file.

    Google Winmerge - this is great for comparing your files with modified files.


  4. #4
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Save For Later Support Thread

    Yet another very useful and well written mod by swguy! Thank you!!!

    I have a suggestion for a future release. Allow saved carts for visitors. I am not sure how this would work, perhaps with a cookie or only requiring an email address which could be inputted on the shopping cart page so it can be saved to the database? I think this would increase conversions without a doubt.

    Zen Cart and it's community are the best!!

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    This would be more of a Zen Cart feature than a Save for Later feature. The point of Save for Later is to allow you to go through checkout with a subset of the items in the cart. Saving visitor carts is something that would require core changes and additional configuration (i.e. extensions to the current "visitor's cart" behavior).
    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.

  6. #6
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Save For Later Support Thread

    Ah, ok, thanks for the explanation. I haven't looked through the v2 roadmap completely so I don't know if this is something that will be included in the next ZC release. But, perhaps with the new core structure it will be easy to make this implementation without changing core code. By then, I think my coding chops will be up to the level that I can start coding a mod from scratch! :-)

    Zen Cart and it's community are the best!!

  7. #7
    Join Date
    Aug 2006
    Posts
    33
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    I'm using v1.3.8 and everything appears correctly, however, Save for Later is not removing the item from the cart when it creates an instance of the item in the Saved area. And when an item is Moved to Cart, it is removed from the Save area but it does not reappear in the cart.

    Any idea what has gone wrong with my install?
    Last edited by TFGZ; 19 Feb 2009 at 12:50 AM.

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

    Default Re: Save For Later Support Thread

    Check includes/main_cart_actions.php against a copy from a fresh download of 1.3.8a. Other than that, I have no idea.
    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. #9
    Join Date
    Apr 2007
    Location
    Orange County, CA
    Posts
    88
    Plugin Contributions
    5

    Have a Drink Re: Save For Later Support Thread

    Great mod, working perfectly for me. Thanks Scott!

    One recommendation for some code to add to your new "tpl_shopping_cart_default.php".

    At line 145, I inserted these two lines from the standard cart:
    Code:
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    This should be just above
    Code:
    <h1><?php echo SFL_HEADING_TITLE; ?></h1>
    This will display the "Continue Shopping" link in it's traditional place, allowing the user to more easily carry one with product browsing. If the cart is empty, this button is normally hidden.

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Save For Later Support Thread

    Good suggestion; thank you.
    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.

 

 
Page 1 of 21 12311 ... 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