Categories
Friends
Links
Tag Archives: How
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 add, American Express, Amex, Business Catalyst, checkout, Diners, form, GoodBarry, Online Store, surcharge | Leave a comment
How to Force Opt-In automatically instead of having to go into each contacts details – Business Catalyst