Page 197 of 356 FirstFirst ... 97147187195196197198199207247297 ... LastLast
Results 1,961 to 1,970 of 3558
  1. #1961
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Quote Originally Posted by webmiss View Post
    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)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #1962
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Quote Originally Posted by webmiss View Post
    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.

  3. #1963
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default 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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1964
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Quote Originally Posted by mc12345678 View Post
    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
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  5. #1965
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default 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.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  6. #1966
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default 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?
    Using Zen Cart 1.5.1

  7. #1967
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute for Zen Cart 1.5.3

    Quote Originally Posted by Kevin205 View Post
    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
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  8. #1968
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Stock by Attribute for Zen Cart 1.5.3

    Quote Originally Posted by potteryhouse View Post
    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.
    Using Zen Cart 1.5.1

  9. #1969
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default 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
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  10. #1970
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Stock by Attribute for Zen Cart 1.5.3

    Can products_model be edited/revised using EP4? If yes which module?

    Thank you.
    Using Zen Cart 1.5.1

 

 

Similar Threads

  1. Problems with addon: Dynamic Drop Downs for Stock By Attribute
    By Dunk in forum All Other Contributions/Addons
    Replies: 56
    Last Post: 30 Apr 2014, 07:55 PM
  2. MySQL Problem with Product with Attribute Stock addon
    By rtwingfield in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Sep 2011, 03:35 PM
  3. Hide Zero Quantity Attributes with attribute-stock addon
    By leevil123 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Feb 2010, 05:06 PM
  4. Replies: 4
    Last Post: 22 Jan 2010, 10:43 PM
  5. Price Products in the grid by 'Stock by Attribute' addon?
    By Salixia in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 27 Oct 2009, 06:03 PM

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