You are here

Direct Purchase Button for a Member Type

Subscribe to Syndicate

The lines below are an example of a button that will add a specific member type to the cart with a fixed value and quantity. This button can be added to any page within the online sales. It would most commonly appear on the TMpass.html page or the TMcart.html page.

This process includes web page editing. If you have a web designer on hand, they can perform these edits. If you wish to contract with Arts Management Systems to perform these or any customizations for you, please contact the Support Team at support@artsman.com




Adding Member Button




Adding the coding to the web page.


  1. Select the web page you wish to add the field to.
    The most commonly used page is TMpass.html.

  2. Add the following HTML to the page:

     

    <div align="right">
    <form action="<field>F_HTML_FIREWALL</field>online" method="POST" role="form">
    <input name="MT_SEQ" type="hidden" value="23"/>
    <input name="PS_QUANTITY" type="hidden" value="1"/>
    <input class="btn btn-success" name="btnReservePass" onclick="process()" type="submit" value="Purchase/Renew a Voting Membership for $150"/>
    </form>
    </div>
  3.  

  4. Ensure that:
    • The HTML is outside ALL OTHER FORMS on the page you add it to.
    • You change the '23' to the proper member type sequence number from within Theatre Manager.
    • You change the 'Purchase/Renew a Voting Membership for $150' to reflect the text you wish to use on the button.