Page 202 of 356 FirstFirst ... 102152192200201202203204212252302 ... LastLast
Results 2,011 to 2,020 of 3558
  1. #2011
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by DivaVocals View Post
    So does this NOW include WORKING sequenced attributes?? ie: I select on option and any options which in combination with the option I selected would be out of stock are not presented..

    For example I am looking a womans shoe which comes
    in the following sizes: 6, 7, 8, 9, & 10
    in the following colors: Black, Red, Forrest Green, Tan, Dark Brown, Blue

    Black is out of stock in ANY size
    Forrect Green is out of stock in sizes 6 & 10

    I expect that if I choose size 6 that the color options for Black and Forrest Green will, depending on the admin settings, either NOT show at all or IF they display, they will clearly display the words "Out of Stock" next to the option value.

    Is this NOW a feature of the project in progress on Github??????
    I'm awaiting confirmation that the code provides exactly the "hide" of out-of-stock options of a multi-attribute product by independent review, but yes with Dynamic dropdown installed as is (don't use the template file provided with that plugin) then only instock items are displayed. A further effort is being taken to provide the out-of-stock options for multiple attribute product which is a revision of the dynamic dropdowns sequenced dropdown, to allow/support use of the dynamic dropdowns plugin. (Pretty cool little mix of code, just missed out on some of the implementation as SBA was written/adapted/etc.)

    Just to state again, the code that supports multi (as well as single attribute) product is still in a separate branch but is to be merged soon.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2012
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by mc12345678 View Post
    I'm awaiting confirmation that the code provides exactly the "hide" of out-of-stock options of a multi-attribute product by independent review, but yes with Dynamic dropdown installed as is (don't use the template file provided with that plugin) then only instock items are displayed. A further effort is being taken to provide the out-of-stock options for multiple attribute product which is a revision of the dynamic dropdowns sequenced dropdown, to allow/support use of the dynamic dropdowns plugin. (Pretty cool little mix of code, just missed out on some of the implementation as SBA was written/adapted/etc.)

    Just to state again, the code that supports multi (as well as single attribute) product is still in a separate branch but is to be merged soon.
    Will be interesting to see how this shakes out.. Until then I will use the commercial option for my clients who need this functionality..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #2013
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by DivaVocals View Post
    I kept hoping that someone would wrangle ALL the many SBA forks into one WORKING module, but that's NEVER happened..
    So I stand corrected on this statement.. it would appear that all but one of the SBA forks in the downloads section have disappeared.. IMHO, this move is LONG overdue, and all those forks should have never seen the light of day AT ALL.. Though in my opinion this module has improved with a focused development effort, and consolidation of the BEST of those many forks, it is still a LONG ways from something I can consider using on a client site yet.. However, I am glad to see a SINGULAR effort moving forward on this module, and I am looking forward to the day when once again it reliably has all the feature my clients ask for..

    Quote Originally Posted by jeking View Post
    My mistake, I *meant* to say potteryhouse I was confusing plugins ;-)
    I understand..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #2014
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by DivaVocals View Post
    So I stand corrected on this statement.. it would appear that all but one of the SBA forks in the downloads section have disappeared.. IMHO, this move is LONG overdue, and all those forks should have never seen the light of day AT ALL.. Though in my opinion this module has improved with a focused development effort, and consolidation of the BEST of those many forks, it is still a LONG ways from something I can consider using on a client site yet.. However, I am glad to see a SINGULAR effort moving forward on this module, and I am looking forward to the day when once again it reliably has all the feature my clients ask for..

    I understand..
    Interested to know, what features are missing that are so strongly desired/needed? Or shall we read minds? (*bbbzzztttt* mind machine trying to read... :) )
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #2015
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by mc12345678 View Post
    Interested to know, what features are missing that are so strongly desired/needed? Or shall we read minds? (*bbbzzztttt* mind machine trying to read... :) )
    Well.. I think I already stated in previous posts what features I would be looking for/think are lacking in SBA.. Do you NEED me to re-state or quote my previous posts???
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #2016
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Regarding this previously referenced code... I'd like to make a suggestion...
    Quote Originally Posted by karinvd View Post
    I had a problem with combination of zen-colorbox2 and SBA. When i used an attribute with a drop down menu, the image did not load. On line 42 of includes\functions\extra_functions\products_with_attributes.php i found the next code which showed on a product page when i used a drop down menu, if i used a check box or a radio button it did not show and zen-colorbox2 worked fine. So i comment this line out.
    Wil i get problems with?

    Code:
        $field = '<script src="'.DIR_WS_TEMPLATES . $template_dir . '/jscript/jquery-1.10.2.min.js"></script>
              <script type="text/javascript">
                     $(function(){
                        $("#attrib-'.$tmp_attribID.'").on("click", function(){
                            $("#SBA_ProductImage").attr("src", $(this).find(":selected").attr("data-src"));
                        });
                    });
           </script>';

    In the Zen Colorbox code, we will be doing the following in the next release:

    Code:
    <?php
    //Load jQuery ONLY if jQuery has not been loaded. This is to support versions of Zen Cart prior to v1.5.4 because jQuery was not part of core code
    //Also want to prevent jQuery from loading again if bundled with a plugin or template package
    ?>
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
    document.write('script type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"><\/script>');
    }
    </script>
    May I suggest that SBA do something similar if it ABSOLUTELY has to make a jQuery call within it's code...
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #2017
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by DivaVocals View Post
    Regarding this previously referenced code... I'd like to make a suggestion...



    In the Zen Colorbox code, we will be doing the following in the next release:

    Code:
    <?php
    //Load jQuery ONLY if jQuery has not been loaded. This is to support versions of Zen Cart prior to v1.5.4 because jQuery was not part of core code
    //Also want to prevent jQuery from loading again if bundled with a plugin or template package
    ?>
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
    document.write('script type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"><\/script>');
    }
    </script>
    May I suggest that SBA do something similar if it ABSOLUTELY has to make a jQuery call within it's code...
    In the effort to make SBA compatible with zC 1.5.4, the calls to jquery are being reworked, and any/all methods of not duplicating loading of jquery are being considered, with that or similar being considered especially that one.

    So summary of known issues to incorporate: identification/presentation of out-of-stock items for all styles of attributes, products being able to have attributes that are not stock dependent (popular comparison is gift wrapping), obviously multiple attribute capability in addition to single attribute, possibly multiple attribute without the need for sequenced selection.

    Those are the features that I can recall that are not yet fully incorporated, but are in design consideration. What's missing from that list?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #2018
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by mc12345678 View Post
    In the effort to make SBA compatible with zC 1.5.4, the calls to jquery are being reworked, and any/all methods of not duplicating loading of jquery are being considered, with that or similar being considered especially that one.

    So summary of known issues to incorporate: identification/presentation of out-of-stock items for all styles of attributes, products being able to have attributes that are not stock dependent (popular comparison is gift wrapping), obviously multiple attribute capability in addition to single attribute, possibly multiple attribute without the need for sequenced selection.

    Those are the features that I can recall that are not yet fully incorporated, but are in design consideration. What's missing from that list?
    Okay... Soooo.. In order to answer your question, I guess I DO have to quote what I've posted before..

    Quote Originally Posted by DivaVocals View Post
    Every fork seems focused ONLY on single dropdown attributes, and not attribute combos.. No support for "optional" non-stock bearing attributes..
    Quote Originally Posted by DivaVocals View Post
    So does this NOW include WORKING sequenced attributes?? ie: I select on option and any options which in combination with the option I selected would be out of stock are not presented..

    For example I am looking a womans shoe which comes
    in the following sizes: 6, 7, 8, 9, & 10
    in the following colors: Black, Red, Forrest Green, Tan, Dark Brown, Blue

    Black is out of stock in ANY size
    Forrect Green is out of stock in sizes 6 & 10

    I expect that if I choose size 6 that the color options for Black and Forrest Green will, depending on the admin settings, either NOT show at all or IF they display, they will clearly display the words "Out of Stock" next to the option value.

    If your list covers this and more (it appears that this is the case), then I'll await to see what the next release offers..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #2019
    Join Date
    May 2009
    Location
    Travelers Rest, SC
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    I am having an issue with SBA 1.5.3 in Zen Cart 1.5.4.

    I have 2 nearly identical websites. Both are hosted by BlueHost on Linux. Both are run by PHP 5.4. Both were, up until mid-January, running Zen Cart 1.5.0 and SBA with no problem. I upgraded both to 1.5.4. The only difference between the 2 sites is one of them uses the template "Andover Modern" by Picaflor-Azul, the other "A Modern Zen" by Jamie Cairney rainbow-designs.co.uk.

    After upgrading to Zen Cart 1.5.4, the website using the Jamie Cairney template is working fine, with SBA 1.5.3. The website running the Picaflor-Azul template is having the problem. After several tries at upgrading the site, I had to uninstall SBA then upgrade to 1.5.4. Once upgraded, I then installed the files, pointed the browser to my site and the SBA install file. The result is a blank screen in admin. It won't even show the login screen.

    Any help would be appreciated. If any additional info is needed, please let me know. Thanks!

  10. #2020
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Quote Originally Posted by Rick29690 View Post
    The result is a blank screen in admin. It won't even show the login screen.
    A blank page usually results in something being written to the error logs. Have you checked them for any clues?

    Cheers
    RodG

 

 

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