Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: One attribute enables other attributes?

    You can add 2 attributes but Each going to their own separate page is something that would require custom coding and a good bit if it is to be dynamic

    There are a couple of 3rd party modules that might be a starting point to custom code this
    You can search them and one might be
    http://www.zen-cart.com/index.php?ma...oducts_id=1844
    Last edited by kobra; 14 Jun 2011 at 08:24 PM.
    Zen-Venom Get Bitten
    Get Your Business Found

  2. #32

    Default Clicking one option to create others

    Hi,
    If you look at my site www.curvesandcorsets.com/catalog (work in progress) I sell corsets that can be a standard size or made to measure. Is there a way of having an option of "made to measure" with a yes or no answer than when you click yes produces more options such as measurements? At the moment I am having to create a standard sizes corset catgory and a made to measure category which is fine but dosen't look as professional.
    Cheers,

    John

  3. #33
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Clicking one option to create others

    Is there a way of having an option of "made to measure" with a yes or no answer than when you click yes produces more options such as measurements?
    What that is is "dependent attributes"
    Selection of one determines others

    That is not a feature that ZenCart has
    Zen-Venom Get Bitten
    Get Your Business Found

  4. #34

    Default Re: Clicking one option to create others

    Ok, are there any future plans to have it incorprated or an addon made?

  5. #35
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Clicking one option to create others

    are there any future plans to have it incorprated or an addon made?
    Probably not--- as No matter what matrix coded there will be specific conditions where something more is needed making this a situation specific item

    Just do the math as it grows expotentially
    2 exclusive options with 2 dependents each = 3X2 - 6
    2 selectable options each with 2 dependents each = 3X2X3X2 - 36
    Zen-Venom Get Bitten
    Get Your Business Found

  6. #36
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Recurring Billing & Nested Attributes

    Hi guys,

    1.) We sell a subscription based product via Zen Cart. Once the customer checks out...

    We need recurring billing option/capability so that we can automatically re-charge a customer on a monthly basis (if they opt to have recurring billing)

    2.) Does ZenCart Support Nested Attributes yet?

    Example: We have a product X. Product X has 5 different packages. Within those packages are discounts based on the term commitment (like a 1 month package, a 3 month, 6 month etc.) Hope IM asking this right :)

  7. #37
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Recurring Billing & Nested Attributes

    We need recurring billing option/capability so that we can automatically re-charge a customer on a monthly basis (if they opt to have recurring billing)
    3rd party module
    http://www.zen-cart.com/index.php?ma...roducts_id=612

    2.) Does ZenCart Support Nested Attributes yet?
    Dependent attributes support is not available
    Zen-Venom Get Bitten
    Get Your Business Found

  8. #38
    Join Date
    Sep 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Recurring Billing & Nested Attributes

    Quote Originally Posted by kobra View Post
    3rd party module
    http://www.zen-cart.com/index.php?ma...roducts_id=612


    Dependent attributes support is not available

    Awesome! Thank you! Do you know if it has capabilities to send an email to the customer (like in a newsletter format) to let them know that they have been automatically re-billed?

  9. #39
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Recurring Billing & Nested Attributes

    Do you know if it has capabilities to send an email to the customer (like in a newsletter format) to let them know that they have been automatically re-billed?
    I have not used it so no experience with it

    It does state
    You can administer length of subscription and everything from the admin panel.
    No idea what "everything" encompasses??
    Zen-Venom Get Bitten
    Get Your Business Found

  10. #40
    Join Date
    Dec 2010
    Posts
    63
    Plugin Contributions
    1

    Default Re: dependent attributes

    <script type="text/javascript">
    function setOptions(chosen) {
    if (chosen == "attrib-1") {
    var index = document.getElementById("attrib-1").selectedIndex;
    if (document.getElementById("attrib-1").options[index].text == 'Red') {
    document.getElementById('div-9-59').style.display = "none";
    document.getElementById('div-9-60').style.display = "none";
    document.getElementById('div-9-61').style.display = "none";
    document.getElementById('div-9-62').style.display = "none";
    document.getElementById('div-9-55').style.display = "block";
    document.getElementById('div-9-56').style.display = "block";
    document.getElementById('div-9-57').style.display = "block";
    document.getElementById('div-9-58').style.display = "block";
    }
    else {
    document.getElementById('div-9-55').style.display = "none";
    document.getElementById('div-9-56').style.display = "none";
    document.getElementById('div-9-57').style.display = "none";
    document.getElementById('div-9-58').style.display = "none";
    document.getElementById('div-9-59').style.display = "block";
    document.getElementById('div-9-60').style.display = "block";
    document.getElementById('div-9-61').style.display = "block";
    document.getElementById('div-9-62').style.display = "block";
    }
    }

    }
    </script>
    started.. Let me know if you need any help![/QUOTE]


    Hi,

    I am trying to revise this code to do the following:
    If attrib-1 value = "something-one" and attrib-2 value = "something-two", popup message "these options cannot be combined, please select different options"

    I am new to JavaScript...

    Can you please assist?

    Thanks in advance,

    Eran

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Dependent Attributes
    By JeffAllen100 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 25 Sep 2008, 08:10 PM
  2. Attributes Dependent
    By Atma Ram in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 29 Aug 2008, 01:16 PM
  3. Dependent Attributes
    By draude in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 May 2008, 01:03 PM
  4. Dependent and user-entered attributes, yay or nay?
    By paulgami in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 31 Jul 2006, 09:00 PM
  5. attributes..second dropdown dependent on first?
    By xquisite in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 25 Jul 2006, 04:34 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
  •