Tag Archives: American Express

How to add a surcharge to the Amex option for the checkout form in the Online Store – Business Catalyst

Use onchange to alert the customer that a charge will occur and then the function doMath() calculates the surcharge. JavaScript   <script type="text/javascript">      function checkSel(obj) {       var ind = obj.selectedIndex;       if  (ind == 3) {           alert(‘This Card incurs a 3.5% Surcharge.’);   [...]
Posted in Business Catalyst / GoodBarry | Also tagged , , , , , , , , , | Leave a comment