<%@LANGUAGE="VBSCRIPT"%> <% Set objCart=new Cart %> <% Dim rsFabricsManufacturer__MMColParam rsFabricsManufacturer__MMColParam = "1" If (Request.QueryString("productid") <> "") Then rsFabricsManufacturer__MMColParam = Request.QueryString("productid") End If %> <% set rsFabricsManufacturer = Server.CreateObject("ADODB.Recordset") rsFabricsManufacturer.ActiveConnection = MM_connLogCabin_STRING rsFabricsManufacturer.Source = "SELECT * FROM Products WHERE productid = " + Replace(rsFabricsManufacturer__MMColParam, "'", "''") + "" rsFabricsManufacturer.CursorType = 0 rsFabricsManufacturer.CursorLocation = 2 rsFabricsManufacturer.LockType = 3 rsFabricsManufacturer.Open() rsFabricsManufacturer_numRows = 0 %> <% '**Charon Cart** '**Add to cart using a Form** ' FormAction=Request.ServerVariables("SCRIPT_NAME") if Request.Form <> "" then FormAction=FormAction & "?" & Request.Form if Request.QueryString <> "" then FormAction=FormAction & "?" & Request.QueryString if Request("Charon_Cart") <> "" then objCart.AutoIncrement="true" objCart.AddCartItem "ProductID",rsFabricsManufacturer("productid") objCart.AddCartItem "Quantity",Request("qty") objCart.AddCartItem "Name",rsFabricsManufacturer("description") objCart.AddCartItem "Price",rsFabricsManufacturer("price") objCart.AddToCart CC_RedirectURL="trolley.asp" if CC_RedirectURL <> "" then Response.Redirect CC_RedirectURL end if end if %> The Log Cabin, Brentwood - Quilting and Patchwork essentials

Selector

100% Cotton Fabrics
Waddings
Books & Videos
Magazines
Notions
Threads
Sewing Machines
Wools
Special Offers
Just select the area of the shop you wish to browse from the list above.
Site © The Log Cabin <%response.write Year(Now())%>
Design © k web design <%response.write Year(Now())%>
Ordering online

You can order the products you require online. We do not, at present, take payment online. We will contact you shortly regarding payment for your order.

PLEASE NOTE: Fabrics may be ordered in multiples of 1/4 metre - please enter .25 for a quarter metre or .5 for a half metre in the quantity box.

<%=(rsFabricsManufacturer.Fields.Item("description").Value)%>
Our Reference: <%=(rsFabricsManufacturer.Fields.Item("productid").Value)%>
<%=(rsFabricsManufacturer.Fields.Item("ref_no").Value)%>
<%=(rsFabricsManufacturer.Fields.Item("colour").Value)%>
<%=(rsFabricsManufacturer.Fields.Item("description").Value)%>
 
<% if rsFabricsManufacturer.Fields.Item("catid").Value = 9 then ' Adv Conditional Region %> <% end if ' rsFabricsManufacturer.Fields.Item("catid").Value = 9 %> <% if rsFabricsManufacturer.Fields.Item("special_offer").Value <> True then ' Adv Conditional Region %> <% end if ' rsFabricsManufacturer.Fields.Item("special_offer").Value <> True %> <% if rsFabricsManufacturer.Fields.Item("special_offer").Value = True then ' Adv Conditional Region %> <% end if ' rsFabricsManufacturer.Fields.Item("special_offer").Value = True %>
<% strWidth = (rsFabricsManufacturer.Fields.Item("stitches_width").Value) %> <% strDepth = (rsFabricsManufacturer.Fields.Item("stitches_length").Value) %> Ball weight:
<%=(rsFabricsManufacturer.Fields.Item("ball_weight").Value)%> g
Tension:
<% = (strWidth) %> stitches x <% = (strDepth) %> rows on <%=(rsFabricsManufacturer.Fields.Item("needle_size").Value)%>mm needles
height=<% = (strDepth * 3) %> border="0" align="center" cellpadding="0" cellspacing="0" background="../image_files/stitch.gif">
 
£<%= FormatNumber((rsFabricsManufacturer.Fields.Item("price").Value), 2, -2, -2, -2) %>

£<%= FormatNumber((rsFabricsManufacturer.Fields.Item("price").Value), 2, -2, -2, -2) %>
per metre
Original Price:
£<%= FormatNumber((rsFabricsManufacturer.Fields.Item("original_price").Value), 2, -2, -2, -2) %>
 
Qty required  
You have <%=objCart.TotalNumberItems%> items in your trolley, total value £<%= FormatNumber(objCart.GrandTotal, 2, -2, -2, -2) %>

How to find us

Click here for a local map.
<% Set objCart=Nothing %> <% rsFabricsManufacturer.Close() %>