Page 257 of 360 FirstFirst ... 157207247255256257258259267307357 ... LastLast
Results 2,561 to 2,570 of 3592
  1. #2561
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Folks that say: Backup! Backup! Backup! (Glad I listened)

    Using today's github SbyA files in my test site zc 1.5.5a. I dropped my database (from which I'd already lost the SbyA data in experiment above) and imported the database I was using before I started monkeying about.

    Before trying the SbyA install script I checked the admin confi screens - there was a whole config menu missing - I now wonder if I actually installed the March 3 2016 files or just copied the files in. Anyway, my data was all in tact. I ran the the install script (accessed by link in catalog SbyA menu since config menu absent) - no errors, menus where menus are supposed to be. Will check it further and also do a winmerge with current and previous database to see if there were any other wrenches hiding in there.

    I appreciate all the work you are doing on this mod!

  2. #2562
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Glad that worked out. One thing I would like for you to do if you don't mind is goto the option names manager from the products menu. Verify in the area to add an attribute type that you have a seventh option related to SBA.

    That has been what I have been trying to make sure is functional these last couple of days. There was a report by one that it wasn't installing and I'm trying to figure out why/ensure its not a general issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #2563
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by mc12345678 View Post
    Glad that worked out. One thing I would like for you to do if you don't mind is goto the option names manager from the products menu. Verify in the area to add an attribute type that you have a seventh option related to SBA.

    That has been what I have been trying to make sure is functional these last couple of days. There was a report by one that it wasn't installing and I'm trying to figure out why/ensure its not a general issue.
    There are seven choices: Dropdown, Text, Radio, Checkbox, File, Read Only, Grid

    On my Live site (Mar 3 2016 SbyA files) there is an eighth - SBA Select List Dropdown Basic which I use of my attribute #2 - colour, and my attribute #1 - size which has the option choice 'Dropdown'. That particiular cominabtion of option name choices was what worked for some reason.

    On my test site (Jun 3 2016 files), the SBA Select List Dropdown Basic is absent, and my option name type is blank. Yet the products function as if the same choice were there. (Perhaps residual db entries?)

  4. #2564
    Join Date
    Sep 2011
    Posts
    38
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I have done a vanilla install of zc 1.5.5a followed by an install of SbyA 1.5.3 but I get the white screen of death on my admin and the following error:
    Code:
    [04-Jun-2016 02:07:58 America/Los_Angeles] PHP Fatal error:  Call to undefined function zen_get_ip_address() in /MY-ADMIN-PATH/includes/init_includes/init_sessions.php on line 31
    I've tracked it down to
    /MY-ADMIN-PATH/includes/functions/general.php
    because when I reverted this file back to the zc 1.5.5a the WSoD goes away.

    Are these versions compatible?
    If so, what am I missing?

    Thx
    K

  5. #2565
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by Kenton View Post
    I have done a vanilla install of zc 1.5.5a followed by an install of SbyA 1.5.3 but I get the white screen of death on my admin and the following error:
    Code:
    [04-Jun-2016 02:07:58 America/Los_Angeles] PHP Fatal error:  Call to undefined function zen_get_ip_address() in /MY-ADMIN-PATH/includes/init_includes/init_sessions.php on line 31
    I've tracked it down to
    /MY-ADMIN-PATH/includes/functions/general.php
    because when I reverted this file back to the zc 1.5.5a the WSoD goes away.

    Are these versions compatible?
    If so, what am I missing?

    Thx
    K
    SBA 1.5.3 is not directly compatible with any ZC version other than ZC 1.5.1. There is a version of SBA (discussed multiple times over the last several pages) on github that includes the files for ZC 1.5.1 through 1.5.5. Installation should first be by the direct admin and includes directories, then by the folder specific to the ZC version.

    Github location: https://github.com/mc12345678/Stock_...butes_Combined.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #2566
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by mc12345678 View Post
    SBA 1.5.3 is not directly compatible with any ZC version other than ZC 1.5.1. There is a version of SBA (discussed multiple times over the last several pages) on github that includes the files for ZC 1.5.1 through 1.5.5. Installation should first be by the direct admin and includes directories, then by the folder specific to the ZC version.

    Github location: https://github.com/mc12345678/Stock_...butes_Combined.
    Side note: installation may require merging as other plugins or templates may have modified the same file(s) and you don't want to lose functionality.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #2567
    Join Date
    Sep 2011
    Posts
    38
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by mc12345678 View Post
    SBA 1.5.3 is not directly compatible with any ZC version other than ZC 1.5.1. There is a version of SBA (discussed multiple times over the last several pages) on github that includes the files for ZC 1.5.1 through 1.5.5. Installation should first be by the direct admin and includes directories, then by the folder specific to the ZC version.

    Github location: https://github.com/mc12345678/Stock_...butes_Combined.
    Thanks heaps ... I was getting confused by this thread as it says 1.3.5-1.3.9 but mentions 1.5.1 and 1.5.5.

    Thanks for clearing it up.

  8. #2568
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by Kenton View Post
    Thanks heaps ... I was getting confused by this thread as it says 1.3.5-1.3.9 but mentions 1.5.1 and 1.5.5.

    Thanks for clearing it up.
    No problem. There's a long sorted history to SBA. Kind of just one more of those things. There's the plugin that identifies the version number as 1.5.3 and then the link to the forum discussion takes one to v4 of a plugin for an older version of ZC... Anyways, guess that part is sorted now. If you have other questions/issues related to the plugin, please post here.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #2569
    Join Date
    May 2016
    Location
    LA
    Posts
    17
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    You having any luck with my issue?

  10. #2570
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by jsmoke222000 View Post
    You having any luck with my issue?
    Have made progress, but I'm trying to narrow down the issue as it does appear javascript related, but in the sense that perhaps there is an html validation issue. Approaching from multiple directions.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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