Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 85
  1. #61
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    311
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by rhuseby View Post
    Looks like the problem is in /includes/classes/order.php, the file is used in both MODs. Did you merge it, or maybe overwrite one of them?

    I haven't used FEC before...
    I merged them, but maybe I missed something. Let me check that file.
    I'll finish that project tomorrow, I've made enough mistakes today!

  2. #62
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    311
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by Boggled View Post
    I merged them, but maybe I missed something. Let me check that file.
    Quote Originally Posted by rhuseby View Post
    Looks like the problem is in /includes/classes/order.php, the file is used in both MODs. Did you merge it, or maybe overwrite one of them?

    I haven't used FEC before...
    THANK YOU!!
    I re-merged this file and now it's working just like it should (so far ). I must have missed something the first time I did it.

    I'd looked at every one of the attribute specific files, but hadn't even thought to look at the orders.php file.

    Hopefully, I finally have it fixed and working. :)
    I'll finish that project tomorrow, I've made enough mistakes today!

  3. #63
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Hello rhuseby,

    I'm new to this so bare with me my friend.


    I am quite lost and excited about this mod but I don't get how it works. I have been looking for this addon/mod for a while now and I am hear to talk to you about your mod because I am simply lost. When I go to zencart and go to products attributes page, I see nothing new at all. Should there be something I am looking for such as a box that allows be to type in the certain amount of stock for each attribute? Say I had an item such as a necklace but I have 3 red, 4 yellow and 2 black, I should be able to type in that I have 3 red and so on right? Or am I wrong?


    Let me know as soon as you get this and I am subscribing to this post as well, Bless you and thank you for your time!!!

  4. #64
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    43
    Plugin Contributions
    1

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by lorddracoverash View Post
    Hello rhuseby,

    I'm new to this so bare with me my friend.


    I am quite lost and excited about this mod but I don't get how it works. I have been looking for this addon/mod for a while now and I am hear to talk to you about your mod because I am simply lost. When I go to zencart and go to products attributes page, I see nothing new at all. Should there be something I am looking for such as a box that allows be to type in the certain amount of stock for each attribute? Say I had an item such as a necklace but I have 3 red, 4 yellow and 2 black, I should be able to type in that I have 3 red and so on right? Or am I wrong?


    Let me know as soon as you get this and I am subscribing to this post as well, Bless you and thank you for your time!!!
    The core products attributes setup doesn't change. You still assign attributes to products the same way. Once you have the attributes defined, use the menu "catalog/products with attributes stock" to assign qty. and part number to each variant of an item.
    Ron Huseby
    ron@huseby.us

  5. #65
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    red flag Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by rhuseby View Post
    The core products attributes setup doesn't change. You still assign attributes to products the same way. Once you have the attributes defined, use the menu "catalog/products with attributes stock" to assign qty. and part number to each variant of an item.
    I'm not seeing the products with attributes stock page, could it be that I didn't install it correctly? Cause I dont have that option.

    Edit:

    This is where I am confused and may be having problems:

    Create a new database table and a new configuration switch by running the 'stock_attribute.sql' via Admin->Tools->Install SQL Patches. If you prefer to use another method to create this table, you will need to edit the file if you use a prefix such as "zen_" for your tables.


    I know this may be easy to do but I have no clue where to begin with this. It's been a while since I've worked with sql, any tips?
    Last edited by lorddracoverash; 20 Feb 2012 at 10:14 PM.

  6. #66
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    43
    Plugin Contributions
    1

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by lorddracoverash View Post
    I'm not seeing the products with attributes stock page, could it be that I didn't install it correctly? Cause I dont have that option.

    Edit:

    This is where I am confused and may be having problems:

    Create a new database table and a new configuration switch by running the 'stock_attribute.sql' via Admin->Tools->Install SQL Patches. If you prefer to use another method to create this table, you will need to edit the file if you use a prefix such as "zen_" for your tables.


    I know this may be easy to do but I have no clue where to begin with this. It's been a while since I've worked with sql, any tips?
    Admin menu, tools/install sql patches. Copy the SQL script and paste in here...
    Ron Huseby
    ron@huseby.us

  7. #67
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    I did that my good sir now what should I do?

  8. #68
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    I guess I am just not doing something right because I had the 4 queries go through but I see nothing new and especially don't see the catalog/products with attributes stock button. Was I supposed to query the server first then apply the mod? Or could I have installed StockByAttributes wrong?

  9. #69
    Join Date
    Nov 2011
    Location
    Atlanta, GA
    Posts
    43
    Plugin Contributions
    1

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by lorddracoverash View Post
    I guess I am just not doing something right because I had the 4 queries go through but I see nothing new and especially don't see the catalog/products with attributes stock button. Was I supposed to query the server first then apply the mod? Or could I have installed StockByAttributes wrong?
    Are you running v1.5.0? This mod doesn't work with 1.5.0 yet. It was written for 1.3.9. Otherwise yes, you must have missed something. Backup files, copy all the new files to the appropriate locations and run the sql script... All there is to it.
    Ron Huseby
    ron@huseby.us

  10. #70
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: StockByAttributes with my stock id MOD 1.0.0

    Quote Originally Posted by rhuseby View Post
    Are you running v1.5.0? This mod doesn't work with 1.5.0 yet. It was written for 1.3.9. Otherwise yes, you must have missed something. Backup files, copy all the new files to the appropriate locations and run the sql script... All there is to it.
    I am running 1.5.0 so that clears this up. Thank you for your help and take care!

 

 
Page 7 of 9 FirstFirst ... 56789 LastLast

Similar Threads

  1. problem with Stock By Attribute -- Manage Attributes Stock tool
    By abran1984 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 10 Nov 2011, 06:23 AM
  2. Replies: 5
    Last Post: 3 Aug 2011, 08:15 AM
  3. Stock by Attribute setup and product has stock when added to card says out of stock
    By kwrosenzweig in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jun 2011, 06:18 PM
  4. Stock by Attributes v1_4_10 Zen 138a stock not subtracing
    By Derek Bryant in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 8 Apr 2011, 02:14 PM
  5. Stock by attributes show stock levels placement error
    By fradesigns in forum General Questions
    Replies: 0
    Last Post: 17 Oct 2007, 01:14 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
  •