Page 32 of 113 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 1125
  1. #311
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes

    Quote Originally Posted by shannda View Post
    I have recently upgraded my clients site to 1.3.7.1 and the Stock by Attributes module is no longer working correctly. Customers are placing orders for items where the stock is zero. I've installed the most current version of the module 4.5. The host is running PHP5. Does anyone know if the module is compatible with PHP5?

    The store is obviously live and my client is very understandable but its something I would love to get resolved for her.

    Thanks in advance for any info or suggestions you can offer.
    I no longer have the wherewithall to test it and run it with anything else.

    Can you tell us more about how you performed the upgrade? And what version you upgraded from?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #312
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thanks for you reply. I was running Stock Attribute v3.01 under zencart 1.3.0.2. I followed the instructions step by step and since having the problem I've gone over several times. Basically at a loss, normally I can figure this stuff out but with this one I'm stumped.

  3. #313
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes

    Quote Originally Posted by shannda View Post
    I was running Stock Attribute v3.01 under zencart 1.3.0.2. I followed the instructions step by step
    The version 4.5 package doesn't include any instructions for upgrading from version 3. Which instructions did you follow? In particular, did you run any SQL?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #314
    Join Date
    Aug 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I have the same issue problem as shannda and am interested in the solution.

    In my case, the shopping cart recognizes when the order will exceed the OVERALL available inventory level for a particular product and it properly displays the "mark product out of stock" message in the cart. However, when there is insufficient inventory for an INDIVIDUAL attribute (i.e. Small size), the cart does not display "mark product out of stock" (re: Admin>Config>Stock). What happens is the order becomes a purchase without sufficient inventory and the customer is not alerted that they are purchasing a "back order."

    Suggestions greatly appreciated!

    I am running a fresh install of v1.3.7.1 with a fresh install of the mod v4.5.

    websitebob

    p.s. great work on the mod!

  5. #315
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes

    Quote Originally Posted by websitebob View Post
    I have the same issue problem as shannda and am interested in the solution.

    In my case, the shopping cart recognizes when the order will exceed the OVERALL available inventory level for a particular product and it properly displays the "mark product out of stock" message in the cart. However, when there is insufficient inventory for an INDIVIDUAL attribute (i.e. Small size), the cart does not display "mark product out of stock" (re: Admin>Config>Stock). What happens is the order becomes a purchase without sufficient inventory and the customer is not alerted that they are purchasing a "back order."

    Suggestions greatly appreciated!

    I am running a fresh install of v1.3.7.1 with a fresh install of the mod v4.5.
    I have heaps of test environments with the mod installed and have never been able to replicate this problem. If somebody has a non-live but publicly accessible Zen Cart with this problem and is prepared to let me poke about behind the scenes (i.e. give me FTP access) I'm rather curious to understand what is going on here too.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #316
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I installed this mod and did not realize that every product with attributes would suddenly be set to zero. We have shirts that are produced when ordered so the mod will not work for me as you have mentioned before in this thread in term of infinite stock items. How does one go about safely removing this mod?

  7. #317
    Join Date
    Aug 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thanks Kuroi

    I'd give you FTP access, except I'm working on a standalone (MAMP). I can email you a zip of the site (about 4MB) with a SQL dump if you'd like to test that. Just PM your preferred email.

    Thanks and regards

    websitebob

  8. #318
    Join Date
    May 2007
    Posts
    30
    Plugin Contributions
    0

    Default Stocks by attributes SQL table error message when defining variant

    Hi.

    I have installed danielcor's Stock Attribute 3.01.1 module and am getting the following error when i click DEFINE VARIANT in the Admin under Catalog > Products by Attributes Stock:

    1146 Table 'realdnahair_co_uk_-_001.products_attributes' doesn't exist
    in:
    [SELECT pot.products_options_types_name AS name FROM products_attributes pa INNER JOIN (products_options po INNER JOIN products_options_types pot ON po.products_options_type = pot.products_options_types_id) ON pa.options_id = po.products_options_id WHERE pa.products_attributes_id = 553]

    Any idea what this means or what could be done?

    Thanks, Kyle Duncan

  9. #319
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Stocks by attributes SQL table error message when defining variant

    Quote Originally Posted by kylelondonuk View Post
    I have installed danielcor's Stock Attribute 3.01.1 module and am getting the following error when i click DEFINE VARIANT in the Admin under Catalog > Products by Attributes Stock:

    1146 Table 'realdnahair_co_uk_-_001.products_attributes' doesn't exist
    in:
    [SELECT pot.products_options_types_name AS name FROM products_attributes pa INNER JOIN (products_options po INNER JOIN products_options_types pot ON po.products_options_type = pot.products_options_types_id) ON pa.options_id = po.products_options_id WHERE pa.products_attributes_id = 553]

    Any idea what this means or what could be done?
    It means that the table "product_attributes" doesn't exist in your database.

    How did you install the database patch?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #320
    Join Date
    May 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    I uploaded the SQL file from the download via zen admin install sql patches. it successfully created the zen_products_with_attributes_stock module.

    but the table zen_products_attributes does exist... i've been using products that have attributes for a while now without problems.

    is one of the php files with this module just missing the code that adds the zen_ prefix or something?

    just a thought, i have super orders 2.0 installed, could this cause a problem since i know it also updated order php files?

    Thanks, Kyle

 

 
Page 32 of 113 FirstFirst ... 2230313233344282 ... LastLast

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

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