Page 7 of 113 FirstFirst ... 567891757107 ... LastLast
Results 61 to 70 of 1125
  1. #61
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Hi All,
    The mod has hit the downloads. For those who received this mod before it hit the downloads, I quote Dr Byte
    There was a lot of content to cleanup in the contribution, with extra files unrelated to attribute stock, etc.

    There are still a lot of things to fine-tune, but at least now it only contains the files which have changes from core.

    It's been activated.
    If I get a chance I am going to file compare the original mod to the one now in the downloads, but it may be a bit before I find the time.

    Best,
    Audra

  2. #62
    Join Date
    Jan 2006
    Posts
    40
    Plugin Contributions
    0

    Re: Stocks by attributes

    Hi all, in need of help as usual :-)
    There are a few things I'd like to tweak but don't know how to achieve them.

    1. I don't appear to be receiving low stock emails for products with attributes. It works fine for products that do NOT have attributes.

    2. My *Stock Level Warning* message does not appear in red against products WITH attributes, but it is against products that do NOT have attributes.

    3. I would like to be able to show the amount of stock available in the shopping cart when there is a stock level problem.
    e.g. *Stock Level Warning* (6)
    I don't want to display the stock level on the Product Info page, only in the shopping cart when there is a stock level problem.

    If anyone has any suggestions I'd be willing to try them out.

    I've attached a screenshot to help show what I mean.
    Attached Images Attached Images  

  3. #63
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I just installed this stock_attributes and it's super, thank you alot !!

    But I also have the same problem as Bunster, no mail when the product are low on stock, not even the ones without the attributes. Any ideas ?

    Also, if a product with an attribute are low on stock, lets say size 36 (shoes) but there are still plenty of size 37-40, I would like this size 36 to be shown under Reports -> Product Stock Report, is this possible ?

    Plus, also what Bunster said, it would be super if it was shown on the shop that the size 36 were out of stock and maybe not possible to order it... But it's good also that it's shown in the cart...

    I also noticed that if I delete an order with attributes and I check the box called "Restock product quantity", the quantity doesn't return to the stock... Could this be done somehow ?

    Very nice work !!

    Regards,
    /Typhoon
    Last edited by Typhoon; 3 Aug 2006 at 12:26 PM.

  4. #64
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    could some one please explain how the stock_attributes column in the table product_with-attribute_stock can be translated back to work out the name (value) of the attribute option.


    I am trying to run a stock management / order processing system using the mysql database but run it locally in MS Access but cannot understand how to extract /interpret the values in this field.


    (before you start asking why MS Access - my html and php and mysql skills are not good enough to get the automated functionality that I know how to write/get out of an Access database and I need an order processing stock management system / functionallity that I can seem to see in zen cart)

    Unless of course some one has some ideas and suggestions on how to manage my purchasing.

    thanks

    MG

  5. #65
    Join Date
    Jan 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Have anyone DUAL PRICES (wholesale price) and this STOCKS BY ATTRIBUTES?
    I have problem, when I add Dual Prices contrib, STOCKS BY ATTRIBUTES stop function.

  6. #66
    Join Date
    Jul 2006
    Posts
    11
    Plugin Contributions
    0

    Re: Stocks by attributes/not working w/2 dropdowns

    Greetings;
    Have installed "Stock Attribute v3.01" w/ "ZC 1.3.0.2"

    Works great with only one attribute, but on product w/ 2 attributes
    in drop down form:

    http://www.mthighmedia.com/ZC/index....roducts_id=180

    -- adding any quantity to cart gives the following
    warning text:

    Products marked with *** are out of stock.
    Items not in stock will be placed on backorder.

    (even though each variant has been populated with stock from
    "products_with_attributes_stock.php" page in admin & the "Sync Quantities" step taken)

    Total Quantity for all variants shows correctly initially & does update
    based on "sale" of item/s, even for items tagged with incorrect "***out of stock warning"
    Quantity for individual variants does not update, however based on "sale" of said product variant.

    SUMMARY: with "Stock Attribute v3.01" installed;
    • 1) Works fine with one attribute only.
    • 2) However, "test-customer" gets "Out of Stock message" for product variants that are actually "IN STOCK".


    This occurs with any product that has more than attribute w/ drop-down style input form.
    Test-customer is incorrectly warned that product is out of stock.

    Have read 30+ pages of forum and in spite of this bug being referred to previously--
    i can't track down the fix for the current version of Stock Attribute v3.01 --any clues?? --data base table set-up via SQL patch, permissions, missed step in config?? or some other oversite--obvious or otherwise??

    We'd appreciate any feedback or links to solution.
    thanx,
    sWitt--OVER!

  7. #67
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Hello I am getting the following error:

    1146 Table 'verynyc_zc3.zen_products_with_attributes_stock' doesn't exist
    in:
    [select * from zen_products_with_attributes_stock where products_id="1"]


    Any ideas. Please take note that i DID install the SQL patch and in myphpadmin I can see the table there.

  8. #68
    Join Date
    Jul 2006
    Posts
    11
    Plugin Contributions
    0

    Idea or Suggestion Re: Stocks by attributes

    Quote Originally Posted by xtreme
    Hello I am getting the following error:

    1146 Table 'verynyc_zc3.zen_products_with_attributes_stock' doesn't exist
    in:
    [select * from zen_products_with_attributes_stock where products_id="1"]


    Any ideas. Please take note that i DID install the SQL patch and in myphpadmin I can see the table there.
    Try this, i had the same prob;

    looks like the name of your db is "verynyc_zc3" ,right?
    and you've added that name to "stock_attribute.sql"
    re-edit the SQL patch and remove "zen_" leave the "." period

    save and re-apply patch-- when you've done this--
    go to admin | Catalog | Products with Attributes Stock

    no guarantees, just seems to be the same prob, i had
    with properly removing the default prefix in the "stock_attribute.sql" file
    and renaming with " your db name"

    "and in myphpadmin I can see the table there."
    yes, but probably named incorrectly, so can't be called

    sWitt--OUT!
    PS. still looking for solution to products with 2 attributes
    incorrectly showing "out of stock warning"

    see previous post #66

  9. #69
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thanks Switt Worked like a charm! I think it was because I installed zen-cart through Cpanel, which has a lot of presets. Thanks again I owe you one.

  10. #70
    Join Date
    Jul 2006
    Posts
    11
    Plugin Contributions
    0

    Re: Stocks by attributes/product w/2 dropdown variants

    xtreme, you're welcome.

    Tho't that prob sounded familiar.
    'mazing how many folks are out there stumbling on the same probs/solutions--
    that's why these forums are so useful.

    Anyway, if you'd be so kind--or anyone else that has installed this mod--
    Please, try the scenario that i describe in post #66,
    re:"Stock Attribute v3.01" w/ "ZC 1.3.0.2"

    Products w/ >1 dropdown style attribute variant, incorrectly show "out of stock" warning, when added to cart; regardless of inventory.

    Here's an example:

    http://www.mthighmedia.com/ZC/index....roducts_id=180

    ADMIN:
    1) add "new product x" to "any--product category"
    2) add attributes with dropdown form (Small, Medium, Large…whatever)
    3) add 2nd set of attributes, also dropdown form (black,white…whatever)
    4) populate each variant of "new product x" with stock (10 each… or whatever)
    5) synq quantities

    CATALOG/front end:
    5) from catalog/categories/any--product category: select "new product x"
    6) from product description page: add 1 to cart
    7) do you get "out of stock warning" ?
    8) RSVP

    sWitt--OVER!

 

 
Page 7 of 113 FirstFirst ... 567891757107 ... 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