Zen Cart Logo
Forums / All Other Contributions/Addons / Save For Later Support Thread

Save For Later Support Thread

Views: 64,707

Results 101 to 120 of 226
13 Nov 2012, 3:02 PM
#101
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Save For Later Support Thread

You need to create a custom template (see http://www.zen-cart.com/content.php?180) to start with.
Don't modify files in includes/templates/template_default/ - you want to keep those unchanged. Modify files in your template folder.

Uninstall what you've changed, create a custom template (call it custom) then install Save for Later.

13 Nov 2012, 3:23 PM
#102
chiliboy avatar

chiliboy

New Zenner

Join Date:
Jul 2012
Posts:
11
Plugin Contributions:
0

Re: Save For Later Support Thread

Thanks Scott. I appreciate the quick response and if all goes well I'll send a donation your way.

19 Nov 2012, 2:29 PM
#103
chiliboy avatar

chiliboy

New Zenner

Join Date:
Jul 2012
Posts:
11
Plugin Contributions:
0

Re: Save For Later Support Thread

Hi,

I can't get this module to install correctly. I'm hung-up on step 2a of the install instructions...
"2a. cd to "common_files" and copy the contents to the root directory of your shop."

What does cd mean? Change directory!

Am I to upload the entire folder called common_files, or upload the sub-folders in common_files, or open the sub-folders and just upload the individual files to the sub-directories in the includes directory of my site? I tried this last method without success.

I created the "custom" template and followed the instructions for it and nothing.

I'm using ZC 1.5.0 with classic template.

I have backed out everything for now except the sql patch. I'll appreciate your advices.

Thanks,

Hal

19 Nov 2012, 2:46 PM
#104
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Save For Later Support Thread

Upload everything. Don't do it file by file - this tends to be error prone because people will miss one thing or another.

19 Nov 2012, 4:18 PM
#105
chiliboy avatar

chiliboy

New Zenner

Join Date:
Jul 2012
Posts:
11
Plugin Contributions:
0

Re: Save For Later Support Thread

Thanks for your help and patience. Unfortunately, it just doesn't work on my site. The template is screwed up and the shopping cart page shows an error with nothing listed after adding items to it.

12 Jan 2013, 6:52 PM
#106
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
732
Plugin Contributions:
0

Re: Save For Later Support Thread

I'm loving this script, but I'm hoping you could help me with a feature request. I'd like to offer a "Save For Later" button on the product information page, so that if you're browsing a product, you can simply click "Save For Later" right there to add it.

I copied the code from the shopping cart page and inserted the following code onto the product page:

<?php echo '<a href="' . zen_href_link('saveforlater', 'action=sfl_save_for_later&product_id=' . (int)$_GET['products_id']) . '">'?><?php echo zen_image_button(BUTTON_IMAGE_SAVE_FOR_LATER_PRODUCT, BUTTON_SAVE_FOR_LATER_ALT) . '</a>'; ?>

However, when I click on the link, it takes me to the shopping cart page but no items are added to the cart.

The link that is being invoked looks to be the same format as what you display on the shopping cart page. For example, this is what I click on from the product info page when the button is clicked:

http://www.mydomain.com/store/index.php?main_page=saveforlater&action=sfl_save_for_later&product_id=15334

But it doesn't add anything to the shopping cart (unless that link is invoked from the actual shopping cart page, as is the original script).

Any ideas what I would have to to in order to allow this?

(Again, this is just shaving one extra step off the process for the customers. So instead of adding a product to the shopping cart FIRST and then having to Save it for later, we are trying to just have them Save it for later directly from the product info page.)

12 Jan 2013, 6:53 PM
#107
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Save For Later Support Thread

That's an interesting idea; I may consider it for a future release.

12 Jan 2013, 8:09 PM
#108
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
732
Plugin Contributions:
0

Re: Save For Later Support Thread

swguy:

That's an interesting idea; I may consider it for a future release.

Cool. I wouldn't think it would be too complicated to implement, and I think the idea is a great one for your program. Please let me know when you add that functionality and I'll be one of the first to test it out!

7 Mar 2013, 8:38 PM
#109
clriding avatar

clriding

New Zenner

Join Date:
Feb 2012
Posts:
53
Plugin Contributions:
0

Re: Save For Later Support Thread

Hi, I wandered if this ever got added to save for later, as being able to add the product from the product page and save for later, is much more efficient and user friendly for the customer, rather than adding it to shopping cart.

If so, what code do I add and where?

Kind regards

Claire

Jeff_Mash:

I'm loving this script, but I'm hoping you could help me with a feature request. I'd like to offer a "Save For Later" button on the product information page, so that if you're browsing a product, you can simply click "Save For Later" right there to add it.

I copied the code from the shopping cart page and inserted the following code onto the product page:

<?php echo '<a href="' . zen_href_link('saveforlater', 'action=sfl_save_for_later&product_id=' . (int)$_GET['products_id']) . '">'?><?php echo zen_image_button(BUTTON_IMAGE_SAVE_FOR_LATER_PRODUCT, BUTTON_SAVE_FOR_LATER_ALT) . '</a>'; ?>
> 
> However, when I click on the link, it takes me to the shopping cart page but no items are added to the cart.
> 
> The link that is being invoked looks to be the same format as what you display on the shopping cart page.  For example, this is what I click on from the product info page when the button is clicked:
> 
> <http://www.mydomain.com/store/index.php?main_page=saveforlater&action=sfl_save_for_later&product_id=15334>
> 
> But it doesn't add anything to the shopping cart (unless that link is invoked from the actual shopping cart page, as is the original script).
> 
> Any ideas what I would have to to in order to allow this?
> 
> (Again, this is just shaving one extra step off the process for the customers.  So instead of adding a product to the shopping cart FIRST and then having to Save it for later, we are trying to just have them Save it for later directly from the product info page.)
8 Mar 2013, 12:39 AM
#110
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Save For Later Support Thread

It's on my list but it hasn't been done yet. Bear in mind that one of the issues is that you wouldn't be able to use this for products with attributes (on the product info page), so it might not be as generally useful as you think.

8 Mar 2013, 5:42 PM
#111
clriding avatar

clriding

New Zenner

Join Date:
Feb 2012
Posts:
53
Plugin Contributions:
0

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.

2 May 2013, 4:59 PM
#112
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

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.

2 May 2013, 8:24 PM
#113
ksoup avatar

ksoup

Zen Follower

Join Date:
Jan 2004
Posts:
413
Plugin Contributions:
1

Re: Save For Later Support Thread

swguy:

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!

3 May 2013, 2:35 PM
#114
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Save For Later Support Thread

Save for Later 1.4 is now available.

3 May 2013, 3:48 PM
#115
ksoup avatar

ksoup

Zen Follower

Join Date:
Jan 2004
Posts:
413
Plugin Contributions:
1

Re: Save For Later Support Thread

swguy:

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?

3 May 2013, 4:34 PM
#116
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Save For Later Support Thread

ksoup:

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.

3 May 2013, 4:35 PM
#117
ksoup avatar

ksoup

Zen Follower

Join Date:
Jan 2004
Posts:
413
Plugin Contributions:
1

Re: Save For Later Support Thread

swguy:

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 :)

6 Jun 2013, 12:46 AM
#118
gam avatar

gam

Zen Follower

Join Date:
Aug 2007
Posts:
116
Plugin Contributions:
0

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:

<!-- 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:

<!-- 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

20 Aug 2013, 10:08 AM
#119
therummagehole avatar

therummagehole

New Zenner

Join Date:
May 2012
Location:
Tamworth, United Kingdom
Posts:
24
Plugin Contributions:
0

Re: Save For Later Support Thread

GAM:

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:

<!-- 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:
> 
> ```
<!-- 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 :)

20 Aug 2013, 12:20 PM
#120
therummagehole avatar

therummagehole

New Zenner

Join Date:
May 2012
Location:
Tamworth, United Kingdom
Posts:
24
Plugin Contributions:
0

Re: Save For Later Support Thread

therummagehole:

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