Page 1 of 2 12 LastLast
Results 1 to 10 of 52

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Hoboken, NJ
    Posts
    96
    Plugin Contributions
    1

    Default Sequenced attributes based on stock addon...

    I have been able to build a mod re-using code from other projects that will give sequenced drop downs for attributes based on stock. If anyone is interested in testing please PM me. I would like to contribute my work to the Zen Cart project even if it is only a temp fix until 1.4 comes out. This requires the Stock by Attributes mod installed and working.


    Single drop down based on stock... (can be setup in multiple ways but currently setup to prevent adding items to cart and still show all attributes. Medium is out of stock if you want to test)

    http://www.modernmunchkin.com/boys-1...-plaid-27.html


    Sequenced drop downs based on stock...

    http://www.modernmunchkin.com/gift-c...oduct-193.html



    Cal
    Last edited by modernm; 11 Mar 2008 at 04:28 PM.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Sequenced attributes based on stock contrib...

    Please package your code and add it to the downloads section.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2007
    Location
    Hoboken, NJ
    Posts
    96
    Plugin Contributions
    1

    Default Re: Sequenced attributes based on stock contrib...

    I attempted to upload but got a warning saying no file uploaded. Tried twice with no luck.


    Cal

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

    Default Re: Sequenced attributes based on stock contrib...

    It's certainly there now and is a useful extension of Stock by Attributes. The current version (1.3) seems to have a bit of a bug however, as line 87 of the pad_sequenced_dropdowns.php class calls up data from a table that doesn't exist in Zen Cart or Stock by Attributes.
    Kuroi Web Design and Development | Twitter

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

  5. #5
    Join Date
    Dec 2007
    Location
    Hoboken, NJ
    Posts
    96
    Plugin Contributions
    1

    Default Re: Sequenced attributes based on stock contrib...

    Quote Originally Posted by kuroi View Post
    It's certainly there now and is a useful extension of Stock by Attributes. The current version (1.3) seems to have a bit of a bug however, as line 87 of the pad_sequenced_dropdowns.php class calls up data from a table that doesn't exist in Zen Cart or Stock by Attributes.


    Thanks, I will try and update the contrib tonight.

    Modify includes/database_tables.php

    Code:
    define('TABLE_PRODUCTS_STOCK', 'products_with_attributes_stock');

  6. #6
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Sequenced attributes based on stock contrib...

    Hello there,

    This is a fine extension. Just wondered, am I to define this message in the enlgish.php file:-

    TEXT_OUT_OF_STOCK_MESSAGE

    also, if an item is out of stock, it shows TEXT_OUT_OF_STOCK next to it.

    Regards,

    Heathenmagic

  7. #7
    Join Date
    Sep 2008
    Posts
    80
    Plugin Contributions
    0

    Default Re: Sequenced attributes based on stock addon...

    I'm soooooooo gonna be persistent..... HELP!

  8. #8
    Join Date
    Sep 2008
    Posts
    80
    Plugin Contributions
    0

    Default Re: Sequenced attributes based on stock addon...

    anyone?

  9. #9
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    bug Re: Sequenced attributes based on stock addon...

    Hi all,

    Please can someone help me? I have just installed:

    products_with_attributes_stock_4.7.ajax & Dynamic_DropDowns_for_SBA

    on the face of it, it seems to do EXACTLY what i need, however I have a few problems.

    When I simply add to cart when no options have been selected, i.e the drop down is displaying "Select Available Options" It adds the product to cart. this is not good as no attributes are selected: I need it to force a message saying "please make a selection"

    Second similar to the first:
    When I select a drop down option that is showing out of stock, its allows me toadd it to the cart!?? I thought that the add to cart button would dissappear or at the very least a message would say this product is out of stock in the selcted option..

    Can anyone help me?

    My dynamic Drop down is set to:
    Title Value
    Product Info Single Attribute Display Plugin multiple_dropdowns
    Product Info Multiple Attribute Display Plugin sequenced_dropdowns
    Show Out of Stock Attributes True
    Mark Out of Stock Attributes Right
    Display Out of Stock Message Line True
    Prevent Adding Out of Stock to Cart True

    ive searched around on this subject but cant seem to find any similar issues. Maybe im doing something wrong???

    Cheers

    Phil

  10. #10
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Sequenced attributes based on stock addon...

    Quote Originally Posted by philip937 View Post
    Hi all,

    Please can someone help me? I have just installed:

    products_with_attributes_stock_4.7.ajax & Dynamic_DropDowns_for_SBA

    on the face of it, it seems to do EXACTLY what i need, however I have a few problems.

    When I simply add to cart when no options have been selected, i.e the drop down is displaying "Select Available Options" It adds the product to cart. this is not good as no attributes are selected: I need it to force a message saying "please make a selection"
    This is not related to this mod.. But the answer can be found in the Zen Cart tutorials. Click link below.

    "Ok when i set a attribute to an item like a color that must be specified and I enable the Required button on the attribute it is letting customers add items to the cart without giving a required attribute. What could be causing this??"


    Quote Originally Posted by philip937 View Post

    Second similar to the first:
    When I select a drop down option that is showing out of stock, its allows me toadd it to the cart!?? I thought that the add to cart button would dissappear or at the very least a message would say this product is out of stock in the selcted option..

    Can anyone help me?

    My dynamic Drop down is set to:
    Title Value
    Product Info Single Attribute Display Plugin multiple_dropdowns
    Product Info Multiple Attribute Display Plugin sequenced_dropdowns
    Show Out of Stock Attributes True
    Mark Out of Stock Attributes Right
    Display Out of Stock Message Line True
    Prevent Adding Out of Stock to Cart True

    ive searched around on this subject but cant seem to find any similar issues. Maybe im doing something wrong???

    Cheers

    Phil
    Let this add-on go.. It's a wrap my friend.. It REALLY doesn't work.. The developer has not posted here in MONTHS and he does not respond to e-mails or PMs either.. IMO this is an ALMOST finished add-on.. This is yet another mod that I am considering paying someone to finish it for me..

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Attributes Separate Stock Addon
    By Destroyer in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 9 Nov 2010, 09:30 PM
  2. Stock Levels based on attributes
    By jamesmunson in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 14 Oct 2010, 02:55 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: 23 Dec 2008, 08:01 PM
  5. Stock Control Based on Attributes???
    By abhishek77 in forum General Questions
    Replies: 3
    Last Post: 2 Apr 2008, 09:52 PM

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