Billing Address

{{ model.data.BillingAddress.StreetAddress }}, {{ model.data.BillingAddress.City }} {{ model.data.BillingAddress.StateProvince.value }} {{ model.data.BillingAddress.PostalCode }}

We'll never sell or share your information

Shipping Address

{{ model.data.ShippingAddress.StreetAddress }}, {{ model.data.ShippingAddress.City }} {{ model.data.ShippingAddress.StateProvince.value }} {{ model.data.ShippingAddress.PostalCode }}

We'll never sell or share your information

Free Sample Shipping Method

Standard Shipping FREE Expedited Shipping $10.00

Sample orders placed after 12 pm PT Monday – Friday will ship the next business day. All sample orders ship from San Diego, CA.

User Information

{{ model.data.EmailAddress }}

Enter a password to create your account and track your order.
Already have an account? Sign In

Payment

  • Checkout with PayPal

Terms & Conditions

I have read and followed all measuring instructions and I agree to your policies.

Your PayPal order is not complete

INTERNAL ONLY

Special Instructions

Max length 250

{{ model.data.Totals.Total | currency:"$" }}

{{ model.data.BalanceAfterCredit | currency:"$" }}

{{item.Caption}}

{{item.Name | raw}}

{{ option.Value }} W x {{ option.Value }} H , {{item.Caption}}, Qty {{item.Quantity}}

  • {{option.Name}}: {{ option.Value | raw }}
  • {{option.Name}}: {{ option.Value | raw }}
{{ item.Price | currency:"$" }} {{ item.SalePrice | currency:"$" }} FREE {{ item.CouponPrice | currency:"$" }}
{{item.Caption}}

Sample: {{item.Name | raw}}

{{item.ParentName | raw}}

Edit

FREE
Coupon applies to full price before sale
Subtotal
{{ model.data.Totals.Subtotal | currency:"$" }}
Total Savings

Congrats, you saved {{ model.data.Totals.Discount | currency:"$" }} using coupon {{model.AppliedCouponCode}} and had no sales tax.

{{ model.data.Totals.Discount !== 0 ? '-' : ''}}{{ model.data.Totals.Discount * -1 | currency:"$" }}
Handling

Industry-Wide Handling Fee

No one likes extra charges, so why a handling fee? It allows us to keep your prices low and continue to offer free shipping to you. You are still saving greatly over what you'd be charged by a designer or a specialty store for the same quality product (usually more than 30%). Our fee only applies per order, not per product. You will find these fees at other online retailers, too.

{{ model.data.Totals.Processing | currency:"$" }}
Tax ({{ model.data.Totals.TaxRate * 100.00 | number: 3 }}%)
{{ model.data.Totals.Tax | currency:"$" }}
{{ model.data.Totals.Shipping === 0 ? "Free " : "" }}Shipping

Shipping & Tax

Any charges are based off of your shipping address.

 {{ model.data.Totals.Shipping > 0 ? (model.data.Totals.Shipping | currency:"$") : 'FREE' }}
Store Credit
{{ model.data.StoreCreditBalance | currency:"$" }}
-{{ model.data.Totals.Total | currency:"$" }}
Total
{{ model.data.Totals.Total | currency:"$" }}
{{ model.data.BalanceAfterCredit | currency:"$" }}
cart number 8340-3672
{{ street1Class = (model.data.enteredAddress.StreetAddress.toLowerCase() !== model.data.AddressMatch.StreetAddress.toLowerCase()) ? "red" : "";"" }} {{ street2Class = (model.data.enteredAddress.StreetAddress2 !== model.data.AddressMatch.StreetAddress2) ? "red" : "";"" }} {{ cityClass = (model.data.enteredAddress.City.toLowerCase() !== model.data.AddressMatch.City.toLowerCase()) ? "red" : "";"" }} {{ stateProvinceClass = (model.data.enteredAddress.StateProvince.value.toLowerCase() !== model.data.AddressMatch.StateProvince.toLowerCase()) ? "red" : "";"" }} {{ postalCodeClass = (model.data.enteredAddress.PostalCode.toLowerCase() !== model.data.AddressMatch.PostalCode.toLowerCase()) ? "red" : "";"" }}