Advertisement
mikeDextr

checkout

Nov 23rd, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {exp:cartthrob:checkout_form
  2. error_handling="inline"
  3. class="form-horizontal"
  4. required="first_name";
  5. create_user="yes" group_id="5"
  6. return="{template_group}/order_info"}
  7.  
  8. <div id="checkout_form_gateway_fields">
  9. {gateway_fields}
  10. </div>
  11. <div class="control-group">
  12. <div class="form-actions">
  13. {!-- do not add a name attribute to your submit button if you want it to work with stripe payment gateway --}
  14. <input type="submit" id="checkout_complete" class="btn btn-success" value="Complete Checkout" />
  15. </div>
  16. </div>
  17. {/exp:cartthrob:checkout_form}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement