Page 18 of 22 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 212
  1. #171
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Yeah, fix is working. Tested on responsive classic. Thank you.

  2. #172
    Join Date
    Apr 2011
    Location
    Espoo, Finland
    Posts
    49
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Good plugin. Everything seems working smooth.

    But it seems also, there is some usability issue there:

    If I have some 'Saved For Later' products, but my shopping cart is empty (I've placed an order or simply emptied the cart and leaved 'cart'-page), how can see the list of 'Saved For Later' products? (or even - how can I realize I have some products in this list?)

    My suggestion: by emptying the cart the 'Saved for later' goods must be automatically moved back to shopping cart (NOTIFIER_CART_RESET_END can be used ??)
    Last edited by yesaul; 21 Nov 2019 at 09:19 PM.

  3. #173
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,813
    Plugin Contributions
    124

    Default Re: Save For Later Support Thread

    As noted on the prior page of posts, the shopping cart page *is* displayed with the save for later items in the responsive classic template.
    Study the differences between responsive classic and your template to see why yours doesn't do this.

    As for moving the products to the cart upon emptying the cart - if you look at other carts that implement Save for Later type functionality, you'll find they don't do this. Most users would find it both astonishing and annoying.
    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. #174
    Join Date
    Apr 2011
    Location
    Espoo, Finland
    Posts
    49
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by swguy View Post
    As noted on the prior page of posts, the shopping cart page *is* displayed with the save for later items in the responsive classic template.
    Study the differences between responsive classic and your template to see why yours doesn't do this...
    Thank you for your reply. And sorry, probably my explanations were not clear enough.

    I try to test your addon on pure Zen Cart 156c, using Responsive Classic template by default.

    Once again (for example): if I move all goods into the 'Saved For Later' list (no more products in 'cart') and then leave 'cart'-page - how can I realize, there still are some products in 'Saved For Later' list ?? (the 'cart'-sidebox is not being displayed, as there are no products in the main cart)

  5. #175
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,813
    Plugin Contributions
    124

    Default Re: Save For Later Support Thread

    This is the design intent. Look at how Amazon does it.
    If you really want to customize it to work the way you think it should work, go for it- but I wouldn't recommend 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.

  6. #176
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Save For Later Support Thread

    Quote Originally Posted by yesaul View Post
    I try to test your addon on pure Zen Cart 156c, using Responsive Classic template by default.

    Once again (for example): if I move all goods into the 'Saved For Later' list (no more products in 'cart') and then leave 'cart'-page - how can I realize, there still are some products in 'Saved For Later' list ?? (the 'cart'-sidebox is not being displayed, as there are no products in the main cart)
    Let me explain. I have just realize myself how it works on Amazon site. Say a week later when you return to the site you have shopped in, provided you've logged in, and knowing that you cart is empty there, see your cart indicator is "0" items. Despite this obvious fact you continue to your empty cart to see how it looks and voila! you got there "saved for later" items list. Bear in mind the feature is completely different to "wish list".

  7. #177
    Join Date
    Nov 2005
    Location
    France
    Posts
    585
    Plugin Contributions
    8

    Default Re: Save For Later Support Thread

    This module throws an error if using PHP 7.2 or above due to the each() function being deprecated.
    Error log shows
    PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Users/sp/Developer/zc157/includes/functions/extra_functions/sfl_functions.php on line 160.

  8. #178
    Join Date
    Nov 2005
    Location
    France
    Posts
    585
    Plugin Contributions
    8

    Default Re: Save For Later Support Thread

    Should have added the offending line to the post!

    Line 160 is

    while (list($products_id, ) = each($contents)) {

  9. #179
    Join Date
    Nov 2005
    Location
    France
    Posts
    585
    Plugin Contributions
    8

    Default Re: Save For Later Support Thread

    For anyone else wanting to use PHP version 7.2 and above, replace

    line 160

    while (list($products_id, ) = each($contents)) {
    with
    foreach(array_keys($contents) as $products_id) {

  10. #180
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,813
    Plugin Contributions
    124

    Default Re: Save For Later Support Thread

    Yep, there are a bunch of those. I will update the module 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.

 

 
Page 18 of 22 FirstFirst ... 81617181920 ... 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