Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default support for attribute inventory levels

    Does ZenCart support different inventory levels for attributes, in other words if I have a stock of T-shirts of different colours can I set the attributes to reflect stock levels for each color.

    Thanks
    Version 1.3.7

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: support for attribute inventory levels

    No, not at this time ...

    Zen Cart will have its Attributes Stock built in within the next release or so ... but we do not have a definitive date, time, version etc.

    It is coming soon ... but we just cannot say until it is done ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: support for attribute inventory levels

    Quote Originally Posted by brad512
    Does ZenCart support different inventory levels for attributes, in other words if I have a stock of T-shirts of different colours can I set the attributes to reflect stock levels for each color.

    Thanks
    you probably need to create separate product id's for each size attribute combination and enter corresponding stock and not include any attributes on the product page itself. then you can create a page(s) containing the list/table of products that have drop down attribute menu for each item. so, that when a visitor selects an attribute from the dropdown menu, she is taken to the product page for that specific product/attribute combination.

    i am tackling the same issue as we speak and just thought of this solution. any other suggestions are super welcome.

  4. #4
    Join Date
    Mar 2006
    Location
    BC, Canada
    Posts
    98
    Plugin Contributions
    0

    Default Re: support for attribute inventory levels

    Thanks - I'll try that on my test machine
    Version 1.3.7

  5. #5

    Default Re: support for attribute inventory levels

    I coded the basic functionality for this for a client. It only supports one attribute not compounded attributes. (ie; size OR color not size AND color). It will work with most any type of attribute.

    The problem is when you start dealing with compounded attributes like: small/red, med/red, large/red, size12/leather. The matrix required to capture the inventory of compound attributes gets way too complicated in the admin panel.

    It would be trival to support multiple attributes on the public side, if getting the data into the admin panel could be simplified. If anyone has any ideas on this PM me. Right now I'm looking at rewriting some of the admin side attribute handling to facilitate this.

    We faced a similar problem when dealing with the x-sell admin panel. We figured out it was much simpler to use PHPMyAdmin and insert the x-sell relations directly into the database. Its such a simple relation:

    products_id A = products_id B

    and only takes a second to fill in both products_id in PMA's insert form.

    Some times low tech solutions work best. ;)

  6. #6
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: support for attribute inventory levels

    Quote Originally Posted by damonp
    I coded the basic functionality for this for a client. It only supports one attribute not compounded attributes. (ie; size OR color not size AND color). It will work with most any type of attribute.
    You wouldn't happen to be willing to share how you did this would you?
    I saw the thread on the mod availible for previous versions of Zencart, but have not been able to find anything compatible with V1.3.0.1...

    Thanks!

  7. #7

    Default Re: support for attribute inventory levels

    Quote Originally Posted by woodlandsprite
    You wouldn't happen to be willing to share how you did this would you?
    I saw the thread on the mod availible for previous versions of Zencart, but have not been able to find anything compatible with V1.3.0.1...

    Thanks!

    I added a quantity variable to the attribute value table and admin panel and then modified the checkout code to subtract from this value on checkout.

    I built on a v1.2.4 version. Haven't upgraded to v1.3 yet so can't say what that would affect.

  8. #8
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: support for attribute inventory levels

    ah. Thanks :)
    I'm now debating downgrading from 1.3 to make my life a little easier while the various modules get updated since I'm no good with coding myself.

    Appreciate your pointer :)

  9. #9
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: support for attribute inventory levels

    Since I have not been able to find out how to search on specific attributes (sizes) through the searchbox I'm thinking maybe I should have my products categories set up for each available size instead of actual productcategories I have now. This would mean a great deal of moving products around so that products with mulitiple sizes show up in multiple size categories.
    Not a very attractive alternative but it might be a way for me to have my customers find their size without going through all products manually looking for the required size.

    Attribute inventory levels would help tremendously if it was possible to hide a product within the specific size category if a specific size ran out of stock. The product would still have to show in size categories for sizes that are still available.

    Will this be the case if the update for ZC130 sees the light?

  10. #10

    Default Re: support for attribute inventory levels

    I would think it easier to add the attributes to the search than changing the way your products/categories work and moving all the product.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Email Inventory Levels
    By prosam in forum General Questions
    Replies: 2
    Last Post: 26 Jun 2008, 03:32 PM
  2. Setting low-stock levels for each attribute combo
    By blackjm75 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 29 May 2008, 04:19 PM
  3. Can Zen do inventory on multiple levels?
    By mommydesigns in forum General Questions
    Replies: 3
    Last Post: 8 Aug 2007, 03:48 PM

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