pohutukawa-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 0 forks source link

Small Ticket: Shop: GST calculator #27

Open ahnwarez opened 2 years ago

ahnwarez commented 2 years ago

Create a simple helper function in cartHelper.js that calculates the NZ standard GST amount based on the combined product price. The function should output both the total price (with gst), and the standalone GST amount which can then be called and used in the cart and payment components.

client/
├─ subcomponent/
│  ├─ Cart/
│  │  ├─ cartHelper.js <-- In here