login
We value your privacy! We will never give, lease, sell or otherwise disclose your personal information. Period! Any information you give to Woo will be held with the utmost care. A more detailed explanation about how we safeguard your personal information is described below. If you have any questions at all about our privacy policy, please email us.
Woo does not sell, rent, loan, trade, or lease any personal information collected by our website, including contact forms, download requests or email lists.
Woo does collect information about how people are using our website in order to improve the value of our website and the materials available on the web site.
Individuals join our mailing lists and are added to our email database using the forms provided on this web site. We do not sell, rent, loan, trade, or lease the addresses on our lists to anyone. In addition, we configure our email software to refuse to divulge the email addresses of our list subscribers to anyone but authorized Woo staff, including other list subscribers.
We strive to only send e-mail to those who want to receive it. If you would not like to receive future e-mails from us, please use the 'unsubscribe' link located at the bottom of our email communications.

Supported By:

Terms | Privacy Policy | (c) Copyright 2026 Yehaa Trading Trust (T/A Indie Pulse). All rights reserved.
Powered by: Woo
With a growing awareness of on-line privacy and security issues, further tightening of the spam laws worldwide and the need for businesses to have more robust collection of data systems in place, Woo has risen to the challenge by creating a universal ID for users on the platform - called a Woo ID.
The Woo ID provides you with the security that Woo is dedicated, and bound by law, to ensure your information is kept private and that all anti-spam laws are adhered to. Every user added to a Woo website gets to verify their email address. This ensures issues with data entry and out-of-date email accounts are spotted early.
The Woo ID universal ID is the market leader: creating a safe and spam free environment for you.
Read more about Woo and their Privacy Policy
"; var message = $("| 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 += ' | ||