Page 15 of 37 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 365
  1. #141
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by Limitless View Post
    Are you sure that Product Variants won't have a SKU field for each variant?

    He states that the following fields are 'dynamic' on the product info page:

    Price
    Stock Level
    Name
    Model
    Image
    Weight
    Date Available

    I'm assuming if he is keeping track of the model (SKU) for each variant, this will be what we want/need.

    Because for me, the same product LM-12345 Has a different model # for each variant, ie LM-12345-XLR , LM-12345-XXLBE etc.

    I am holding out hope this is how it functions based on his demo and feature list.
    I'm not sure about that at all.. All I REALLY care about is that sequenced attributes is supported and this add-on clearly shows stock levels for each variant on the product page (versus not showing stock levels status until the customer has added the item to his/her cart)
    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.

  2. #142
    Join Date
    Jan 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    I've modified Creinold's 5.0 alpha to fix a bunch of bugs.

    1 - Inline AJAX editing of stock levels in the Products with Attributes stock page in admin has been fixed (actually an old fix that was addressed long ago in the SBA versions for 1.3.9h)

    2 - Restored ability to create radio buttons / checkboxes / etc. Dropdowns remain dynamic.

    3 - Feature to restore stock levels per each attribute's stock when deleting an order has been fixed.

    I believe these are the immediate bugs that needed to be addressed to make this addon module useable and feasible for zc 1.5.

    I plan on tacking on a bunch of additional features and to squash any remaining bugs to make this module the ultimate end all and be all version of SBA, as I feel like this addon is pretty much the most needed feature inclusion in zen-cart.

    I need you guys to test to see if any other bugs remain...and I also need you guys to chime in on a couple of things...

    1. I'm not too familiar with dynamic dropdowns and the documentation in the original module addon is pretty bare. What exactly is the difference between singledropdown and multipledropdown? They look the same to me, and singledropdown was a broken option from the original dynamicdropdown addon module that was never fixed. If there is no difference between the two options, then I'd rather just remove it from SBA altogether rather than attempt to fix it since it seems like a redundant option.

    2. I plan on implementing actual live stock count displays of each variant on the product pages. This is a simple solution when we're talking about adding just one attribute variation to a product (i.e. color) when dealing with radio buttons, or dropdowns. But it becomes hard to figure out a way to elegantly display stock quantity of variants when you have more than one attribute tied to a product (i.e. size and color). For instance, if you have 3 sizes and 6 colors of each size of a particular widget...how is it possible to display the individual stock count of each of these variations in the case of radio buttons and dropdowns? Any ideas or inputs you guys can provide would be helpful.

    3. Lastly, I think the checkbox feature itself is just inherently broken when a store is modified to store product quantities by attributes. The only scenario I can imagine using checkboxes for a product is if they are optional features that can be applied to a particular product (i.e. perhaps a selection of one or multiple images to silkscreen on a tshirt). In this situation, you don't need to keep track of attribute variations because there are none to keep track of, just the parent product itself. But SBA forces the product to store it's quantities as separate variations of the checkbox attribute's option values. To simply put it, I think the issue is that if you buy a tshirt with optional checkboxes to add different silkscreens to it, then there is only one quantity to keep track of for that tshirt, and no matter how you decide to select the checkboxes in any combination, it should all just subtract from that quantity. If you guys can think of any other way checkboxes are used for product listings, please let me know so that I can think of a proper solution for how to handle checkboxes with regards to SBA.

    Here's a link to the latest SBA with all the bug fixes. http://www.robophung.net/zencart/cre...art_V1.5.0.zip

    Have fun guys.

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

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by RoboPhung View Post
    I've modified Creinold's 5.0 alpha to fix a bunch of bugs.

    1 - Inline AJAX editing of stock levels in the Products with Attributes stock page in admin has been fixed (actually an old fix that was addressed long ago in the SBA versions for 1.3.9h)

    2 - Restored ability to create radio buttons / checkboxes / etc. Dropdowns remain dynamic.

    3 - Feature to restore stock levels per each attribute's stock when deleting an order has been fixed.

    I believe these are the immediate bugs that needed to be addressed to make this addon module useable and feasible for zc 1.5.

    I plan on tacking on a bunch of additional features and to squash any remaining bugs to make this module the ultimate end all and be all version of SBA, as I feel like this addon is pretty much the most needed feature inclusion in zen-cart.

    I need you guys to test to see if any other bugs remain...and I also need you guys to chime in on a couple of things...

    1. I'm not too familiar with dynamic dropdowns and the documentation in the original module addon is pretty bare. What exactly is the difference between singledropdown and multipledropdown? They look the same to me, and singledropdown was a broken option from the original dynamicdropdown addon module that was never fixed. If there is no difference between the two options, then I'd rather just remove it from SBA altogether rather than attempt to fix it since it seems like a redundant option.

    2. I plan on implementing actual live stock count displays of each variant on the product pages. This is a simple solution when we're talking about adding just one attribute variation to a product (i.e. color) when dealing with radio buttons, or dropdowns. But it becomes hard to figure out a way to elegantly display stock quantity of variants when you have more than one attribute tied to a product (i.e. size and color). For instance, if you have 3 sizes and 6 colors of each size of a particular widget...how is it possible to display the individual stock count of each of these variations in the case of radio buttons and dropdowns? Any ideas or inputs you guys can provide would be helpful.

    3. Lastly, I think the checkbox feature itself is just inherently broken when a store is modified to store product quantities by attributes. The only scenario I can imagine using checkboxes for a product is if they are optional features that can be applied to a particular product (i.e. perhaps a selection of one or multiple images to silkscreen on a tshirt). In this situation, you don't need to keep track of attribute variations because there are none to keep track of, just the parent product itself. But SBA forces the product to store it's quantities as separate variations of the checkbox attribute's option values. To simply put it, I think the issue is that if you buy a tshirt with optional checkboxes to add different silkscreens to it, then there is only one quantity to keep track of for that tshirt, and no matter how you decide to select the checkboxes in any combination, it should all just subtract from that quantity. If you guys can think of any other way checkboxes are used for product listings, please let me know so that I can think of a proper solution for how to handle checkboxes with regards to SBA.

    Here's a link to the latest SBA with all the bug fixes. http://www.robophung.net/zencart/cre...art_V1.5.0.zip

    Have fun guys.
    This is exciting news and I am happy to help test it as you make this a better solution.. I thought that of all the various SBA variants out there that this one had the most potential to become the go-to SBA add-on if only it worked as it should.. (no offense to Creinold at all -- I think what he has done has taken this mod closer to where it needed to be than other variants have)

    Regarding optional attributes, here are some other scenarios where you have attributes which are "optional". By optional I mean these are attributes which should be excluded when creating stock variants:

    • Monograms (using a text type attribute)
    • Read Only attributes (special messages etc)
    • Giftwrapping, special finishes, custom options, etc (optional Yes/No attributes using checkboxes for which there is no stock quantity that should be associated with the option)


    I think this is an especially important feature.. I have a client for example who sells Italian linens. A table cloth might have a color and size option that the customer selects.. each of these color and size combos have a stock value, but options such as monograms (a text field) and giftwrapping (a checkbox) do not affect stock levels. These are simply optional variables that you can choose with your purchase.. ALL current versions of SBA force you to include all of these attributes when creating products stock variants and that is just NOT how this should work.. I hope in all of your changes, you will be addressing this and other SBA shortfalls (including real support for products which have stock variants that consist of more than one attribute)
    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. #144
    Join Date
    Jan 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by DivaVocals View Post
    This is exciting news and I am happy to help test it as you make this a better solution.. I thought that of all the various SBA variants out there that this one had the most potential to become the go-to SBA add-on if only it worked as it should.. (no offense to Creinold at all -- I think what he has done has taken this mod closer to where it needed to be than other variants have)

    Regarding optional attributes, here are some other scenarios where you have attributes which are "optional". By optional I mean these are attributes which should be excluded when creating stock variants:

    • Monograms (using a text type attribute)
    • Read Only attributes (special messages etc)
    • Giftwrapping, special finishes, custom options, etc (optional Yes/No attributes using checkboxes for which there is no stock quantity that should be associated with the option)


    I think this is an especially important feature.. I have a client for example who sells Italian linens. A table cloth might have a color and size option that the customer selects.. each of these color and size combos have a stock value, but options such as monograms (a text field) and giftwrapping (a checkbox) do not affect stock levels. These are simply optional variables that you can choose with your purchase.. ALL current versions of SBA force you to include all of these attributes when creating products stock variants and that is just NOT how this should work.. I hope in all of your changes, you will be addressing this and other SBA shortfalls (including real support for products which have stock variants that consist of more than one attribute)

    Thanks for the feedback. So basically, checkboxes (and textfields) are meant to strictly be optional addon attributes that should never be forced to be kept track of as its own individual variant by SBA as I originally suspected? If so I will look into forcing SBA to sidestep these two types of attributes altogether on a permanent basis, unless there is a reason that checkboxes should be subjected to it's own stock variant in certain situations.

    Since you seem to have a lot of experience with this mod and knowledge of it's shortfalls, Diva Vocals, what else do you think needs to be improved upon? You mentioned real support for products that have variants consisting of multiple attributes...can you elaborate? I wasn't aware that this feature was not properly working. I've tested adding up to 3 attributes to a product to create variants and SBA seemed to function as expected.

    Also, regarding my original question about the dynamicdropdown options, do you know exactly how the singledropdown option is supposed to be different than the multipledropdown function? The way it appears now, multipledropdown lists all the option values and dynamically updates to label which ones are OOS. Sequenceddropdown just takes them out of the dropdown selections altogether. But from what I can tell, singledropdown does the same exact thing as multipledropdown?? I just want to make this mod as streamlined and bare minimum as possible. Dynamicdropdowns is a great mod, but as it is currently, it's also heavily bugridden, and I'm just not understanding all the options. I want to address this too as I continue to work on this SBA mod.

  5. #145
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Hey all, thanks so much for keeping this addon up to date.
    I'm running a very old v of zencart, with the original danielcor stock by attribute mod on it...also running various other addons - does anyone know if I can do what amounts to a relatively "simple" upgrade to 1.5 or am I going to need to completely reenter all of products to get things to work?
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  6. #146
    Join Date
    Apr 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Stock by Attributes 5.0 Beta

    Hi,
    The link you have provided is not working. Can you provide a new link to download the files?

  7. #147
    Join Date
    Apr 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Hi,
    The link you provided is not working. Can you provide a new link to download the file?
    Thanks in advance.

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

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by ambika View Post
    Hi,
    The link you provided is not working. Can you provide a new link to download the file?
    Thanks in advance.
    Soooo.... you missed the link posted a few posts above yours??
    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. #149
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    One feature that I would absolutely love is a config option or setting on the page to allow stock to be based on one single attribute even if there is more than one attribute. Like where you are going with the checkbox idea but allowing for any type of setting like radio or dropdown. Because I use radio buttons and dropdowns for non-stock specific attributes and I bet I am not the only one. I can't use checkboxes because only one attribute option is allowed to be selected in my scenario and checkboxes allow more than one selection.

    Maybe there could be a checkbox next to each attribute when adding stock variants, if the box is checked this option is used for stock variants. So, if I have a product with 4 options but only one determines stock since the other 3 are non-stock relevant options like monogram or gift wrapping, I check the box next to the one attribute that is relevant for stocking levels and all other options are ignored. But, if I have a product with 4 attributes and 2 are factors for determining stock then both can be checked and factor into stock variants.

    The current way is so clunky because one product can have 30+ variants in my case when all attribute combinations are set up even though most could have only 3 or 4 since that's all that determines my actual stock quantities.

    I would be willing to help in any way on this since it's very important for me. Please let me know how I can contribute.

    Zen Cart and it's community are the best!!

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

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by lankeeyankee View Post
    One feature that I would absolutely love is a config option or setting on the page to allow stock to be based on one single attribute even if there is more than one attribute. Like where you are going with the checkbox idea but allowing for any type of setting like radio or dropdown. Because I use radio buttons and dropdowns for non-stock specific attributes and I bet I am not the only one. I can't use checkboxes because only one attribute option is allowed to be selected in my scenario and checkboxes allow more than one selection.

    Maybe there could be a checkbox next to each attribute when adding stock variants, if the box is checked this option is used for stock variants. So, if I have a product with 4 options but only one determines stock since the other 3 are non-stock relevant options like monogram or gift wrapping, I check the box next to the one attribute that is relevant for stocking levels and all other options are ignored. But, if I have a product with 4 attributes and 2 are factors for determining stock then both can be checked and factor into stock variants.

    The current way is so clunky because one product can have 30+ variants in my case when all attribute combinations are set up even though most could have only 3 or 4 since that's all that determines my actual stock quantities.

    I would be willing to help in any way on this since it's very important for me. Please let me know how I can contribute.
    ALL OF WHAT HE SAID..

    When I speak of optional attributes THIS is what I mean.. SBA simply needs to be flexible enough to allow shop owners to exclude whatever attributes they want to exclude from stock calculations regardless of whether they are radio buttons, checkboxes or dropdowns.. That said it does go without saying that read-only and text type of attributes should not be included in stock calcs.
    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.

 

 
Page 15 of 37 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. v151 Using Stock By Attributes, In Stock Value Is Sum Of Attributes' Stock
    By y0ul053 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 29 Aug 2013, 04:23 PM
  3. Replies: 5
    Last Post: 3 Aug 2011, 08:15 AM
  4. Stock by Attributes and displaying next to attributes for Customers 1.3.8
    By tirjasdyn in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 21 May 2009, 10:31 PM
  5. Stock level indicator, for stock by attributes controller
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2008, 09:49 AM

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