Page 171 of 359 FirstFirst ... 71121161169170171172173181221271 ... LastLast
Results 1,701 to 1,710 of 3589
  1. #1701
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I made the change and It looks like I can work with that.

    http://www.nothingbutcostumes.com/fi...e-p-15662.html

    Do you know where I can find the TXT string that says Qty?

    I want to change it to Available Stock Qty

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

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by milobloom View Post
    I made the change and It looks like I can work with that.

    http://www.nothingbutcostumes.com/fi...e-p-15662.html

    Do you know where I can find the TXT string that says Qty?

    I want to change it to Available Stock Qty
    You will find it in the file at:
    includes\languages\english\extra_definitions\products_with_attributes.php

    I noticed your shopping cart checkout page has incorrect info related to availability, the TEST2 mod I gave you a link to should fix that.
    Let me know if you were able to get the test mod and your tests results. Thanks
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  3. #1703
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by milobloom View Post
    Can I hide the attribute value if stock is Zero instead of saying it is out of stock?
    If I understand your question correctly, You can hide the Out of Stock Message, by going to admin>Configuration>Stock>Check stock level ,and set it to False!

    That stops the display of Out of Stock Message.

    I hope it helps.
    Using Zen Cart 1.5.1

  4. #1704
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I had a version from January but can't find a guide text if I need to run the full upgrade / install script in case I upgrade from the Jan 3 version to this latest version of 1.5.1.2. Atleast the upgrade script runs to a warning:

    WARNING: An Error occurred, please refresh the page and try again.

    The error log has this "FATAL ERROR":
    PHP Fatal error: 1146:Table 'customer123_ws.products_with_attributes_stock' doesn't exist :: UPDATE products_with_attributes_stock SET quantity = '3' WHERE products_with_attributes_stock.stock_id =263 LIMIT 1 in /home/customer123/public_html/shop/includes/classes/db/mysql/query_factory.php on line 120
    I may be blond but at least I found Zen.

  5. #1705
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    ADDITIONALLY comes also an error:

    PHP Fatal error: 1146: Table 'customer123_ws.zen_products_with_attributes_stock' doesn't exist :: SELECT pas.stock_id, COUNT(pas.stock_id) AS stockCount
    FROM zen_products_with_attributes_stock pas
    GROUP BY pas.products_id, pas.stock_attributes
    HAVING stockCount > 1 in /home/customer123/public_html/kauppa/includes/classes/db/mysql/query_factory.php on line 120

    so, it seems it doesn't understand that there is a PREFIX used in our webshop. How to fix that?

    There is no "out of stock" or "stock saldo" visible on the product info page even if set up in configuration so.
    Last edited by ellivir; 17 Sep 2013 at 10:06 AM.
    I may be blond but at least I found Zen.

  6. #1706
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by ellivir View Post
    I had a version from January but can't find a guide text if I need to run the full upgrade / install script in case I upgrade from the Jan 3 version to this latest version of 1.5.1.2. Atleast the upgrade script runs to a warning:

    WARNING: An Error occurred, please refresh the page and try again.

    The error log has this "FATAL ERROR":
    PHP Fatal error: 1146:Table 'customer123_ws.products_with_attributes_stock' doesn't exist :: UPDATE products_with_attributes_stock SET quantity = '3' WHERE products_with_attributes_stock.stock_id =263 LIMIT 1 in /home/customer123/public_html/shop/includes/classes/db/mysql/query_factory.php on line 120
    Where did you get version 1.5.1.2 from?
    Using Zen Cart 1.5.1

  7. #1707
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by ellivir View Post
    I had a version from January but can't find a guide text if I need to run the full upgrade / install script in case I upgrade from the Jan 3 version to this latest version of 1.5.1.2. Atleast the upgrade script runs to a warning:

    WARNING: An Error occurred, please refresh the page and try again.

    The error log has this "FATAL ERROR":
    PHP Fatal error: 1146:Table 'customer123_ws.products_with_attributes_stock' doesn't exist :: UPDATE products_with_attributes_stock SET quantity = '3' WHERE products_with_attributes_stock.stock_id =263 LIMIT 1 in /home/customer123/public_html/shop/includes/classes/db/mysql/query_factory.php on line 120
    It seems that Stock by Attributes has been released.


    Make sure you are not trying to upgrade from 1.4.XX on Zen Cart 1.3.X.

    Are you installing this mod on Zen Cart 1.5.1?

    Have you installed any other versions of this mod on your cart? If yes, which version?
    Last edited by Kevin205; 17 Sep 2013 at 07:44 PM.
    Using Zen Cart 1.5.1

  8. #1708
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by ellivir View Post
    ADDITIONALLY comes also an error:

    so, it seems it doesn't understand that there is a PREFIX used in our webshop. How to fix that?

    There is no "out of stock" or "stock saldo" visible on the product info page even if set up in configuration so.
    You were correct, There was one instance (line 293) that was missing the database table prefix. The attached file is corrected, and will be included in the next version. Attachment 13088

    Thank you.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  9. #1709
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Quote Originally Posted by ellivir View Post
    I had a version from January but can't find a guide text if I need to run the full upgrade / install script in case I upgrade from the Jan 3 version to this latest version of 1.5.1.2. Atleast the upgrade script runs to a warning:

    WARNING: An Error occurred, please refresh the page and try again.

    The error log has this "FATAL ERROR":
    PHP Fatal error: 1146:Table 'customer123_ws.products_with_attributes_stock' doesn't exist :: UPDATE products_with_attributes_stock SET quantity = '3' WHERE products_with_attributes_stock.stock_id =263 LIMIT 1 in /home/customer123/public_html/shop/includes/classes/db/mysql/query_factory.php on line 120
    Hi,
    I was wondering if the updated file I provided on the forum corrected your install errors.

    Thanks.
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  10. #1710
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    HI, is it possible to do a 'bulk' or 'batch' action to "Add Quantity For Product Variant" on all products at once?

    My problem see, is that I seem to have to mouse-click on "Add Quantity For Product Variant" for each product, then select ALL and the add Quantity to create the Stock ID.

    I'd like to be able to Add "Quantity For Product Variant" on all products that have attributes at once. As I have 2000+ products, all with the same 15 attributes. And it is taking some time to do this individually, product by product, just to create the 'Stock ID'

    All help appreciated, thanks



 

 

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