Page 223 of 360 FirstFirst ... 123173213221222223224225233273323 ... LastLast
Results 2,221 to 2,230 of 3591
  1. #2221
    Join Date
    May 2015
    Posts
    32
    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
    I'm going to try to take a look at what it takes to accomodate that option...
    Well remember I was only using single line because sba sequenced was giving me that popup issue, so I switched to what "worked"... ideally I'd like the sequenced dropdowns you suggest. I'm going to install your update tonight. To be sure, I should download the 1.5.4-master version you linked, upload that to my site, and then run the script you posted within zen cart to accomplish the upgrade correct? If it does tame the pop-up then I'll be back on the sba sequenced dropdowns.

  2. #2222
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by tronage View Post
    Well remember I was only using single line because sba sequenced was giving me that popup issue, so I switched to what "worked"... ideally I'd like the sequenced dropdowns you suggest. I'm going to install your update tonight. To be sure, I should download the 1.5.4-master version you linked, upload that to my site, and then run the script you posted within zen cart to accomplish the upgrade correct? If it does tame the pop-up then I'll be back on the sba sequenced dropdowns.
    This time, I believe every condition was tested to a minimum that seemed more than sufficient, though I'm sure there are/could be some weird variation of quantities not tested... Anyways, used zero stock and modified the various switch settings to each combination. Actually may have something that will support Read Only attributes soon, but have a few other things to work out on this and other items.

    Anyways yes, since this version of SBA has already been installed, the only database modification is the addition of the new Dynamic Dropdowns switch. Otherwise, there were a few files updated to address the new/corrected feature.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #2223
    Join Date
    May 2015
    Posts
    32
    Plugin Contributions
    0

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

    Wow,
    ok it is sooooooo close I can taste it....
    Everything now is almost working great, switched to the SBA sequenced dropdown, and suppressed the js popup (love having that menu option there now!).

    On my multiple attribute items, the first drop down works fine. But the 2nd in the series only shows 1 option (the first value as per the sort order for that attribute). For example:
    And item has Color: Black / White and Size: Small (with a sort order 10 in the option values manager) / Large (with a sort order of 20 in the option values manager).
    When you view the item, The first drop gives both choices black or white. no matter which color I pick, the 2nd drop will only say small. (and I have all set to zero inventory, and show out of stock attributes to true, and all of the option types are set to SBA Select List (Dropdown) Basic). This happens for all my multiple attribute items.

    As a sidenote, aside from only listing the 1st value of the 2nd attribute in the sequence, when I add to cart, it does now show the correct SBA ID, etc. so I'm very supper excited for that!!!

    Any ideas? If it aids in tracking it down, when I turn off dynamic dropdowns, all works perfect on the multiple attribute items: the 2nd drop has all the options, it adds to cart, and it puts the sba id there, etc.

    And I'm sure I've not said it enough, but I am TOTALY grateful for your patients helping me to get this up and running!

  4. #2224
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    I have found that to happen if there are formatting issues with the page, like an extra { or } or </td><tr> or other html tags that end up affecting the layout of the output.

    Suggest using html validation to review the page and see what it may find. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #2225
    Join Date
    May 2015
    Posts
    32
    Plugin Contributions
    0

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

    Sent you a pm with a link, let me know if any of that is useful...

  6. #2226
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by tronage View Post
    Sent you a pm with a link, let me know if any of that is useful...
    It was and yes there are validation errors that are affecting the display of the dropdowns, primarily unbalanced </div> tags. Haven't had an opportunity to dig into the specific page code, but one thing that seemed to jump out (and reltively easy to fix) was the sequence of tags that follow display of a few of the images where the </a> tag is applied "too early".

    While not caused by this plugin, the following would be a process that could be used to sort this out.
    1) Have the page validated by an html validator.
    2) Based on the line number and column number, view the source of the web page being validated and locate the content.
    3) From there identify the area of the code that produces the content displayed to correct the identified issue.
    4) Recommend reperforming the above steps until the error(s) are resolved. Warnings would be good to address as well, but are less significant issues.

    Ideally before applying plugins that include javascript or for that matter change the display of information the pge should be validated so that such issues can be identified, corrected, and the cause of not displaying can be determined.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #2227
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

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

    is there any way to disable or hide the 'Qty: ' which appears in attribute drop downs when the latest version of stock by attributes is installed (zencart 1.5.3)?

  8. #2228
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by mattys View Post
    is there any way to disable or hide the 'Qty: ' which appears in attribute drop downs when the latest version of stock by attributes is installed (zencart 1.5.3)?
    See the settings in the stock section of the configuration menu.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #2229
    Join Date
    May 2015
    Posts
    32
    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
    It was and yes there are validation errors that are affecting the display of the dropdowns, primarily unbalanced </div> tags. Haven't had an opportunity to dig into the specific page code, but one thing that seemed to jump out (and reltively easy to fix) was the sequence of tags that follow display of a few of the images where the </a> tag is applied "too early".

    While not caused by this plugin, the following would be a process that could be used to sort this out.
    1) Have the page validated by an html validator.
    2) Based on the line number and column number, view the source of the web page being validated and locate the content.
    3) From there identify the area of the code that produces the content displayed to correct the identified issue.
    4) Recommend reperforming the above steps until the error(s) are resolved. Warnings would be good to address as well, but are less significant issues.

    Ideally before applying plugins that include javascript or for that matter change the display of information the pge should be validated so that such issues can be identified, corrected, and the cause of not displaying can be determined.
    I appreciate all your help getting everything to the state it is in. Unfortunately the method you describe (while I understand the process) would be beyond the scope of my knowledge. A "faster" way was I knew the handful of addons I have installed couldn't be to blame (UPS, USPS, PayPal, CKeditor, and SBA). So I figured it must be the template. Changed to the "Classic Contemporary Green" and the drops worked.

    I know nothing about php or css or js... So making my own fix for this unique situation (SBA+Winchester_black) to get the two to play nice is beyond me, nor do I expect the template author to figure out my problem since it is quite a specialized situation (probably unique to me). So for now I'll just turn the dynamic off, while maybe I seek out a different responsive template that has that all black "glam" feel to it. Or maybe there will be a new version of Winchester_black that she releases that may fix the issue in the future.

    Again thanks for all your help and I'm very pleased to have this addon, and can't imagine trying to run zen-cart without it... I have no idea how other shop owners actually manage stock, and such when you have anything with attributes in your store, this makes things so much easier once setup. And if you ever do figure anything semi-specific that I could relay to the template author that would make both play nice, let me know. That would be awesome.
    You got a donate setup anywhere? I'd like to at least buy ya a beer/coffee ! You have been most helpful!

  10. #2230
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    If you provide Anne with enough information about the situation, I'm sure she would be happy to help identify where the issue is. Even if not her, someone onthat forum probably has already resolved it. One thing to sort of close the loop is to see if the same errors appear with the DD off as when it is on. Afterall, just wanting the template to validate. :)

    Glad to know though that otherwise it works and without the input about the issue, wouldn't have fixed it otherwise. Thank you for finding that.

    Oh, and as a side note, signatures below one's post tend to contain related website information. :)
    Last edited by mc12345678; 12 Jun 2015 at 03:26 AM.
    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