Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
webmiss
This is what I found in the error logs.
[27-Aug-2014 13:07:49] PHP Fatal error: Call to undefined function zen_get_ip_address() in /dir/mydir/public_html/admin-directory/includes/init_includes/init_sessions.php on line 34
Didn't by chance uninstall the plugin by removing all the files that were a part of the plugin from your store did you?
That missing function is defined in. Two different (but similar) files:
admin/includes/functions/general.php
And
includes/functions/functions_general.php
If either file is missing or doesn't have that function, then the file appropriate to the path should be uploaded again. The function described (zen_get_ip_address) was new to the admin side in ZC 1.5.3, so if the file is there and it looks complete, but is missing the function, then perhaps is from an older version of ZC. (Ie, the current release of this plugin I believe uses/modifies that file)
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
webmiss
This is what I found in the error logs.
[27-Aug-2014 13:07:49] PHP Fatal error: Call to undefined function zen_get_ip_address() in /dir/mydir/public_html/admin-directory/includes/init_includes/init_sessions.php on line 34
The undefined function is not used by this plugin so is being caused by some other problem.
I'm not aware of a commercial module but you could hire someone to write on for you.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Okay, I haven't specifically received direction, but would hate for this product to undergo a significant change over the weekend to resolve something like this. (Although perhaps the result would be an even better product). Regarding the customid, I don't see why I can't provide guidance to find the solution.
Take a look at what is needed in the zen_get_customid function and take a look at what is being fed to it. I believe either of the two of you would be able to narrow down the issue with that.
Re: Stock by Attribute v4.0 for Zen Cart 1.3.5
Quote:
Originally Posted by
mc12345678
Okay, I haven't specifically received direction, but would hate for this product to undergo a significant change over the weekend to resolve something like this. (Although perhaps the result would be an even better product). Regarding the customid, I don't see why I can't provide guidance to find the solution.
Take a look at what is needed in the zen_get_customid function and take a look at what is being fed to it. I believe either of the two of you would be able to narrow down the issue with that.
Have a look at updates on the branch Update3 at
For Zen Cart version 1.5.1
https://github.com/jeking928/stock_by_attribute_1.5.3
For Zen Cart version 1.5.3
https://github.com/jeking928/stock_by_attribute_1.5.4
Stock by Attribute for Zen Cart 1.5.3
For anyone interested we have a GitHub Development area.
For Zen Cart version 1.5.1
https://github.com/jeking928/stock_by_attribute_1.5.3
For Zen Cart version 1.5.3
https://github.com/jeking928/stock_by_attribute_1.5.4
These should address many of the issues found, but these changes need testing before they can be uploaded to the Zen Cart Plugins.
There is also an issues tracking feature on GitHub for each of these branches, if anyone has a reproducible issue, they can create a bug report, but please make sure you include details for reproducing the issue and what the symptoms are when the bug is present.
Re: Stock by Attribute for Zen Cart 1.5.3
Has anyone found a solution and the best way to mass delete specific attributes from products that their attributes have been discontinued?
Re: Stock by Attribute for Zen Cart 1.5.3
Quote:
Originally Posted by
Kevin205
Has anyone found a solution and the best way to mass delete specific attributes from products that their attributes have been discontinued?
This should be easy with the correct query, send me a scenario of what you think is expected, I can generate a query and if it works add it to the new version we are working as one of the optional SQL's, or in some other way that you think makes sense.
What I would need to know is when you place a product out of stock will it always be marked as inactive, will it always need to have the attributes in the SBA removed, things like that are the kind of items I would need to know in the scenario that will work for you overall. I have a guess as to what to expect, but it is best to see what you will be expecting. You could add this as an issue in the Git project so it can be tracked.
https://github.com/jeking928/stock_b...e_1.5.3/issues
Re: Stock by Attribute for Zen Cart 1.5.3
Quote:
Originally Posted by
potteryhouse
This should be easy with the correct query, send me a scenario of what you think is expected, I can generate a query and if it works add it to the new version we are working as one of the optional SQL's, or in some other way that you think makes sense.
What I would need to know is when you place a product out of stock will it always be marked as inactive, will it always need to have the attributes in the SBA removed, things like that are the kind of items I would need to know in the scenario that will work for you overall. I have a guess as to what to expect, but it is best to see what you will be expecting. You could add this as an issue in the Git project so it can be tracked.
https://github.com/jeking928/stock_b...e_1.5.3/issues
Thank you for the reply.
I will do that.
Stock by Attribute for Zen Cart 1.5.3
The SBA development area has been moved on GitHub to:
For Zen Cart version 1.5.1
https://github.com/potteryhouse/stoc...bute_1.5.3.git
For Zen Cart version 1.5.3
https://github.com/potteryhouse/stoc...bute_1.5.4.git
Re: Stock by Attribute for Zen Cart 1.5.3
Can products_model be edited/revised using EP4? If yes which module?
Thank you.