Page 101 of 113 FirstFirst ... 519199100101102103111 ... LastLast
Results 1,001 to 1,010 of 1125
  1. #1001
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Dynamic drop downs seems to be working and I am sure it must only be a small tweak to show the out of stock message rather than hide the option. Infact on the single drop downs it is showing all options with any out of stock options having the words out of stock after them. I am just getting a bit lost due to very limited php knowledge when I try to follow what is going on in the pad_sequence_dropdown.php file.

    Am I right in thinking the answer is in their somewhere or have I been looking in the wrong place?

  2. #1002
    Join Date
    Jun 2006
    Location
    Oz
    Posts
    31
    Plugin Contributions
    0

    Default Re: STOCK BY ATTRIBUTES - multiple attributes, show stock levels - how?

    Hi guys I had same problem.
    Check out the wiki.
    http://www.zen-cart.com/wiki/index.p..._by_Attributes

    try- includes/modules/attributes.php

    It works well
    Cheers Dave

  3. #1003
    Join Date
    Jul 2009
    Posts
    86
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    hello,
    in admin, now the SBA page is ordered by product name, i want it by product model, what do i modify the codes ?

  4. #1004
    Join Date
    Sep 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    OK, so I am a totally frustrated new user of zen cart so I am probably doing something stupid.

    1. I have installed zen cart 1.3.9d
    2. I have installed Stock by Attributes 1-4-10 (1-4-11 internally) which I downloaded from http://www.zen-cart.com/index.php?ma...roducts_id=310 and following the instructions in the download as far as possible.

    I say as far as possible because the instructions refer to some files that don't exist in the download. eg. rename includes/modules/YOUR_TEMPLATE but this file doesn't exist.

    I see no change in admin where I can add stock to products with attributes. Should there be a new menu item or should a form have changed?

  5. #1005
    Join Date
    May 2009
    Posts
    68
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    when upgrading from 139f to 139g, can i just keep the modded admin/inc/func/general.php? everything seems to work.

  6. #1006
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes

    Quote Originally Posted by p1lot View Post
    when upgrading from 139f to 139g, can i just keep the modded admin/inc/func/general.php? everything seems to work.
    That file has been changed in the 1.3.9g release. So you would be taking a risk.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #1007
    Join Date
    May 2009
    Posts
    68
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thanks for the fast reply,

    I just modded the original general.php, could you take a look if that's fine?

    Basically only the function zen_remove_order gets modified in the general.php, right?

    I just added this db query:
    $db->Execute("delete from " . TABLE_ORDERS_PRODUCTS_DOWNLOAD . "
    where orders_id = '" . (int)$order_id . "'");


    Here is the final version: http://pastie.org/1190205


    I just found out that I used the stock general.php from 139f with the unmodded function, what exactly could have happened or did happen if I use the original zen_remove_order when using stocks by attributes?

  8. #1008
    Join Date
    Dec 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Just browsed from page 1 true a 100 on this topic. Installed all the versions of Stocks by attributes. None of them made it possible to put the quantity of stoch next to the attribute.
    Search hours on the forum but can not seem to get it to work!
    Backend works fine on all versions of Stocks by attributes but not het quantity! Also edited the attribute.php with suggested codes but no luck.

    Can anyone help me with this?

  9. #1009
    Join Date
    Jul 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I tried to search for this but couldn't find anything. I'm sure it is somewhere. When a customer using Internet Explorer uses our site, the site does not use the attributes we have listed. i.e. someone buys a green diaper but when it gets added to the cart just a diaper shows up (sorry baby business).

    This error does not occur in Chrome or Firefox. Which is why it has taken me 2 weeks to figure out.

    Please point me in the right direction.

    Thanks
    Melanie

    website - www.simplelittlebaby.com
    version v1.3.9d

  10. #1010
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes

    Quote Originally Posted by rayring View Post
    Just browsed from page 1 true a 100 on this topic. Installed all the versions of Stocks by attributes. None of them made it possible to put the quantity of stoch next to the attribute.
    Search hours on the forum but can not seem to get it to work!
    Backend works fine on all versions of Stocks by attributes but not het quantity! Also edited the attribute.php with suggested codes but no luck.

    Can anyone help me with this?
    Sounds like you missed post 160 which refers you back to a limited solution from an older thread.

    It's a limited solution because to show stock by attributes in the cart you would need to be able to display a table in as many dimensions as you have relevant attributes. So a product with size, colour and style would need a table in 3D. Tricky on a screen. This is why it was never added to the original mod.

    However the "Grayson" solution referred to in post 160 gives code to add this functionality for cases where there is a single attribute.

    More recently, AJAX offers the chance to filter the data needed according to the choices that a customer has already made, making it more comprehensible on screen, but we haven't used that version at Kuroi, so I can't advise as to how you might take advantage of that.

    Stepping back though, most likely you can't find this functionality in the mod because it's just not there.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

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