Page 10 of 113 FirstFirst ... 891011122060110 ... LastLast
Results 91 to 100 of 1125
  1. #91
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by papacek
    I have same problem, when I install virgin Zen 1.3.0.2 in English it function well, when I add this contrib to real shop only in czech version show only this
    Product ID Product Name Quantity of all variants Add Quantity For Product Variant Sync Quantities
    i cant add attributess, can you help me, how I change the contrib? Thanks.
    The only think I can think is if there were language files in the package, these would also have to be applied to your other languages. Unfortuantely I don't code myself (and my shop is only in English), but that is the only explaination that I can think of.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  2. #92
    Join Date
    Jan 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by woodlandsprite
    The only think I can think is if there were language files in the package, these would also have to be applied to your other languages. Unfortuantely I don't code myself (and my shop is only in English), but that is the only explaination that I can think of.

    I have it!!! :-)
    Change everything where is languageid=1 to your languageid
    I change everything to languageid=2 now it function... :-)

  3. #93
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by papacek
    I have it!!! :-)
    Change everything where is languageid=1 to your languageid
    I change everything to languageid=2 now it function... :-)
    Well done :)
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  4. #94
    Join Date
    Aug 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by papacek
    I have it!!! :-)
    Change everything where is languageid=1 to your languageid
    I change everything to languageid=2 now it function... :-)
    Can you tell me where I must do this changes? In the DB with phpmyadmin?
    Do you have previously deleted the english lang then reinstalled? Or you site have only czech lang?

    Thanks.

  5. #95
    Join Date
    Jan 2006
    Posts
    15
    Plugin Contributions
    0

    Idea or Suggestion Re: Stocks by attributes

    Quote Originally Posted by beatdis
    Can you tell me where I must do this changes? In the DB with phpmyadmin?
    Do you have previously deleted the english lang then reinstalled? Or you site have only czech lang?

    Thanks.
    You may change in phpmyadmin your language to ID=1

    or

    change to your laguage id in this php files

    It is in:
    admin/products_with_attributes_stock.php
    39: if(isset($_SESSION['language_id'])){ $language_id = $_SESSION['language_id'];} else { $language_id=2;}


    admin/includes/clasess/products_with_attributes_stock.php
    4: function get_products_attributes($products_id, $languageId=2)
    50: function get_attributes_name($attribute_id, $languageId=2)
    Last edited by papacek; 24 Aug 2006 at 05:47 PM.

  6. #96
    Join Date
    Aug 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Thank you! It works perfectly!

  7. #97
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Stocks by attributes

    Quote Originally Posted by switt
    Try this, i had the same prob;

    looks like the name of your db is "verynyc_zc3" ,right?
    and you've added that name to "stock_attribute.sql"
    re-edit the SQL patch and remove "zen_" leave the "." period

    save and re-apply patch-- when you've done this--
    go to admin | Catalog | Products with Attributes Stock

    no guarantees, just seems to be the same prob, i had
    with properly removing the default prefix in the "stock_attribute.sql" file
    and renaming with " your db name"

    "and in myphpadmin I can see the table there."
    yes, but probably named incorrectly, so can't be called

    sWitt--OUT!
    PS. still looking for solution to products with 2 attributes
    incorrectly showing "out of stock warning"

    see previous post #66

    Thanks very much, I had the same problem, but now it is fixed...:)

    Goshawk

  8. #98
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

    Re: Stocks by attributes

    I've searched for this, but haven't found anything, so thanks for being patient if this has already been answered... I *love* this contribution - it has been a huge help! But, it doesn't seem to like fractional quantites for the products. We sell quite a few items by the yard, with a 1/2 yard minimum order. It looks as if orders placed for a fractional quantity are not being subtracted from the products with attributes section, and it's wreaking some havoc on our remaining stock counts. It's working beautifully for whole number quantities, just not fractions. Is there a way to allow for an attribute quantity less than 1? I already have the fractional quantities working for my overall inventory count - just need to get it working by attribute.

    TIA!

    http://superbuzzy.com/

  9. #99
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by buzzville
    I've searched for this, but haven't found anything, so thanks for being patient if this has already been answered... I *love* this contribution - it has been a huge help! But, it doesn't seem to like fractional quantites for the products. We sell quite a few items by the yard, with a 1/2 yard minimum order. It looks as if orders placed for a fractional quantity are not being subtracted from the products with attributes section, and it's wreaking some havoc on our remaining stock counts. It's working beautifully for whole number quantities, just not fractions. Is there a way to allow for an attribute quantity less than 1? I already have the fractional quantities working for my overall inventory count - just need to get it working by attribute.

    TIA!

    http://superbuzzy.com/
    As far as I can tell attribute quantities are whole units. I'm guessing you might have to set your unit of measure to 1/4 or 1/2 yard increments in order for it to work
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  10. #100
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by woodlandsprite
    As far as I can tell attribute quantities are whole units. I'm guessing you might have to set your unit of measure to 1/4 or 1/2 yard increments in order for it to work
    Well, I've got the units set to .5 yards for all items sold that way, and it works fine for products without attributes. I've looked in the files for the stock by attributes mod for a decimal or unit designation, but I haven't found anything. But, I probably have no idea what I'm looking for! I'm sure there must be a way to adjust the unit for the attributes - I'm just not savvy enough to know where that is...

 

 
Page 10 of 113 FirstFirst ... 891011122060110 ... 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