Page 141 of 356 FirstFirst ... 4191131139140141142143151191241 ... LastLast
Results 1,401 to 1,410 of 3558
  1. #1401
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Hello,

    I'm using zen 1.3.9h now.
    Is your v1.4.14 good for zen v1.5 ?

    How to merge files while FTP, since I have many add-on mods installed?


    Thank you!

  2. #1402
    Join Date
    Sep 2011
    Location
    SW FL
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by drolex View Post
    Update: I tried removing Stock by Attributes and the cart still doesn't work. Therefore, Stock by Attributes might work in Zen Cart v1.5 and my problem is something else. Maybe it's my template.
    Thanks for the info :) I'm rebuilding fresh from a new install in a test directory on my server but it will be awhile before I get that far with it.

  3. #1403
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    It sure would be nice if someone could point me in the right direction. Trying to load the page with 1000's of products with all the attributes on one page is too time consuming. Ideally I would like to set it up sorta like the admin area product listing page such as 20 per page with the next and previous buttons

    Quote Originally Posted by thefather View Post
    I have this installed and it seems to be working as I need. My only complaint is the fact that all of the products that have defined attributes loads on 1 single page. I have several thousand products so the load time basically sucks.

    I would like to be able to break it down into several pages.

    Any suggestions on how I may accomplish this?

  4. #1404
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    44
    Plugin Contributions
    1

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by rhuseby View Post
    I am currently modifying this add-on to include a unique part number for each stock variant. I think I have seen other people asking for this feature. This will allow me to sync the Zen product quantities with my internal inventory control system quantities via SQL command line tools and a scheduled task. I'm not a PHP programmer, but I'm pretty good at hacking up existing code to make it do what I want. I have the bulk of it done but have hit a wall. If anyone wants to jump in and help finish it up, I'll be glad to share what I've done. The unique part number exists, I can add the part number in the Admin, the number displays in the admin and cart. I can't figure out how to carry the part number through the rest of the checkout process and put it on the invoice...
    This MOD is finished, I have submitted it for approval...

  5. #1405
    Join Date
    Dec 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by cricri View Post
    Hi all,

    I just downloaded and tried to install SBA to my Zen Cart.

    Zen Cart ver 1.3.9h
    SBA ver 1.4.14

    I am using a norwegian translation of Zen Cart.

    I followed the instructions in the included readme file, inserted the extra rows in the SQL database and renamed the MY_TEMPLATE folder to my template name. I also made norwegian versions of the SBA language files.

    Then I uploaded everything to the server.

    The problem is that SBA does not work at all. Nothings shows, no changes made. No menu item in "Catalog", no nothing.

    I just simply can't figure out why this is not working.

    Any suggestions?

    Thanks in advance,

    Kristian W.
    Norway
    I am having the same issue except my installation is english only.

    Any help would be appreciated.

    Brent

  6. #1406
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    44
    Plugin Contributions
    1

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    I noticed an error within stock_by_attributes_1-4-13 which is what I used to create this new MOD. If you add a product that is out of stock, it will display out of stock as it should. But it will also show out of stock on any additional items you add after that, even items that have plenty of stock available. I found a piece of code in an older version that appears to be missing and fixes this issue. It is in includes/modules/pages/shopping_cart/header_php.php, need to put back in at line 85...

    if (STOCK_CHECK == 'true') {
    $flagStockCheck = zen_check_stock($products[$i]['id'], $products[$i]['quantity']);
    if ($flagStockCheck == true) {
    $flagAnyOutOfStock = true;
    }
    $stockAvailable = zen_get_products_stock($products[$i]['id']);
    }

  7. #1407
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    44
    Plugin Contributions
    1

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    Quote Originally Posted by thefather View Post
    It sure would be nice if someone could point me in the right direction. Trying to load the page with 1000's of products with all the attributes on one page is too time consuming. Ideally I would like to set it up sorta like the admin area product listing page such as 20 per page with the next and previous buttons
    I have modified the admin to include buttons at the top to take you straight to the product you want to work with. This won't help the load time but it makes it much easier to work with...

  8. #1408
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    That does not look bad but that would still be cumbersome and bulky for anyone with lots of products.

    I would just like to have a way to load lesser amount of products. Such as by brand, or by starting letter or even 25 per page with simple ways to navigate it.

    Guess I need to keep looking for my answers

    Quote Originally Posted by rhuseby View Post
    I have modified the admin to include buttons at the top to take you straight to the product you want to work with. This won't help the load time but it makes it much easier to work with...

  9. #1409
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

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

    Does anyone know if it is possible to assign a quantity to ALL products that have attributes set in one go?

    The reason for this is that I upload hundreds of products at a time and having to individually go in a add a quantity for each attribute for each product is painful!

    So essentially once I have a category's full of say 100 products, all with say small medium and large set to them, I would really like a script I could run that could set every option to say qty 10 in one go?

    If anyone can give me some direction on this I'd be very grateful.

    Thanks.
    Phil Rogers
    A problem shared is a problem solved.

  10. #1410
    Join Date
    Sep 2006
    Posts
    154
    Plugin Contributions
    0

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

    Using :
    Zen Cart 1.3.9h

    Database Patch Level: 1.3.9h

    v1.3.9h [2011-11-20 22:01:01] (Version Update 1.3.8->1.3.9h)
    v1.3.8 [2008-08-16 10:59:26] (Fresh Installation)


    PHP Version 5.2.11


    And getting this error when trying to go to the Catalog>products with attributes stock.


    1054 Unknown column 'sort' in 'order clause'
    in:
    [select * from zen_products_with_attributes_stock where products_id="107" order by sort ASC;]
    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.



    Any help is greatly appreciated, we need to update our inventory.

 

 

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