<%@ LANGUAGE=VBSCRIPT %> <% Server.ScriptTimeout = 180 %> Fishing equipment, Frequently Asked Questions
lobster pots

   Site map

Fishing      Industrial      Sports       About us     

trawl nets



<% IF Request.Form("orderDetails") <> "" THEN Dim messageBody messageBody = "

Order information:
" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" messageBody = messageBody & "" 'messageBody = messageBody & "" messageBody = messageBody & "
Order From:" & Request.Form("fullname") & "
Email Address" & Request.Form("emailAddress") & "
Telephone Number" & Request.Form("telephoneNumber") & "
Address I" & Request.Form("addressOne") & "
Address II" & Request.Form("addressTwo") & "
County" & Request.Form("county") & "
Town/City" & Request.Form("townCity") & "
Post Code" & Request.Form("postCode") & "
Country" & Request.Form("country") & "
Delivery Option" & Request.Form("deliveryOption") & "

" messageBody = messageBody & "

" & Request.Form("orderDetails") & "

" Dim mail set mail = Server.CreateObject("CDONTS.NewMail") mail.From = "webmaster@netmanufacturers.co.uk" mail.To = "admin@netmanufacturers.co.uk" mail.Bcc = "si@yotech.co.uk" mail.Subject = "!! WEB SITE ORDER !!" mail.Body = messageBody mail.MailFormat = 0 mail.BodyFormat = 0 mail.Send Response.Write "

You order has been sent successfully.

Thank you for your order, you will be contacted shortly.

Click here to clear your cart.

" set mail=nothing ELSE Dim itemIDarray, Counter, SQLstring IF Instr(Request.Cookies("itemIDstring"), ",") THEN itemIDarray = split(Request.Cookies("itemIDstring"), ",") ELSE IF Request.Cookies("itemIDstring") <> "" THEN itemIDarray = Array(Request.Cookies("itemIDstring"), "") ELSE itemIDarray = Array(Request.Cookies("itemIDstring")) END IF END IF '************************************************************************ connectionString = "DBQ=" & Server.MapPath("..\database\NETMANSHOP.MDB") & ";Driver={Microsoft Access Driver (*.mdb)}" Set shopInfo = Server.CreateObject("ADODB.Connection") shopInfo.Open connectionString ' GET ALL COLLECTION DATA... dim collectionArrayCounter ' counter for collection array data ' ' ' CREATE ARRAYS.... Dim arrCollectionData() Dim collectionPrimaryLength collectionPrimaryLength = 2 Redim arrCollectionData(collectionPrimaryLength,0) collectionArrayCounter = 0 arrCollectionData(0, collectionArrayCounter) = "collection ID" arrCollectionData(1, collectionArrayCounter) = "collection Name" arrCollectionData(2, collectionArrayCounter) = "Details" SQLstring = "SELECT * FROM shopTable WHERE entryType = 'collection'" Set shopfront = shopInfo.Execute(SQLstring) shopFront.MoveFirst Do while Not shopFront.EOF IF shopfront("entryType") = "collection" THEN 'ADD COLLECTION INFO TO COLLECTION ARRAY collectionArrayCounter = UBound(arrCollectionData,2) + 1 ReDim Preserve arrCollectionData(collectionPrimaryLength, collectionArrayCounter) arrCollectionData(0, collectionArrayCounter) = shopfront("ID") arrCollectionData(1, collectionArrayCounter) = shopfront("Name") arrCollectionData(2, collectionArrayCounter) = shopfront("entryDescription") END IF shopFront.MoveNext Loop Set shopfront = Nothing ' Dim lastID lastID = "" SQLstring = "SELECT * FROM shopTable WHERE" For Counter = 0 to Ubound(itemIDarray) IF itemIDarray(Counter) <> "" AND lastID <> itemIDarray(Counter)THEN IF Counter > 0 THEN SQLstring = SQLstring & " OR" END IF SQLstring = SQLstring & " ID = " & itemIDarray(Counter) & "" END IF lastID = itemIDarray(Counter) Next SQLstring = SQLstring & " ORDER BY ID" Set shopfront = shopInfo.Execute(SQLstring) IF shopfront.BOF THEN Response.Write("your cart is empty") ELSE shopfront.MoveFirst cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" Dim quantityStore, cartDisplay, totalPrice totalPrice = 0 quantityStore = 0 Do while Not shopfront.EOF For Counter = 0 to Ubound(itemIDarray) IF (itemIDarray(Counter) & "") = (shopfront("ID") & "") THEN quantityStore = quantityStore + 1 END IF Next Dim collectionName, collectionDetails, tableOfProductInfo tableOfProductInfo = "" collectionName = "" collectionDetails = "" For collectionArrayCounter = 0 To UBound(arrCollectionData,2) IF arrCollectionData(0,collectionArrayCounter) = shopfront("predecessor") THEN collectionName = arrCollectionData(1,collectionArrayCounter) collectionDetails = arrCollectionData(2,collectionArrayCounter) END IF Next cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "
ID*name£quantityTOTAL
"" THEN tableOfProductInfo = unescape(collectionDetails) IF Instr(unescape(collectionDetails), "<#table#>") <> 0 THEN tableOfProductInfo = Replace(unescape(collectionDetails), "<#table#>", "") tableOfProductInfo = Replace(tableOfProductInfo, ",", "") tableOfProductInfo = Replace(tableOfProductInfo, "", "
") IF productDetails <> "" THEN arrayOfProductData = split(unescape(productDetails), ",") For countOfProductDataElements = 0 to Ubound(arrayOfProductData) IF InStr(tableOfProductInfo, "#" & countOfProductDataElements + 1 & "#") THEN tableOfProductInfo = Replace(tableOfProductInfo, "#" & countOfProductDataElements + 1 & "#", arrayOfProductData(countOfProductDataElements)) ELSEIF InStr(tableOfProductInfo, "#" & arrayOfProductData(countOfProductDataElements) & "#") THEN tableOfProductInfo = Replace(tableOfProductInfo, "#" & arrayOfProductData(countOfProductDataElements) & "#", FormatNumber(shopfront("entryPrice"))) END IF Next unescape(collectionDetails) 'tableOfProductInfo = Server.HTMLEncode(unescape(productDetails)) END IF END IF END IF cartDisplay = cartDisplay & """>" & shopfront("ID") & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" 'Response.Write(cartDisplay) totalPrice = totalPrice + (quantityStore * shopfront("entryPrice")) quantityStore = 0 shopfront.MoveNext Loop cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "" cartDisplay = cartDisplay & "
" cartDisplay = cartDisplay & "" & collectionName & "
" cartDisplay = cartDisplay & "" & shopfront("NAME") cartDisplay = cartDisplay & "
" & tableOfProductInfo & "" cartDisplay = cartDisplay & "
£" & FormatNumber(shopfront("entryPrice")) & " " & shopfront("variableUnit") & "£" & FormatNumber((quantityStore * shopfront("entryPrice"))) & "
V.A.T.£" & FormatNumber((totalPrice/100) * 17.5) & "
TOTAL£" & FormatNumber(totalPrice * 1.175) & "
" END IF '************************************************************************* Response.Write("
" & vbCrLf) Response.Write("

TOTAL (including V.A.T.) : £" & FormatNumber(totalPrice * 1.175) & "
click here to see your products list (" & Counter & " product" & multiExtra & ").

" & vbCrLf) Response.Write("

Please complete the following form

" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("
Full Name
Email Address
Telephone Number
Address I (or Company Name)
Address II (optional)
Town/City
County
Postcode
Country
" & vbCrLf) 'Response.Write("

Please select delivery option (EXTRA):

") Response.Write("

As soon as an order has been placed you will be contacted with details of delivery time and price.

") Response.Write("") Response.Write("") Response.Write("

") Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write("
" & vbCrLf) END IF 'END IF 'END IF ' if sendOrder... %>Fishing Equipment FAQ

Do I need a licence to go fishing?

No you don’t, but you cannot sell your fish. Keep migratory fish such as sea trout or salmon, or fish in bass nursery areas. If in doubt, ask your local fishery officer.

How do I set up my nets?

Either on the beach if you have a large range of tide, or from a boat as either a floating or sinking net. These will need to be anchored and buoyed for later retrieval. Avoid areas where there are swimmers, divers and seabirds.

How do I set up my pots?

Either as singles or several joined together. Set them on rough ground for lobsters or anywhere for crabs. Mark with floats for later retrieval.

When is the best time to use my pots?

Part-time or pleasure fishermen generally only fish during the summer months. Our pots will withstand rough conditions but it is best to check catches at least every other day.

What bait should I use in my pots?

Fresh fish bait for crabs and smelly bait for lobsters. Hard bait such as gurnards, ray backs or wrasse is good if there are lots of sea lice.

Can I sell the fish that I catch?

Unless your boat is a registered vessel you should not sell your fish.

 



Coastal Fishing Supplies & ProTec Nets 
Proprietors: R C Barr (BSc Fishery Science) & G K Barr
VAT no. 453855720

Site design:westernaspect/Yotech