Page 89 of 113 FirstFirst ... 3979878889909199 ... LastLast
Results 881 to 890 of 1125
  1. #881
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    red flag Re: Stocks by attributes URGENT

    Hi:

    I'm in a bit of a pickle. I installed Stock by Attributes v4.7ajax on ZC 1.3.8a with security patches in place.

    Additionally, the following are also included:
    Improved attributes controllers
    Ordered Step
    Ultimate SEO v2.0.6
    Admin Profiles v1.0.7.1

    On the admin side it worked like a charm, though an explanation of Sync Quantities would be appreciated.

    The problem lies on the front end. When I add an item to the cart, I am told
    Products marked with *** are out of stock or there are not enough in stock to fill your order.
    Please change the quantity of products marked with (***). Thank you


    I checked and there is a large inventory for this item. I'm no coder, but can someone please show me what I need to do to fix this?

    I have placed the site under maintenance so as not to confuse buyers.

    I'm not going to ask about having the attribute with 0 stock disappear, I know how hard it is to accommodate everyone's request and still make a living, but it would be nice

    I would really really appreciate some feedback today. I'm off on medical leave for 2 weeks and I need this fixed today! Many thanks.

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

    Default Re: Stocks by attributes

    I've never used that version, but know that it has a reputation for being incomplete, maybe somebody who has used it can add to that.

    The idea of the sync quantities option is to synchronise the stock being held at product variant level with that being held for the product overall. This can be useful if you decide to stop using attribute level stock for a product.
    Kuroi Web Design and Development | Twitter

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

  3. #883
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Kuroi

    thanks for replying. I checked the readme file and this is the latest download ( i downloaded Jan 15/2010) and the version is actually 4.7a for zc 1.3.8

    In admin > configuration > stock, if I set Show available stock level in cart when less than order = true, the item in cart still has the same message, but next to the item it says Stock Available 0

    Would you mind giving me a hand with this? I can add your IP to my list and give you access? if you have a moment, pleas PM me.

    The site is https://leladesigns.ca/shop-lela/

  4. #884
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Stocks by attributes

    Quote Originally Posted by newagekat View Post
    Kuroi

    thanks for replying. I checked the readme file and this is the latest download ( i downloaded Jan 15/2010) and the version is actually 4.7a for zc 1.3.8

    In admin > configuration > stock, if I set Show available stock level in cart when less than order = true, the item in cart still has the same message, but next to the item it says Stock Available 0

    Would you mind giving me a hand with this? I can add your IP to my list and give you access? if you have a moment, pleas PM me.

    The site is https://leladesigns.ca/shop-lela/
    If you have 3 of a product variant in stock and add 5 to your cart, you will get the out of stock message. The store will not show you that you ordered two more than there is actual stock available. (if that's the question you are asking.)

  5. #885
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    No, you misunderstand.

    Say I have 500 small blue Item A and place 3 to my cart, I still get the out of stock error message. that's what weird. I may need to add that I am using the Cherry Template with some really modest modification for info appearance. I have not touched the code.

    Kuroi, since you created this mod, can you please have a look? Sorry to sound so desperate, but I'm going in for surgery and I need this done today. If I have to pay someone then so be it.

    I have turned off the maintenance so you can assist.
    Last edited by newagekat; 26 Feb 2010 at 01:24 AM. Reason: give access for assistance

  6. #886
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Kuroi:

    Sorry to be a pest and so persistent. this is not an isntall issue. This is a code issue. I checked one of the other sites where I installed this mod, I get the very same thing. or maybe i missed something. please check http://commonwealthyarns.com/ for similar issue.

    in includes/template/custom/template/tpl_shopping_cart_defult.php you have this code
    Code:
    <?php if ((STOCK_SHOW_LOW_IN_CART == 'true') && $product['flagStockCheck']) {
             echo '<span class="alert bold">';
             echo PWA_STOCK_AVAILABLE;
                     echo ((isset($product['stockAvailable'])) ? $product['stockAvailable']: 0);
             echo '</span>';
                }
    ?>
    <br class="clearBoth" />
    Could this be the cause of it? in Admin > Configuration > Stock, I have Show available stock level in cart when less than order = false

    I would be forever grateful.
    Last edited by newagekat; 26 Feb 2010 at 02:04 AM.

  7. #887
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Stocks by attributes

    Quote Originally Posted by newagekat View Post
    Kuroi, since you created this mod, can you please have a look? Sorry to sound so desperate, but I'm going in for surgery and I need this done today. If I have to pay someone then so be it.
    Let's be clear.. Kuroi didn't create the SBA version you are using.. The version you are using is based on his original SBA mod.. Since Kurois v1.47 release others have come along to "improve upon" Kurois mod, and IMO all of these "other" versions have been problematic. (a lott through this thread and the other SBA thread will confirm this)

    To his credit Kuroi has been very generous by continuing to participate in a support thread which by and large discusses versions of this mod he had NOTHING to do with other than writing the underlying code upon which subsequent versions were based on..

    My opinion has been consistent. NONE of these other versions works well enough in my book to be bothered with. I stick to the original 1.47 version written by Kuroi.

  8. #888
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thank you so much for your response. I did not intend any insult and I do appreciate the work that goes into the mod and more specifically, answering all these questions.

    That said, on this add on download page, http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=310, are you refering to this version:
    This is a maintenance release that incorporating changes made for Zen Cart 1.3.8. There are no functional enhancements.
    Author: Kuroi
    Version: 4.7
    Zen Cart™ Version: v1.3.8
    Update added on Dec 02 2007

    Can you tell me if it works with 1.3.8a with security patches? If so, would you be able to tell me what would be involved in reverting back to this version? would I need to make changes to the db or just over right files?

    Thank for your time.

  9. #889
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Stocks by attributes

    Quote Originally Posted by newagekat View Post
    Thank you so much for your response. I did not intend any insult and I do appreciate the work that goes into the mod and more specifically, answering all these questions.

    That said, on this add on download page, http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=310, are you refering to this version:
    This is a maintenance release that incorporating changes made for Zen Cart 1.3.8. There are no functional enhancements.
    Author: Kuroi
    Version: 4.7
    Zen Cart™ Version: v1.3.8
    Update added on Dec 02 2007

    Can you tell me if it works with 1.3.8a with security patches? If so, would you be able to tell me what would be involved in reverting back to this version? would I need to make changes to the db or just over right files?

    Thank for your time.
    I don't run Zen Cart without the latest security patches.. So the answer to your first question is yes.. I don't have an answer for your second question.. I've tested one of the "other" SBA versions on a test store and did not rollback when I was done testing (I simply reset my test store) So I have no real insight on what it would take to rollback.. If I had to guess it would be to compare the files between the two versions and delete any files which do not appear in the Kuroi version and replace any files from other versions with the one's from the Kuroi version..

  10. #890
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Just wanted to give you an update. I reverted back to Kuroi's 1.4.7 version on both these sites. One of them now works like a charm. the other still has the same issue.

    Here's a list of the mods also incorporated into the problem site. If you are aware of any conflict, I would really appreciate a head's up.

    ZEN CART
    Added XSS protection patch dated Nov 30/09
    { http://www.zen-cart.com/forum/showthread.php?t=142927}
    Removed unused folders per security patch dated Nov 28/09
    ( http://www.zen-cart.com/forum/showthread.php?t=142784)
    security_patch_v138_20090619
    ( http://www.zen-cart.com/forum/showthread.php?t=130161)
    pci_patch_v13x_search.php Oct 13/09
    ( http://www.zen-cart.com/forum/showthread.php?t=130701)
    ---------
    Zen cart modules added to cherry template
    Stock by Attributes v1.4.7
    Contact us subject mod v2
    Fedex module
    Improved attributes controllers
    Image handler 2 for 1.3.x
    Ordered Step
    Moneirs payment modules
    Ultimate SEO v2.0.6
    FCKeditor
    Newsletter subscribe
    Split tax lines
    Admin Profiles v1.0.7.1

    I rechecked each file against my install, merged them where necessary, and re-uploaded. I even checked the sql file for differences just in case. Someone, please, HELP!

    kp

 

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