Re: Save For Later Support Thread
If your installation references a field called products_group_a_price, you're not using the built-in Zen Cart Group Pricing, you're using some sort of mod.
This mod would have to be updated to work with Save for Later.
In a new install of Zen Cart 1.5.5 with Save for Later, and a customer configured for Zen Cart Group Pricing, this problem does not occur.
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 to look up the group for the logged in user, and apply the correct group pricing.
As this is a mod to make SFL work with another mod, if you wish to incorporate the changes, maybe have it check for existence of those fields before allowing the additional code to run?
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 add another item to cart.
I've tested this myself, and indeed, the shopping cart page simply reloads without moving the saved for later item.
I am guessing it's related to there being no active cart session.
Attempting to output some test data suggests that function actionAddProduct isn't even being called when the cart is in an empty state.
Can you give me some tips on how to resolve this issue?
Re: Save For Later Support Thread
interesting - hadn't considered that use case. I'll look at it.
Re: Save For Later Support Thread
Just tested - this works fine if you use my files and responsive classic. One thing is you'll need to tweak the links to the shopping cart page which might check to see if there's anything in the cart before they appear.
Re: Save For Later Support Thread
Save for Later has just been updated for PHP 7.3. Thanks to Pro-Webs for the tip about an issue!
1 Attachment(s)
Re: Save For Later Support Thread
Hello, just reporting the issue. Plugin is not functioning the way you could expect. Latest zen cart v1.5.6c. Whenever I try to edit the cart I get this message in response. The item remains in the cart though, you can also add another one, but checking the cart content you getting the same massage.
Attachment 18717
Also it is extremely difficult to merge my active template's file tpl_shopping_cart_default.php with correspondent file in plugin's file-set. So I'm presenting the basic responsive classic's version.
Re: Save For Later Support Thread
Yep, Save for Later needs some more work for 1.5.6. I thought it was done but I can see a couple of issues.
Re: Save For Later Support Thread
Re: Save For Later Support Thread
Wow, thank you, could not expect such a quick response to the issue actually both response and fix. Appreciate. Looking forward to imply the one on practice it seems rather important feature to have on website.