Page 4 of 113 FirstFirst ... 234561454104 ... LastLast
Results 31 to 40 of 1125
  1. #31
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Stocks by attributes

    ehm, do I need to copy over the fix_cache_key.php file to my live server?!
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  2. #32
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Stocks by attributes

    i just installed this mod and i notice that when adding no-attributes-product to my cart, the system wont validate the no-attributes-product for having enough stock to fill the order and this happened after changing the quantity in my shopping cart and refresh it! someone plz help me because i already uploaded it to my live server...ahh,why i didn't check it carefully!
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

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

    Default Re: Stocks by attributes

    Quote Originally Posted by tajul_ashyqin
    ehm, do I need to copy over the fix_cache_key.php file to my live server?!
    Yes, you need to add it to your live server.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  4. #34
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by tajul_ashyqin
    i just installed this mod and i notice that when adding no-attributes-product to my cart, the system wont validate the no-attributes-product for having enough stock to fill the order and this happened after changing the quantity in my shopping cart and refresh it! someone plz help me because i already uploaded it to my live server...ahh,why i didn't check it carefully!
    oh dear. I noticed this too. Unfortunately I don't know what the fix might be.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  5. #35
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Additional "bug"
    While this mod does support multiple product attributes for stocking, it seems the attributes can't be dependant on another...
    Or I can't figure out how to make it work.

    For example, if you look at this gift certificate:
    http://spritelygoods.com/zencart1301...products_id=40
    the Processing Fee was *supposed* to be a radio button - but it does not appear as such.

    I am in the midst of trying to stock another Gift Certificate (Printable) - I would like for the customers to be able to select what file type their printable certificate is available in, however it seems this mod will not allow me to do so. (neither radio button nor dropdown will appear properly)
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  6. #36
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by tajul_ashyqin
    hi woodlandsprite,

    can you point to us which fix, probably with the thread number from the 1.2.7 thread, if you don't mind?!
    if you read up in the thread where I ask if anyone knows how to do the fix, I list the thread and the approximate page.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  7. #37
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by woodlandsprite
    Additional "bug"
    While this mod does support multiple product attributes for stocking, it seems the attributes can't be dependant on another...
    Or I can't figure out how to make it work.
    nevermind - this appears to be a result of the quantity display module I installed.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  8. #38
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    Quote Originally Posted by woodlandsprite
    oh dear. I noticed this too. Unfortunately I don't know what the fix might be.
    This is due to the fact that the original code for checking the stock is disabled in the cart.
    You can either do a workaround by adding an attribute to all items in your store - or you can put some comments on top of your shopping cart that indicate if there is difficulty checking out it is due to items possibly being out of stock.

    I do not know what would happen if you simply reinstate the commented out code.
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  9. #39
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Idea or Suggestion Stocks by attributes

    Quote Originally Posted by woodlandsprite
    This is due to the fact that the original code for checking the stock is disabled in the cart.
    You can either do a workaround by adding an attribute to all items in your store - or you can put some comments on top of your shopping cart that indicate if there is difficulty checking out it is due to items possibly being out of stock.

    I do not know what would happen if you simply reinstate the commented out code.
    hi woodland,

    i just found the fix yesterday (our local time!), you need to alter this file header.php in includes\modules\pages\shopping_cart! find these code $attributeHiddenField = ""; (around line 73) and put back (just beneath it) the following code;

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

    that should do it! mine works nicely...
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  10. #40
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Stocks by attributes

    thanks for posting that :)
    I have actually done the work around (by adding a single attribute to the products that originally didnt have any)
    Will keep this in mind for the future, though I think I might be upgrading the shop when the Zen Team puts out the next release with their stock by attribute! Though that task is much too large for me to contemplate just yet.

    Where in M'sia are you? I have family in JB, KL & Melaka!
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

 

 
Page 4 of 113 FirstFirst ... 234561454104 ... 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