Page 21 of 113 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 1125
  1. #201
    Join Date
    Feb 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Can anyone give a step by step tutorial in setting up attributes?

    I've read this entire thread and still cannot work out how to get my stock functions to work how I would like.


    Item Colour InStock
    ABC RED 4
    ABC BLUE 2
    ABC GREEN 0

    I want to be able to do the whole drop down selection for colours or sizes (not tshirts but various products) and am having trouble with the whole attributes thing.

    Sorry for asking noob questions.

  2. #202
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Excuse the simple question, but have you installed Attributes by Stock?
    What Zen version, what Attributes by Stock version are you running?

  3. #203
    Join Date
    Jan 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by audradh View Post
    Hey Rebecca,
    You won't find it in the individual product pages. Instead, in the admin panel, go to Catalog. You'll find a new option there titled Products With Attributes Stock.

    Have Fun!
    Audra

    Sorry I don't seem to have this option under the Catalog list - just the same ones I had before. Have I done something wrong.

  4. #204
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Hey Rebecca,
    Are you using a custom template? If so, did you remember to rename the admin folder before uploading the files?
    If that's not it, I would just download the mod again, then upload the admin files to your server again. Maybe one of your files was bad.

    BTW, look above in this thread for the new thread for the current version of this mod. There will likely be a lot more activity their, and help will come quicker

    HTH,
    Audra : )

  5. #205
    Join Date
    Jul 2004
    Location
    Bristol Virginia
    Posts
    162
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I am running the Stock by Attributes module for 1.3.6 but for some reason it is not subtracting the inventory for each attribute.

    I also have SEO friendly urls mod installed.

    Thanks!

  6. #206
    Join Date
    Jul 2006
    Location
    California
    Posts
    44
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    hey guys
    I really need some help with this...

    Heres the problem..

    Shoe store ... www.foureverfunky.com ... running ZC 1.3.6 ... latest attributes by stock version.

    "I have over sold a style of boots. In the Attributes Quantity, I had entered qty. 1 and I have sold 2. Style Sandy in white size 7.5."

    All it shows, when the customer is going to check out, is that the product is out of stock and will be on back order, it still lets the customer make the transaction. We want it to stop the customer from being able to buy that quantity and be able to only purchase the quantity available.

    Backorder does not exist for us, our products are usually unique.

    Thank you!

  7. #207
    Join Date
    Jul 2006
    Location
    California
    Posts
    44
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I realized how to adjust this.. I hope..

    I went to Admin / Configuration / Stock

    then changed Allow Checkout to false.

    :)

  8. #208
    Join Date
    Mar 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by howdoin View Post
    I read all the info in the archive forums and cannot figure out if it can do what I want:

    I did install the Contribution (thank you for making it) and am now testing it, however I have the same problem as many other people:

    - when a size or color (I sell clothes) is out of stock the unavailable color/size still shows on the product page, people can still add it to their cart and it is only there that they have an "out of stock" message.

    Would it be possible to have a check on availability to only display a color/size when it is in stock. For example:

    a person would need to first pick their color and the size drop-down menu would then automatically display ONLY available sizes. Pick another color and "hop" the size drop-down box automatically displays whatever sizes are available for that color.


    Another suggestion:
    - could we have the contribution work directly on the product page, i.e. add the attributes from the product page and with the possibility to modify stocks directly for all (vs. 1 by 1). I guess it would look something like this:

    Red:
    S = X
    M = X
    L = X
    XL = X

    Where X would be a box where we can manually update the stock level at once.


    PS: feel free to see my site for practical exemple: www.saintjamesboutique.com (look at style Lille in size 10 for example).


    PPS: I need a solution implemented ASAP and would gladly hire someone to help me out with that.
    I was wondering how you implemented the dropdown list of sizes on your site, if you have a URL that you can give that would be brilliant, thank you, great shop by the way!

  9. #209
    Join Date
    Nov 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I need some help. I installed version 4.3.1 with Zen-cart 1.3.6 a while back.

    I thought I tested out of stock indicator on individual attributes. But, just realized now that it is checking on the total inventory (adding up total from all attributes) when the program is checking for out of stock condition.

    Did anyone have the same problem out there? Did I miss anything?

    I understand this mod doesn't restock the items to its own attributes. But, from readme file, it should check for individual inventory level for each attributes when it comes to out of stock check. Any pointers?

    The mods I have installed are:
    1) mailing_lable
    2) Stock by attributes
    3) Google Checkout
    4) Column_layout_grid
    5) Tax Exempt
    6) USPS/UPS Insurance
    7) Online Group pricing
    8) GoogleSiteMap

    Thanks!

  10. #210
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by woodlandsprite View Post
    Comment on the sql update included in the package.
    The first line to create the table says:

    CREATE TABLE `zen_products_with_attributes_stock` (

    If your sql database automatically ammends with zen_ then you will wind up with a table called:
    zen_zen_products_with_attributes_stock

    I assume the module is looking for a table called:
    zen_products_with_attributes_stock

    so i have deleted the 1st table created and recreated a new one with only one zen_

    Haven't gotten any further with the install yet though to confirm.
    I've done everything lese for this except the 1st step: 'Create a new database table and a new configuration switch by running the 'stock_attribute.sql' via Admin->Tools->Install SQL Patches. If you prefer to use another method to create this table, you will need to edit the file if you use a prefix such as "zen_" for your tables.'

    I have no clue how to go about doing this and the more I read the more confused I feel.

    Anyone feel like posting a step by step guide on how to get this done please? It's really fustrating when I know what I gotta do just don't know how to and this is the only thing standing between me and having attributes working.

    I really appreciate it. Thank you.

 

 
Page 21 of 113 FirstFirst ... 1119202122233171 ... LastLast

Similar Threads

  1. v139h Stocks of certain products disappearing automatically
    By Lowwi in forum General Questions
    Replies: 4
    Last Post: 11 Aug 2015, 09:09 PM
  2. Installing Stocks by Attribute
    By dragon03kf in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Oct 2008, 07:42 PM
  3. Stocks by attributes
    By hcd888 in forum General Questions
    Replies: 1
    Last Post: 12 May 2008, 08:52 AM
  4. Multiple stocks per product
    By jaycode in forum General Questions
    Replies: 4
    Last Post: 5 Aug 2007, 11:55 AM
  5. Products with attribute stocks
    By Svanis in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 5 Jul 2006, 03:19 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