<% Dim name, address, emailid, phone, email, times,comments,HTML Dim vendor1,vendor2,vendor3,vendor4,vendor5,vendor6,vendor7,vendor8,vendor9,vendor10 Dim itemno1,itemno2,itemno3,itemno4,itemno5,itemno6,itemno7,itemno8,itemno9,itemno10 name= TRIM(Request.Form("firstname")) city=Trim(Request.Form("city")) address = TRIM(Request.Form("address")) phone= Request.Form("phone") email= Request.Form("email") times = Request.Form("time") comments = Request.Form("comments") vendor1=Request.Form("Vendor1") vendor2=Request.Form("Vendor2") vendor3=Request.Form("Vendor3") vendor4=Request.Form("Vendor4") vendor5=Request.Form("Vendor5") vendor6=Request.Form("Vendor6") vendor7=Request.Form("Vendor7") vendor8=Request.Form("Vendor8") vendor9=Request.Form("Vendor9") vendor10=Request.Form("Vendor10") itemno1=Request.Form("Item1") itemno2=Request.Form("Item2") itemno3=Request.Form("Item3") itemno4=Request.Form("Item4") itemno5=Request.Form("Item5") itemno6=Request.Form("Item6") itemno7=Request.Form("Item7") itemno8=Request.Form("Item8") itemno9=Request.Form("Item9") itemno10=Request.Form("Item10") HTML = "Wholesale Designer Furniture

Price Quotation

Dear "+name+"

Thank you for submitting this price quote request to iZolli Interiors. We have prepared the following quotation based upon the information you provided on our web form.

When you are ready to place your order or discuss additional options, please reply to this email or call us toll free at (800)772-1343.

Best regards,
iZolli Sales Team
31312 Via Colinas Suite 108
Westlake Village, CA 91362
Tel 800-772-1343 ext 101
Fax 818-706-3729
Web site http://www.wholesaledesignerfurniture.com/

 

Shipping Address:

Name :  "+ name+"
Address :  "+address+"
City/State : "+city+"
Best Time to contact: "+ times +".

Contact Information:

Phone :  "+ phone +"
Email :  "+ email +"

 
Comments :  "+ comments +"
 
" if vendor1="" then else HTML=HTML+"" end if if vendor2="" then else HTML=HTML+"" end if if vendor3="" then else HTML=HTML+"" end if if vendor4="" then else HTML=HTML+"" end if if vendor5="" then else HTML=HTML+"" end if if vendor6="" then else HTML=HTML+"" end if if vendor7="" then else HTML=HTML+"" end if if vendor8="" then else HTML=HTML+"" end if if vendor9="" then else HTML=HTML+"" end if if vendor10="" then else HTML=HTML+"" end if HTML=HTML+"
Manufacturer Name: Item Number and DescriptionPrice Each
"+ vendor1 +""+ itemno1 +"Price Each
"+ vendor2 +""+ itemno2 +"Price Each
"+ vendor3 +""+ itemno3 +"Price Each
"+ vendor4 +""+ itemno4 +"Price Each
"+ vendor5 +""+ itemno5 +"Price Each
"+ vendor6 +""+ itemno6 +"Price Each
"+ vendor7 +""+ itemno7 +"Price Each
"+ vendor8 +""+ itemno8 +"Price Each
"+ vendor9 +""+ itemno9 +"Price Each
"+ vendor10 +""+ itemno10 +"Price Each
 
Delivery InformationDelivery Fee
Please allow 10-12 weeks for delivery; sooner if items are in stock. $XXX
Inbound freight pickup fee added to your invoice. $XXX
 
Terms and Conditions:
1. For furniture purchases, IZOLLI requires a 50% deposit at the time your order is placed. The remaining balance must be paid when you are notified that your order is ready to be shipped. Orders for items other than furniture must be paid in full when you place your order.
2. We accept payment by Visa, MasterCard, Discover, American Express, Dinner's Club and by personal check, cashier's check or money order. All prices quoted are in U.S. Dollars.
3. Please allow approximately 10 to 12 weeks for your furniture order to be delivered unless you are quoted a different time by your sales associate. Furniture is typically shipped freight collect. The delivery service will contact you in advance to schedule a convenient delivery time. You will be required to pay the delivery service directly. Please be sure you receive an estimate of the delivery fee prior to placing your order. Non-furniture items are usually shipped within 10 days.
4. Sales tax will be added to your purchase only if the product is being delivered to a California address.
5. It is your responsibility to verify that the model numbers, fabrics, colors and finishes specified on all sales orders are correct. IZOLLI cannot guarantee the color quality or accuracy of any photographs you may have seen on the Internet.
6. Prices are subject to change without notice. Please confirm pricing before placing an order.
 
 

IZOLLI is an authorized dealer for all brands listed on our web site. All products sold carry the manufacturer's original warranty, which is typically for one year. If you have any questions about our business or how we operate, please don't hesitate to contact us at (818)706-0747.

IZOLLI is a member of the Better Business Bureau.
 
" if email = NULL then response.redirect("request_page.html") else Dim objMail 'This holds the CDONTS NewMail object Set objMail = CreateObject("CDONTS.NewMail") objMail.From=email objMail.To= "sales@izolli.com" 'objMail.To= "ramana@jiva.co.in" objMail.Subject="Request Pricing from "+name objMail.BodyFormat = 0 objMail.MailFormat = 0 objMail.Body= HTML objMail.Send Set objMail=nothing response.redirect("success.html") end if %>