<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> [an error occurred while processing this directive] <% Dim Baguette Dim Baguette_numRows Set Baguette = Server.CreateObject("ADODB.Recordset") Baguette.ActiveConnection = MM_FoodLovers_STRING Baguette.Source = "SELECT * FROM Baguette ORDER BY Baguette_ID ASC" Baguette.CursorType = 0 Baguette.CursorLocation = 2 Baguette.LockType = 1 Baguette.Open() Baguette_numRows = 0 %> <% Dim sandwich Dim sandwich_numRows Set sandwich = Server.CreateObject("ADODB.Recordset") sandwich.ActiveConnection = MM_FoodLovers_STRING sandwich.Source = "SELECT * FROM Sandwich ORDER BY Sandwich_ID ASC" sandwich.CursorType = 0 sandwich.CursorLocation = 2 sandwich.LockType = 1 sandwich.Open() sandwich_numRows = 0 %> <% Dim salad Dim salad_numRows Set salad = Server.CreateObject("ADODB.Recordset") salad.ActiveConnection = MM_FoodLovers_STRING salad.Source = "SELECT * FROM Salad ORDER BY Salad_ID ASC" salad.CursorType = 0 salad.CursorLocation = 2 salad.LockType = 1 salad.Open() salad_numRows = 0 %> Food Lovers products
Site hosted by Angelfire.com: Build your free website today!

 

Who we supply

Here at Food Lover we dedicated to wholesaling quality snacks to shops all over London, and surronding areas. We also supply large organisations in need of large quantity orders.

 

Our products

All foods are made from the highest quality fresh ingredients. Hygene is of great importance to us, as is customer satisfaction. Our workshop has passed all heygene standard checks, and our staff take upmost care when preparing the products.

Our main products are baguettes, salads, and sandwiches. We have a great range of products on offer at the lowest prices. Our product ranges and prices are viewable from this site. We also wholesale other products seasonally, these may include other foods such as wraps, cakes etc. To find out more contact us by telephone, fax, or email.

Please Note

The prices on the site are the sale price of which a shop would sell the product for. The percentage given is further arrangeable with Food Lovers management.

 

Ordering

The orders made a company are expected to be regular, at least once a week. To ensure the products reach the customer at an acceptable standard. However we can satisfy large 1 time/irregular orders.

Orders can be arranged/rearrabged by phone, email, or directly from the site. To order direct from the site you must register first. The frequency of deliveries should be arranged with Food Lovers management, with some flexibilty when given prior notice.

 

Deliveries

The products are always delivered within 24 hours of production. We deliver all over London, and its surrounding areas. The delivery staff are very polite and keen to deliver the products in the best condition and time. Deliveries are made during the day.

 

Contact Numbers
Tel: (02088)755750
Fax: (02088)755750

<% Baguette.Close() Set Baguette = Nothing %> <% sandwich.Close() Set sandwich = Nothing %> <% salad.Close() Set salad = Nothing %>