") ' Set up drop down box ... if RS2.RecordCount = 0 then wl("") wl("") wl("") wl("") wl("") wl("") wl("") wl("") wl("") Line = 1 Do While (Not rs.EOF) ' Display non-zero discounts only ... If (rs("DiscountValue") > 0) Then Select Case True Case LCase(rs("DiscountType")) = "percent" If (Trim(LCase(cstDiscountAmountFormat)) = "units") Then DiscountNote = OurFormatCurrency(((100.0 - CDbl(rs("DiscountValue"))) * CDbl(argUnitPrice)) / 100.0) & " ea." Else DiscountNote = "Less " & rs("DiscountValue") & "% " End If Case LCase(rs("DiscountType")) = "per unit" If (Trim(LCase(cstDiscountAmountFormat)) = "units") Then DiscountNote = OurFormatCurrency(argUnitPrice - rs("DiscountValue")) & " ea." Else DiscountNote = "Less " & OurFormatCurrency(rs("DiscountValue")) & " ea." End If Case LCase(rs("DiscountType")) = "per order" DiscountNote = "Less " & OurFormatCurrency(rs("DiscountValue")) & " " End Select Else ' No discounts specified, display base price ... DiscountNote = OurFormatCurrency(argUnitPrice) & " ea." End If wl("") ' Show last line of discount table as Qty+ instead of a range ... If (Line <> rs.RecordCount) Then wl("") Else wl("") End If wl("") wl("") Line = Line + 1 rs.MoveNext Loop wl("

") wl("" & argDiscountName & " Discount Schedule") wl("
Quantity Price
" & rs("MinQty") & " - " & rs("MaxQty") & " " & rs("MinQty") & " + " & DiscountNote & "

") end if rs.Close set rs = Nothing If (rs2.RecordCount = 0) Then rs2.Close set rs2 = Nothing wl ("


Frequently Asked Questions

What is the purpose of the Discount Schedule page?

This page supports a specific website, form, confirmation, or informational function for Laser Inkjet Labels visitors.

Who should use this page?

Use this page when you arrived here through the related form, link, process, or instruction on the Laser Inkjet Labels website.

Do I need to enter any information here?

Only provide information requested by the page and relevant to the task you are completing.

What should I do if the page does not load correctly?

Refresh the page once, return to the previous step, or use the site contact page if the problem continues.

Can I return to shopping after using this page?

Yes. Use the site navigation to return to label products, templates, size guides, or the home page.

Where can I find help with an order?

Use the contact page and include your order number and the details needed to identify the order.

Where can I find label templates and size information?

The website’s label templates and label size guides provide printable layouts and product dimensions.

How can I contact Laser Inkjet Labels for assistance?

Use the phone number or contact options listed on the website for help with this page, an order, or a label product.