Page 166 of 360 FirstFirst ... 66116156164165166167168176216266 ... LastLast
Results 1,651 to 1,660 of 3591
  1. #1651
    Join Date
    Aug 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by potteryhouse View Post
    Which version of the MOD did you install?
    For Zen Cart 1.3.x you should have used Stock by Attributes - Version: 1.4.14
    This is noted on the download page and in the installation instructions.

    You may need to check your setting under Configuration/Stock
    In there you have an option to allow checkout with low and out of stock items, this may need to be set to true.

    Remember to ALWAYS test mods out on a local test server before putting them onto an active store, all too often mods will conflict with other mods you have installed. Because of the large number of mods available we seldom know of a problem until someone runs into it.
    Thank you for reply sir.

    I checked the mod version is 1.4.14, Allow checkout is set as TRUE in Configuration/Stock. Do I still miss something?

    Thanks...

  2. #1652
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by maishane View Post

    I checked the mod version is 1.4.14, Allow checkout is set as TRUE in Configuration/Stock. Do I still miss something?
    You might also set "Configuration/Stock/Check stock level" to false
    Just to see if that is causing the problem.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  3. #1653
    Join Date
    Aug 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by potteryhouse View Post
    You might also set "Configuration/Stock/Check stock level" to false
    Just to see if that is causing the problem.
    Just turned it to FALSE, doesn't improve...


  4. #1654
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by maishane View Post
    Just turned it to FALSE, doesn't improve...

    I have taken a few minutes today to create (merged/update) a Zen Cart 1.3.9h version of the mod I updated for Zen Cart 1.5.1.
    BUT, I have not yet tested it as I do not have a stable setup of the older zen cart store (we moved onto the 1.5.1 version), if anyone has a TEST store to try this on I can provide them with the test version. It should provide all the newer options and fix a couple of bugs, but needs to be tested prior to use on any active store.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  5. #1655
    Join Date
    Aug 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by potteryhouse View Post
    I have taken a few minutes today to create (merged/update) a Zen Cart 1.3.9h version of the mod I updated for Zen Cart 1.5.1.
    BUT, I have not yet tested it as I do not have a stable setup of the older zen cart store (we moved onto the 1.5.1 version), if anyone has a TEST store to try this on I can provide them with the test version. It should provide all the newer options and fix a couple of bugs, but needs to be tested prior to use on any active store.
    I think I do have a 1.3.9h site ok for testing, will message you later. :)

  6. #1656
    Join Date
    Feb 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    After install I am getting a blank admin page.
    Below is the error in cache.

    [14-Aug-2013 12:20:12] PHP Fatal error: Call to undefined function zen_draw_admin_box() in /home/naweoa/public_html/naweoastore/admin/includes/boxes/catalog_dhtml.php on line 44

    replacing the
    admin/includes/function/general.php file with the old file gets the page up again but without the Stock by Attribute function of course.

    I have changed the name of my admin folder for security. I have also changed the name of my admin folder to match in this post error message.

  7. #1657
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by rbranden View Post
    After install I am getting a blank admin page.
    Below is the error in cache.

    [14-Aug-2013 12:20:12] PHP Fatal error: Call to undefined function zen_draw_admin_box() in /home/naweoa/public_html/naweoastore/admin/includes/boxes/catalog_dhtml.php on line 44

    replacing the
    admin/includes/function/general.php file with the old file gets the page up again but without the Stock by Attribute function of course.

    I have changed the name of my admin folder for security. I have also changed the name of my admin folder to match in this post error message.
    Based on what you said, I assume you are using Zen Cart version 1.3.9 and the mod version 1.4.14, would that be correct??
    (Note that The "zen_draw_admin_box" function is not a part of Zen Cart 1.5 and that the "dhtml.php" is no longer used in 1.5).
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  8. #1658
    Join Date
    Aug 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by potteryhouse View Post
    I have taken a few minutes today to create (merged/update) a Zen Cart 1.3.9h version of the mod I updated for Zen Cart 1.5.1.
    BUT, I have not yet tested it as I do not have a stable setup of the older zen cart store (we moved onto the 1.5.1 version), if anyone has a TEST store to try this on I can provide them with the test version. It should provide all the newer options and fix a couple of bugs, but needs to be tested prior to use on any active store.
    Now I try to install the 1.4.14 ver of mod to Zen 1.3.9.h (Not the test site), I overwrite all files and execute the sql file but get this error:

    1062 Duplicate entry 'STOCK_SHOW_LOW_IN_CART' for key 'unq_config_key_zen'
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Show available stock level in cart when less than order', 'STOCK_SHOW_LOW_IN_CART', 'false', 'When customer places more items in cart than are available, show the available amount on the shopping cart page:', '9', '6', NULL, now(), NULL, "zen_cfg_select_option(array('true', 'false')," ), ('Display Images in Admin', 'STOCK_SHOW_IMAGE', 'false', 'Display image thumbnails on Products With Attributes Stock page? (warning, setting this to true can severly slow the loading of this page):', '9', '6', NULL, now(), NULL, "zen_cfg_select_option(array('true', 'false')," );]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I can't remember if I upload this sql file before but I think I never gotten this message. Will this cause the issue? How can I fix this??

  9. #1659
    Join Date
    Aug 2012
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Sir I like to inform you that I fix the issue. I made so stupid mistake when I changed tpl_product_info_display.php, I put an extra } mark right after the attribute part so the template can't load product info properly.

    I deeply appreciate your help and wish you the best. Thank you so very much

  10. #1660
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Stock by Attribute v1.5.1

    Quote Originally Posted by potteryhouse View Post
    The attached file is a "Quick Fix", please test it to see if it does what you want before using on an active site.
    The file will replace: stock_by_attribute\admin\includes\classes\products_with_attributes_stock.php
    I suggest you back up before using this.
    It will give you a search box, no product listing, and you must know the product ID number or product name to search for it (I commented out the model number as it gave me too many returns, you can change it back if you like, it is still in the file on line 115). Attachment 12884

    Let me know how it goes please.


    FYI, I have been trying to get pagination working with no good results as of yet.
    This had worked out great for me, the stock edits are way faster now, love it.

    The only feature I could see as being handy would be after editing or adding a stock level and hitting save, the page loaded next could show that product and its stock/attribute levels. That might be tricky though I dont know.

    Thanks for this update, Im using it on a live site with no problems.

 

 

Similar Threads

  1. Problems with addon: Dynamic Drop Downs for Stock By Attribute
    By Dunk in forum All Other Contributions/Addons
    Replies: 56
    Last Post: 30 Apr 2014, 07:55 PM
  2. MySQL Problem with Product with Attribute Stock addon
    By rtwingfield in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Sep 2011, 03:35 PM
  3. Hide Zero Quantity Attributes with attribute-stock addon
    By leevil123 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Feb 2010, 05:06 PM
  4. Replies: 4
    Last Post: 22 Jan 2010, 10:43 PM
  5. Price Products in the grid by 'Stock by Attribute' addon?
    By Salixia in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 27 Oct 2009, 06:03 PM

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