We collect personal information from you, including information about your:
We collect your personal information in order to:
You have the right to ask for a copy of any personal information we hold about you, and to ask for it to be corrected if you think it is wrong. If you’d like to ask for a copy of your information, or to have it corrected, please contact us at magicbeanscourse@gmail.com, or +64-21 088 52847, or 707 Willowpark Road South, Hastings 4122, New Zealand.
Powered by: Woo
Name | '; html += 'Price | '; html += 'Qty | '; html += 'Total | '; html += ''; html += ' |
---|---|---|---|---|
Your cart is empty | ||||
' + description + ' | '; html += '' + formatDollar(price) + ' | '; html += '' + qty + ' | '; html += '' + formatDollar(total) + ' | '; html += ''; html += ''; html += ' | '; html += '
Sub Total | '; html += '' + formatDollar(grandTotal) + ' | '; html += ''; html += ' | ||
' + invoiceSettingsData.salesTaxName + ' | '; html += '' + formatDollar(grandTotal * (parseFloat(invoiceSettingsData.salesTaxPercent)/100)) + ' | '; html += ''; html += ' | ||
Total | '; html += '' + formatDollar(grandTotal + (grandTotal * (parseFloat(invoiceSettingsData.salesTaxPercent)/100)) ) + ' | '; html += ''; html += ' |