Page 12 of 23 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 224
  1. #111
    Join Date
    Feb 2012
    Posts
    53
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Thanks for your reply, it's much appreciated.

    Well I shall keep my eyes peeled and I don't have too many items with attributes anyway, so I think I would still benefit. Either way, I was able to install your plugin easily and I'm grateful for it, as it's still a really good feature to have. Thanks again.
    My Online shop, thanks to Zen Cart is https://lovely-gifts.co.uk

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

    Default Re: Save For Later Support Thread

    I am doing final testing on the Save for Later from product info page feature that several users have requested. It should be ready soon.
    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. #113
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    I am doing final testing on the Save for Later from product info page feature that several users have requested. It should be ready soon.
    Another amazing software guy contribution! This sounds awesome!

  4. #114
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    Save for Later 1.4 is now available.
    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.

  5. #115
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    Save for Later 1.4 is now available.
    I just downloaded it :) If our customers already have items in their save for later, is the sql going to drop all of that info?

  6. #116
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Save For Later Support Thread

    Quote Originally Posted by ksoup View Post
    I just downloaded it :) If our customers already have items in their save for later, is the sql going to drop all of that info?
    Just upload the new files and make the other changes in the readme; there are no database changes in this version vs. prior versions.
    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.

  7. #117
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    Just upload the new files and make the other changes in the readme; there are no database changes in this version vs. prior versions.
    Thank you for the fast response. :) Will do :)

  8. #118
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Hi

    I need help. I've tried but obviously don't know what I'm doing. I'm using CSS Buttons and want the Save For Later button on the Product Info page to display the same as the other CSS buttons i.e., same appearance as the 'Add to cart' button.

    By following and manipulating the code for a 'submit' button, I've got it looking right but it is not functioning correctly i.e., it is 'adding to cart' and not adding to 'save for later'.

    Save for later button code:
    Code:
    <!-- bof save for later -->
    <?php 
      if (isset($_SESSION['customer_id']) && $_SESSION['customer_id'] != '') {
          echo "<br /><br />"; 
          echo '<input type="submit" value="' . BUTTON_SAVE_FOR_LATER_ALT . '" name="sfl" />'; 
      }
    ?>
    <!-- eof save for later -->
    My non-working code attempt:

    Code:
    <!-- bof save for later -->
    <?php 
      if (isset($_SESSION['customer_id']) && $_SESSION['customer_id'] != '') {
          echo "&nbsp"; 
          echo zen_image_submit(BUTTON_IMAGE_SAVE_FOR_LATER, BUTTON_SAVE_FOR_LATER_ALT);
      }
    ?>
    <!-- eof save for later -->
    I'm assuming that there is a value that needs to be specified to get the 'save for later' function instead of the 'add to cart' function, but I don't how or where this might be specified.

    Appreciate any assistance.

    Cheers
    GAM

  9. #119
    Join Date
    May 2012
    Location
    Tamworth, United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by GAM View Post
    Hi

    I need help. I've tried but obviously don't know what I'm doing. I'm using CSS Buttons and want the Save For Later button on the Product Info page to display the same as the other CSS buttons i.e., same appearance as the 'Add to cart' button.

    By following and manipulating the code for a 'submit' button, I've got it looking right but it is not functioning correctly i.e., it is 'adding to cart' and not adding to 'save for later'.

    Save for later button code:
    Code:
    <!-- bof save for later -->
    <?php 
      if (isset($_SESSION['customer_id']) && $_SESSION['customer_id'] != '') {
          echo "<br /><br />"; 
          echo '<input type="submit" value="' . BUTTON_SAVE_FOR_LATER_ALT . '" name="sfl" />'; 
      }
    ?>
    <!-- eof save for later -->
    My non-working code attempt:

    Code:
    <!-- bof save for later -->
    <?php 
      if (isset($_SESSION['customer_id']) && $_SESSION['customer_id'] != '') {
          echo "&nbsp"; 
          echo zen_image_submit(BUTTON_IMAGE_SAVE_FOR_LATER, BUTTON_SAVE_FOR_LATER_ALT);
      }
    ?>
    <!-- eof save for later -->
    I'm assuming that there is a value that needs to be specified to get the 'save for later' function instead of the 'add to cart' function, but I don't how or where this might be specified.

    Appreciate any assistance.

    Cheers
    GAM
    Not 100% sure but I think the reason its not working is theres no input command. I'm just trying to do this now, if I get it working, i'll share the code :)

  10. #120
    Join Date
    May 2012
    Location
    Tamworth, United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by therummagehole View Post
    Not 100% sure but I think the reason its not working is theres no input command. I'm just trying to do this now, if I get it working, i'll share the code :)
    I give up, tried everything I can think off. I'm sure this is an easy fix, i'm just out of my depth lol

 

 
Page 12 of 23 FirstFirst ... 2101112131422 ... 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