Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 62
  1. #51
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    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

  2. #52
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Dependent Attributes Project

    I have a need to implement dependent attributes for my site and in looking through the Zen Cart forum, lots of others seem to have this same need. So, I am willing to find someone to develop this if others are willing to chip in to pay for the mod. In order to do this, we need to agree on specifications and how much we as a group are willing to pay for someone to develop it.

    If you are interested, please post to this thread.

  3. #53
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Dependent Attributes Project

    Quote Originally Posted by markgrigsby View Post
    In order to do this, we need to agree on specifications
    That'll be the sticking point, I think, and the need to allow for all possible configurations is the main reason such a mod hasn't been created before now.

  4. #54
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Dependent Attributes Project

    I think we're looking for a best fit solution - not one that will necessarily fit everyone's needs - just most people's. I don't want something overly complicated.

  5. #55
    Join Date
    Dec 2010
    Location
    NYC
    Posts
    101
    Plugin Contributions
    4

    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

  6. #56
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    672
    Plugin Contributions
    0

    Default Is there an existing add on for dependent attributes?

    I have been searching in the add ons area and I cannot find what I think I saw there recently.

    Is there an add on that tucks away attributes that are dependent upon other attributes?

    Works like this:
    1. Do you want to add a border? (Yes or No)
    If they select yes, the another attribute pops up: What border size? (Multiple options here), and last attribute: What border color? (multiple options).

    I though I saw an option for this in the add ons where as if you select yes, for the first then the other options dependent upon the first show to the user. I thought it might have said it used jQuerry or javascript. But for some reason I cannot find this?

  7. #57

    Default Re: Is there an existing add on for dependent attributes?

    I've found an addon that sort of does this.... Its in the addons section and its called "Attributes Cross-Validation" It doesn't pop up another dropdown though, it just stops the customer from adding the product to their cart if they don't select the dependant attributes and displays a warning. It could be a good starting point for changing the module to do what you want however? I would also be interested if anybody has the skills to modify it.

    At the moment, the module is for v1.38, however i have changed the shopping_cart.php file for v1.39 and it seems to be working. Also, the sql file is missing a ";" at the end.

  8. #58
    Join Date
    Apr 2013
    Location
    Boston, Massachusetts, United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Is there an existing add on for dependent attributes?

    Has anyone tried this addon with 1.5.1? It would solve an issue that I have.

    Thanks!

  9. #59
    Join Date
    Apr 2013
    Location
    United Kingdom
    Posts
    4
    Plugin Contributions
    1

    Default Re: Is there an existing add on for dependent attributes?

    I have this working in 1.5.1 and I am tidying it up now to upload as a new version.

  10. #60
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Is there an existing add on for dependent attributes?

    THESE GUYS seem to have done it, using javascript ... contact them and ask them how they embedded it.
    20 years a Zencart User

 

 
Page 6 of 7 FirstFirst ... 4567 LastLast

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