<% 'Location of the main directory for the site DirectoryLocation = "d:\inetpub\5668\" 'Location of scripts for URL BINDir = "/bin/pos/" POSDir = "pos/" WebDir = "web/" InvDir = "inv/" StatDir = "stats/" ImgDir = "images/" CSVDir = "csv/" 'Server machine name ServerName = "SERVER" 'Path to RawFile directory RawFileDirPath = "c:\mdaemon\RawFiles" 'Image directories MainFilePath = DirectoryLocation & "wwwroot\images\product\" ThumbFilePath = DirectoryLocation & "wwwroot\images\product\thumbnails\" SiteName = "Fish on the Line" CompanyName = "Fish on the Line" SiteURL = "www.fishontheline.net" ContactEmail = "hooked@fishontheline.net" SiteLogoURL = "logo.jpg" StoreHours = "Mon - Fri 8:00am - 5:00pm CST" StorePhone = "(936) 443-6836" 'Put in proper format StoreAddress = NULL SiteSecure = TRUE CalcTaxOnShipping = FALSE UseProcessingStep = TRUE 'If true, web orders will go through the processing step POSCompanyName = "Fish on the Line" POSCompanyAddress1 = "" POSCompanyAddress2 = "" POSCompanyCity = "The Woodlands" POSCompanyState = "TX" POSCompanyZip = "77382" POSCompanyPhone = "(936) 443-6836" POSCompanyFax = "" POSCashCustomer = TRUE POSCashCustomerAskDetails = TRUE POSInvoiceName = "Receipt" 'What the invoice will be called when printed POSInvoicePrintRepFirstName = TRUE POSInvoicePrintRepLastName = TRUE POSInvoiceEZEAd = TRUE POSDefaultProduct = TRUE 'Set to TRUE if using the default product when SKU is not found 'POSScannerDelimiter is the char we will remove from the submitted form, POSScannerDelimiterAscii is the ASCII key code for the character 'Default for submitting on enter is POSScannerDelimiter = " " and POSScannerDelimiterAscii = "32" for scanning with a space after POSScannerDelimiter = " " POSScannerDelimiterAscii = "32" POSSwiperDelimiter = "|" 'This is the character that separates the account number and expiration date in the credit card swiper LocalDemoMode = FALSE 'If set to true, certain functions will be disable as this program is running locally DefaultEmployeeNum = "" 'If set no matter who is logged in the system will assume this employee number WebLocationID = "1" 'The locationID that web orders come out of WebCategoryDisplay = "1" 'The listing style in the categories WebShowQuantity = FALSE 'If true the current quantity on hand will show on the front of the web site AuthorizeNetLogin = NULL 'Login ID of authorize.net account AuthorizeNetTransactionKey = NULL 'Transaction key of authorize.net account AuthorizeNetMD5Hash = NULL 'MD5 Hash of authorize.net account PayJunctionLogin = "hjmaynard3" 'Login ID of PayJunction account PayJunctionPass = "5unnyra3" 'Password of PayJunction account CategorySortStatement = " ORDER BY Products.SortOrder DESC, Products.OutOfStock DESC, Products.Price DESC" 'Sorting SQL statement for the categories POSInvoicePrintFrame = TRUE 'If set to true will use the hidden IFrame for POS invoice printing WebSearchHidden = TRUE 'If set to true the search results will reflect hidden categories WebAVSBilling = FALSE 'If set to true the system will perform AVS matching on the billing address instead of the shipping WebProductsPerPage = "24" 'The amount of products shown per page TimeOffset = "0" 'This is the number of hours to offset time based data in the system for other time zones WebShowCoupon = TRUE 'If set to true will show screen asking for coupon code during checkout WebShippingCalculation = "1" 'Determines how shipping costs will be calculated, 1 is flat rate, 2 is real time calculation WebShippingOriginZip = "" 'This is the origin zip code we are shipping out of for real time shipping calculation WebShippingOriginCountry = "" 'This is the origin country code we are shipping out of for real time shipping calculation WebShippingOriginState = "" 'This is the origin state/province code we are shipping out of for real time shipping calculation WebShippingHandling = "0" 'If entered as either a flat amount or a percentage, will add this to the shipping rates WebShippingResidential = "FALSE" 'If set to true the shipping calculator will calculate residential rates WebShippingUSPSLogin = "614EFFOR7171,348YA74LT054" 'This is the customer's USPS login information WebShippingUPSLogin = "614EFFOR7171,655frleble,9BC8C8BC28E4394C" 'This is the customer's UPS login information WebShippingCanadaPostLogin = "CPC_EFFORTLESSE" 'This is the customer's Canada Post login information POSInvoiceComment = TRUE 'If set to true comments can be added during a POS sale POSInvoiceDisplayComment = FALSE 'If set to true the comments on a POS order will be displayed on the customer invoice POSCloseDrawerShowAmount = TRUE 'If set to true the expected amounts will be displayed on the cash drawer closing screen WLBrand = "effortlessE" POSLineItemComment = FALSE 'If set to true the you will be able to type a comment that will display on the invoice on each line of a POS order POSTriggerURL = FALSE 'If set to true, you can specify a URL that will load each time an item is scanned onto the POS invoice ReferralPointsPerDollar = 0 'This is the amount of points that the referring customer's account will be credited with per dollar spent by the referred customer ReferralPointsAwardDuration = 0 'This is the number in days that the system will continue to credit points to the referral, set to 0 for unlimited ReferralDollarsPerPoint = 0 'This is the amount of dollars each point is worth ReferralPointsValidDuration = 365 'This is the number in days that accumulated points will be valid, set to 0 to never expire ReferralPointsValidForTax = FALSE 'If this is set to TRUE then referral points can be used for sales tax POChangePriceAfterFinalized = FALSE 'If this is set to TRUE then you can change the unit prices on the PO after it is finalized SQLDatabase = "5668" SQLUsername = "5668" SQLPassword = "hMCo2SRfe8G03GU82Tdp" AffiliateMaint = FALSE 'If this is set to TRUE, then the affiliate contact management system will be activated HCFATracking = FALSE 'If this is set to TRUE, the system can collect and track HCFA data POSSaleUpdateDate = FALSE 'If this is set to TRUE, when closing a POS sale after the date it was started, the sale date will be changed to the current date FederalTaxName = "Tax" 'This is the label that will show next to federal tax LocalTaxName = "Local Tax" 'This is the label that will show next to local tax DisableOutOfStock = FALSE ConsigneeMaint = FALSE 'If this is set to TRUE, then the consignee management system will be activated DefaultReorderLevel = "0" 'If set to an integer, this will set a default reorder level for all items LabelMaster=False 'Make this true to allow client to sell customizable labels LabelMasterUserID="" 'Set this value to the MYSQL name of the client database, for instance, dev_effortlesse_com ActorModule=FALSE 'Make this true to allow actor association and searches DVD_SCANNER=FALSE 'Make this true to allow users to scan DVD's to get amazon info for product info CalcDepositOnOrders = FALSE 'If set to TRUE then the deposit report will be generated off the payments on orders, instead of the drawer transactions QuickPick = FALSE 'This will activate the QuickPick touchscreen menu system. This has to be performed by an effortlessE technician or your system will be disabled QPColumns = 8 'This is the amount of columns that will be displayed on the QuickPick menu QPRows = 5 'This is the amount of rows that will be displayed on the QuickPick menu QPDefaultCat = 1 'This is the default category that will be used on the QuickPick menu QPStartOnQPDetails = TRUE 'If set to true, the order details screen will default to QuickPick, if false, it will default to the standard order details screen DefaultCreditLimit = "0" 'If set to a currency amount, NO DOLLAR SIGN, this is the default credit limit that will be used for customers not assigned a specific limit TIS = FALSE DefaultDropDownState = "" 'If set to a 2 character state code, the drop down menus in the customer information section will default to that state on a new customer DefaultDropDownCountry = "US" 'If set to a 2 character country code, the drop down menus in the customer information section will default to that country on a new customer FeeFreeGiftCardIntegrated = FALSE 'If using the Fee Free Gift Card system this should be set to true FeeFreeGiftCardSystemID = "" 'If using the Fee Free Gift Card System this should reflect the system ID of the gift card system FeeFreeGiftCardGatewayKey = "" 'If using the Fee Free Gift Card System this should reflect the gateway key of the gift card system FeeFreeGiftCardShowBalanceOption = TRUE 'If set to true the gift card balance button will be displayed on the main menu %> <% Response.Buffer = TRUE Sub BuildPageHeader(Title,Keywords,Description,Comment) 'Builds the framework for the HTML page %>
<%=Comment%>
|
|||||||||||||||
|
<% End Sub Sub BuildPageFooter %> | ||||||||||||||
|
Copyright © <%=DatePart("yyyy",Date)%> <%=SiteName%>. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Site best viewed in 1024x768 or higher resolution. E-Mail: <%=ContactEmail%> |
|
Click on a destination on the navigation bar on the left to view available products
Check out some of our website specials: