Page 14 of 23 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 224
  1. #131
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Save For Later Support Thread

    Quote Originally Posted by shags38 View Post
    Hi Scott,


    thanks for this - what I am looking for is the actual image file, .jpg file so I can create my own button to suit my template appearance then save it as button_Product_SaveForLater.jpg - I cannot find it anywhere

    cheers, Mike
    Scott - please disregard the above post - I need to learn about standard buttons and how they work, right

    cheers, Mike

  2. #132
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    ok I see. It's not really a button image, it's just a button created out of the alt text.
    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.

  3. #133
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    Quote Originally Posted by shags38 View Post
    Scott - please disregard the above post - I need to learn about standard buttons and how they work, right
    You were led astray by the fact that I had a placeholder image definition that I never used. I'll remove that in the next update.
    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.

  4. #134
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Save For Later Support Thread

    Scott - one quick question and then I will leave you in peace.

    Why is it necessary to be logged in to save for later - a customer can add to cart without being logged in - as a shopper I would be confused.

    cheers, Mike

  5. #135
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    Just like it's necessary to be logged in to have a persistent cart. Things are keyed by customer id.
    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.

  6. #136
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: Save For Later Support Thread

    Got this installed on a fresh Zen Cart v1.5.4, having made the changes suggested in the readme to get the button to display on the product_info page.

    The thing is, when the "Save for Later" button is clicked, the product is added to the cart not to the save-for-later list. Any suggestions as to where to start looking for the correction?

  7. #137
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: Save For Later Support Thread

    Found it; the readme instructions are close:
    Code:
    b) In includes/main_cart_actions.php, change the block 
    
      case 'add_product' :
      $_SESSION['cart']->actionAddProduct($goto, $parameters);
      break;
    
    to
    
      case 'add_product' :
      if (isset($_POST['sfl'])) {
         actionSaveForLaterFromProductPage($goto, $parameters); 
      } else {
         $_SESSION['cart']->actionAddProduct($goto, $parameters);
      } 
      break;
    but should be:
    Code:
    b) In includes/main_cart_actions.php, change the block 
    
      case 'add_product' :
      $_SESSION['cart']->actionAddProduct($goto, $parameters);
      break;
    
    to
    
      case 'add_product' :
      if (isset($_POST['sfl_x'])) {
         actionSaveForLaterFromProductPage($goto, $parameters); 
      } else {
         $_SESSION['cart']->actionAddProduct($goto, $parameters);
      } 
      break;

  8. #138
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    There's definitely a bug in the instructions, but I don't think that's it - that doesn't seem to work either.
    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.

  9. #139
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    OK got it. The $goto change in includes/classes/shopping_cart.php needs to be done for both zen_redirect calls. Posting an update shortly.
    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.

  10. #140
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    Save For Later 1.4.1 was just released with corrected instructions for installing Save for Later on your product info pages.
    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.

 

 
Page 14 of 23 FirstFirst ... 41213141516 ... 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: 150
    Last Post: 17 Nov 2024, 09:29 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