Search:

Type: Posts; User: strelitzia

Search: Search took 0.03 seconds.

  1. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    I've stumbled across a problem with SFL.
    If you have products that have a max quantity limit set and you already have the maximum allowed in cart, but also have the item in SFL list, it will allow...
  2. Replies
    211
    Views
    48,204

    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) {
  3. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    Should have added the offending line to the post!

    Line 160 is

    while (list($products_id, ) = each($contents)) {
  4. Replies
    211
    Views
    48,204

    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...
  5. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    Hi Scott,

    I have a question regarding the way this module functions.
    If a user logs in and has items 'saved for later', they can't add them to cart from the saved for later list unless they first...
  6. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    The client is using Group Pricing (per Item) https://www.zen-cart.com/downloads.php?do=file&id=154

    If you look at my previous reply, you will see how I modified the function in sfl_functions.php...
  7. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    No worries, I looked at the shopping cart class to see how this was being managed, and made some changes to includes/functions/extra_functions/sfl_functions.php to resolve this issue.

    The changes...
  8. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    I have an issues with this mod.
    If you use group pricing, when an item is moved into save for later, it doesn't display the correct price.
    As an example, I have a product where products_price is...
  9. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    Ok, I'll look in that function.
    It might be an idea for you to update your code to NOT display the SFL button on products where the stock is zero.
    I wasn't even aware that it didn't work until...
  10. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    So SFL is following the ZC core rule that you can't add an out of stock item to the cart?

    I tried setting Check Stock Level to false in admin as I thought that would make a difference, but it...
  11. Replies
    211
    Views
    48,204

    Re: Save For Later Support Thread

    Hi Scott,

    I've noticed that SFL button from the product page doesn't save the product if an item is out of stock. Is it possible to make it add the item to the Saved for Later list even when stock...
Results 1 to 11 of 11
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR