Results 1 to 10 of 1125

Hybrid View

  1. #1
    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

  2. #2
    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.

  3. #3
    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.

  4. #4
    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.

  5. #5
    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..

  6. #6
    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

 

 

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

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