Results 1 to 10 of 226

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,527
    Plugin Contributions
    127

    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 Support
    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
    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');

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,527
    Plugin Contributions
    127

    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 Support
    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.

 

 

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: 151
    Last Post: 17 Feb 2026, 01:41 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

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