Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 362 Bytes

checkout.md

File metadata and controls

16 lines (10 loc) · 362 Bytes

Create checkout

  • create checkout.html

  • create routes/checkout.js

  • add <th>Checkout</th> to templates/orderTotalEdit.html

  • add this to app.js

    if(formId == 'checkout'){ window.location = '/order/checkout'; }

  • add td5.innerHTML = '<a href="/order/checkout?id='+responsePayload.id+'">Checkout</a>'; to app.js