Page 174 of 359 FirstFirst ... 74124164172173174175176184224274 ... LastLast
Results 1,731 to 1,740 of 3590
  1. #1731
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Yes, I would call it a multiple attribute combination. Maybe it's me, but the description seems to imply it does.

    'It will work for a virtually unlimited number of amount of attribute combinations. For example, if you offered cotton or polyester shirts in green, red or blue and small medium or large sizes, this add-on would allow you to enter and maintain a separate stock level for each of the 18 possible combinations.'

    My client does offer items in sizes and colors with each having it's own inventory. Just to be sure we are communicating clearly, the mod will not allow me to carry stock for each size and color combination?

    (thanks for the quick reply)

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

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

    No, not just yet, working on that.
    I think the description was / is accurate from the perspective of when it was originally created a long time ago. Since then we (store owners / builders) have wanted and demanded much more, thus I recently decided to see if it could be accomplished.
    I think it can be, but there is still some logic I need to workout for it to function properly, as always it is lack of time that slows one down.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  3. #1733
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Thanks for the clarification. I certainly understand the lack of time problem. Keep plugging away, it's a great plugin.

  4. #1734
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

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

    I sell clothing, and have two attributes, color and size

    color: red , blue, yellow
    size: Small, Mid , Large
    The red small shirt has stock of 56.
    The red large shirt has zero stock.
    How to acheive it with this add-on?


    I just spent one week in finding how to get this done

    any words is greatly appreciated!


    Quote Originally Posted by potteryhouse View Post
    No, not just yet, working on that.
    I think the description was / is accurate from the perspective of when it was originally created a long time ago. Since then we (store owners / builders) have wanted and demanded much more, thus I recently decided to see if it could be accomplished.
    I think it can be, but there is still some logic I need to workout for it to function properly, as always it is lack of time that slows one down.
    Last edited by mybiz9999; 19 Oct 2013 at 10:10 AM.

  5. #1735
    Join Date
    Aug 2012
    Posts
    1
    Plugin Contributions
    0

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

    Forgive me if this has been addressed before but I've not been able to find a solution. I'm using zencart 1.5.1 and Stock by Attribute 1.5.1.2.

    The problem is with admin access management. Super users can use the module with no problem and it works great, other users, with the module allowed in their admin profile can access it but when the try to save get a restricted access message.

    Looking at the admin logs it appears that page which "normal" users have the problem accessing is products_with_attribute_stock_ajax.php but I've no idea how to correct this.

    Any help would be very welcome.

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

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

    Quote Originally Posted by Morrigan2350 View Post
    Forgive me if this has been addressed before but I've not been able to find a solution. I'm using zencart 1.5.1 and Stock by Attribute 1.5.1.2.

    The problem is with admin access management. Super users can use the module with no problem and it works great, other users, with the module allowed in their admin profile can access it but when the try to save get a restricted access message.

    Looking at the admin logs it appears that page which "normal" users have the problem accessing is products_with_attribute_stock_ajax.php but I've no idea how to correct this.

    Any help would be very welcome.
    Hi,
    No one I remember has mentioned this yet, I had not personally used restricted access yet but will look at that.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

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

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

    Quote Originally Posted by mybiz9999 View Post
    I sell clothing, and have two attributes, color and size

    color: red , blue, yellow
    size: Small, Mid , Large
    The red small shirt has stock of 56.
    The red large shirt has zero stock.
    How to acheive it with this add-on?


    I just spent one week in finding how to get this done

    any words is greatly appreciated!
    As a test, try setting the attribute stock page like the following (ignore the customid field, that will be in the next version)
    Please let me know how this goes.

    Code:
    
    
    Product ID Product Name Image Product Model Quantity for all variants Add Quantity For Product Variant Sync Quantities
    1287 Shirt TEXT_IMAGE_NONEXISTENT Link 100 Add Quantity For Product Variant Sync Quantities
    Stock ID Variant Quantity in Stock Sort Order Custom ID Edit Delete
    621 Color: Blue 100 0 Edit Quantity Delete Variant
    622 Color: Red 100 0 Edit Quantity Delete Variant
    627 Color: Red Size: Small 56 0 Edit Quantity Delete Variant
    628 Color: Red Size: Large 0 0 Edit Quantity Delete Variant
    623 Color: Yellow 100 0 Edit Quantity Delete Variant
    624 Size: Small 100 0 Edit Quantity Delete Variant
    625 Size: Medium 100 0 Edit Quantity Delete Variant
    626 Size: Large 100 0 Edit Quantity Delete Variant
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

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

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

    Quote Originally Posted by potteryhouse View Post
    Hi,
    No one I remember has mentioned this yet, I had not personally used restricted access yet but will look at that.
    I did some testing, this issue does not seem to be limited to the SBA module, I tried it on another unrelated add on module and got the same error.

    There must be a setting that should be configured when adding a module to the configuration file or else-ware that has be updated.
    When I have time I will look at this, if you happen to find an answer please let us know, and if it is something I can roll into the next version I will.

    Thanks
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  9. #1739
    Join Date
    Nov 2011
    Location
    Brisbane, Australia
    Posts
    35
    Plugin Contributions
    0

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

    Hi,

    I have just installed this addon and believe I'm almost to the point of getting it fully working. I have a problem where regardless which attributes I have set to a zero quantity, all options on the product page, whether dropdowns or radio buttons, are showing 'out of stock' when I set CONFIGURATION -> STOCK "Check Stock Level = True". Now, this may never have worked, or it is being affected by the new files. May just be something in the code around an array or something. I'm not confident on my own to take a stab at this, but a bit of direction would certainly help.

    Any initial guesses?

    Regards,
    Chris

  10. #1740
    Join Date
    Nov 2011
    Location
    Brisbane, Australia
    Posts
    35
    Plugin Contributions
    0

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

    This is what the error looks like. Not only does it show a product that has quantity, but also has some formatting issues in the drop downs.
    Name:  OOS Error on attributes.GIF
Views: 249
Size:  5.9 KB

    Again, any thoughts greatly appreciated. Note, I have done another clean install on another test site with the exact same issues.

 

 

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