We offer wholesale volume discounts to business clients.
Please note: Wholesale discounts can not be combined with other discounts and/or coupon codes or take advantage of free shipping.
To apply for a wholesalers account you must first have an active account in good standing and must send a request to wholesale@dzyr.net with the following information:
Below is an example of our product discount table
<table class="table-product-discounts">
<thead>
<tr>
<th>Quantity</th>
<th>Discount %</th>
<th>Unit price</th>
<th>You Save</th>
</tr>
</thead>
<tbody>
<tr data-discount-type="percentage" data-discount="5" data-discount-quantity="10">
<td>10</td>
<td>5%</td>
<td>$980.4</td>
<td>$516.00</td>
</tr>
<tr data-discount-type="percentage" data-discount="10" data-discount-quantity="25">
<td>25</td>
<td>10%</td>
<td>$928.8</td>
<td>$2,580.00</td>
</tr>
<tr data-discount-type="percentage" data-discount="15" data-discount-quantity="100">
<td>100</td>
<td>15%</td>
<td>$877.2</td>
<td>$15,480.00</td>
</tr>
<tr data-discount-type="percentage" data-discount="20" data-discount-quantity="1000">
<td>1000</td>
<td>20%</td>
<td>$825.6</td>
<td>$206,400.00</td>
</tr>
</tbody>
</table>