Page 218 of 359 FirstFirst ... 118168208216217218219220228268318 ... LastLast
Results 2,171 to 2,180 of 3589
  1. #2171
    Join Date
    May 2013
    Posts
    8
    Plugin Contributions
    0

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

    ok, I just figured that one needs to initialize the attributes with non zero values, and then change them to 0.

  2. #2172
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by Olga View Post
    Hello,
    I am using zencart 1.5.1, and have encountered several issues and would really appreciate any help.
    My clothes store has Tshirts with S,M,L sizes. If all sizes are in stock everything works fine.
    However, if only 1 size is available, and I hit "Sync Quantities", all sizes show up with the same number. Here 1 only have small size:
    https://www.clothes4mom.ca/index.php...&products_id=4

    For another one there are 2 sizes (S,M) with L=0; however it shows as a sum on the page: (L should be zero, but instead it is S+M)
    https://www.clothes4mom.ca/index.php...&products_id=5
    Is the value also entered for the large as zero, or has large been removed from the table?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #2173
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by Olga View Post
    ok, I just figured that one needs to initialize the attributes with non zero values, and then change them to 0.
    True still for ZC 1.5.1, but it has been repaired when using ZC1.5.3 and above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #2174
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

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

    Quote Originally Posted by mc12345678 View Post
    Generally, the best way to confirm "compatibility" is to compare the code changes as well as to test. I haven't tested against ZC 1.5.0 and I do not know if potteryhouse, jeking or others have so at this point I can only speak from having done upgrades and worked with both versions of ZC. It seems to me that it should work as well on 1.5.0 as it does on 1.5.1.
    I set up a test 1.5.0 cart and merged the SBA v1.5.3 code into the stock 1.5.0 files. I set up a couple of products using the picture frame product example in the SBA instructions. The product displayed the individual attribute quantities on the store front product page as expected. With the testing I've done so far the module seems to be working fine except for this next thing I want to ask about. I thought I had come across someone asking about the quantity not displaying correctly. I searched around and can't find the post.

    On the module download page it says

    " For example, if you offered cotton or polyester shirts in green, red or blue and small medium or large sizes, this add-on would allow you to enter and maintain a separate stock level for each of the 18 possible combinations"

    I set up a product using this scenario

    material
    cotton
    polyester

    color
    green
    blue
    red

    size
    small
    medium
    large

    In catalog > products with attributes stock, I set up the Quantity For Product Variant using 'all - attributes - combo' for the size, color and material and added a quantity. Then I adjusted the quantities for each variant and clicked the save button. Next I clicked the sync link. The total in stock synced to 119.

    In the storefront on the product page each variant shows a quantity of 119 instead of the quantity showing in admin for each variant.

    Is there a way to make it show the correct quantity for each variant or is that not going to happen because there are more options making it more complex?

  5. #2175
    Join Date
    Jun 2012
    Posts
    57
    Plugin Contributions
    2

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

    Quote Originally Posted by buildingblocks View Post
    I set up a test 1.5.0 cart and merged the SBA v1.5.3 code into the stock 1.5.0 files. I set up a couple of products using the picture frame product example in the SBA instructions. The product displayed the individual attribute quantities on the store front product page as expected. With the testing I've done so far the module seems to be working fine except for this next thing I want to ask about. I thought I had come across someone asking about the quantity not displaying correctly. I searched around and can't find the post.

    On the module download page it says

    " For example, if you offered cotton or polyester shirts in green, red or blue and small medium or large sizes, this add-on would allow you to enter and maintain a separate stock level for each of the 18 possible combinations"

    I set up a product using this scenario

    material
    cotton
    polyester

    color
    green
    blue
    red

    size
    small
    medium
    large

    In catalog > products with attributes stock, I set up the Quantity For Product Variant using 'all - attributes - combo' for the size, color and material and added a quantity. Then I adjusted the quantities for each variant and clicked the save button. Next I clicked the sync link. The total in stock synced to 119.

    In the storefront on the product page each variant shows a quantity of 119 instead of the quantity showing in admin for each variant.

    Is there a way to make it show the correct quantity for each variant or is that not going to happen because there are more options making it more complex?
    When you sync the variants quantities to the product quantity, what shows is the sum of all variants as the quantity available at the product level. Since all variants are part of the same product, there is really no way to show a specific variant quantity in the storefront without doing some recoding is my understanding. However, when placing a variant into the cart (and if you have check stock turned on), the quantity of the variant is used to determine the stock available. So you will not over sell what you don't have.

    Hope that helps.

  6. #2176
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

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

    thanks batracy

  7. #2177
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by buildingblocks View Post
    I set up a test 1.5.0 cart and merged the SBA v1.5.3 code into the stock 1.5.0 files. I set up a couple of products using the picture frame product example in the SBA instructions. The product displayed the individual attribute quantities on the store front product page as expected. With the testing I've done so far the module seems to be working fine except for this next thing I want to ask about. I thought I had come across someone asking about the quantity not displaying correctly. I searched around and can't find the post.

    On the module download page it says

    " For example, if you offered cotton or polyester shirts in green, red or blue and small medium or large sizes, this add-on would allow you to enter and maintain a separate stock level for each of the 18 possible combinations"

    I set up a product using this scenario

    material
    cotton
    polyester

    color
    green
    blue
    red

    size
    small
    medium
    large

    In catalog > products with attributes stock, I set up the Quantity For Product Variant using 'all - attributes - combo' for the size, color and material and added a quantity. Then I adjusted the quantities for each variant and clicked the save button. Next I clicked the sync link. The total in stock synced to 119.

    In the storefront on the product page each variant shows a quantity of 119 instead of the quantity showing in admin for each variant.

    Is there a way to make it show the correct quantity for each variant or is that not going to happen because there are more options making it more complex?
    Boy, do I feel dense. It took a long time to realize/understand the scenario described.

    The deeper reason for the quantity remaining display issue here using: SBA 1.5.3 which is designed for ZC 1.5.1 and appears to work with ZC 1.5.0, is that once 2 or more attributes are presented, determining what constitutes a combination at which to display the available quantity? This eventually is addressed in one option of Dynamic Dropdowns which apparently was developed several years ago specifically for SBA.

    The solution that has become accepted by most is a next option sequenced by previous option dropdown style. First selection is made, then the available second selection is presented. Second to third, etc... That plugin is incorporated into SBA 1.5.4 and is expected to be. incorporated into SBA 1.5.3 soon.

    At any rate, the functionality of the modifications made to Dynmic Dropdowns in support of this version of SBA includes identifying possible variants that are out-of-stock, quantity remaining of variants identified at the last option in the list or the first option that has a child with no available quantity, whichever comes first.

    There are a few other benefits incorporated, one of which is that in times past when using DD, without recoding, the entire store had to have SBA tracked quantities if anything had an attribute. While possibly convenient and necessary for some stores, not every store needs to track the amount of product that has say an option to download or email an attachment.

    There are additional improvements in store as well including image changes based on selection of sub-attributes leading to full product selection.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #2178
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

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

    hi guys

    I downloaded the versionf rom github for zc1.5.4 but and I am ftping files slowly, but once i transfer the two files in admin/auto loaders, the admin site crashes any ideas?

    thanks

  9. #2179
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

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

    Quote Originally Posted by jagall View Post
    hi guys

    I downloaded the versionf rom github for zc1.5.4 but and I am ftping files slowly, but once i transfer the two files in admin/auto loaders, the admin site crashes any ideas?

    thanks
    Would have better ideas if the generated error messages were provided. (Sorry, forgot to include the where: check the logs folder of your site.). Also if it were explained at what point of transferring files to the site were those files transferred. Are those the only two files transferred, or for some reson the last two files?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #2180
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

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

    not sure if this the same/similar issue to jagall's, but i have merged/uploaded files for stock_by_attribute_1.5.4-mc12345678_ZC154, using zen cart 1.5.3, and i cant access admin, i am getting below error:

    [20-May-2015 10:14:30 UTC] PHP Fatal error: Class 'products_with_attributes_stock_admin' not found in /var/www/vhosts/jarbon.com/httpdocs/dev/includes/autoload_func.php on line 79

 

 

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