// settings.js
// Generated from 364_2mc4 version of August 15th 2001

// Merchant name and contact details
sp.Name="Bala Factory Shop";
sp.TradeName="Bala Factory Shop"; // TRADING STYLE  (will be set same as above if left blank)
sp.Address="HENDY CLATTER,CAERSWS. POWYS.WALES SY17 5NR  UK";
sp.Tel ="+44 1686 420303";
sp.Fax ="+44 1686 420614";
sp.OrderEmail="balafactoryshop@aol.com,bala@balafactoryshop.co.uk";
sp.EnquiryEmail="balafactoryshop@aol.com,bala@balafactoryshop.co.uk";// Email for correspondence (will be set same as above if left blank)
sp.OrderEmailCC="bala@balafactoryshop.co.uk";


// FOLDERS FILES FRAMES and BUTTONS

// Graphics
sp.pixFromRoot="pix";
// Buttons : If you create your own put them in another sub-folder and adjust this setting
sp.buttonDir = "pix/virtual"; // "pix/greenblack"; // "pix/bubble";  //
sp.buttonWid = 99;            // 95;               //  100           //
sp.buttonHei = 20;            // 27;               //   26;          //
sp.buttonExt ="gif";

// Terms
sp.TermsRequiredLinks = new Array("entrance", "continue", "review", "checkout");
// Review Buttons
sp.ReviewRequiredLinks = new Array("entrance", "continue","recalc", "empty","terms", "checkout"  );
sp.EmptyRequiredLinks = new Array("entrance", "continue", "terms");

// Top frame of checkout : buttonbar
sp.checkoutButtonsRequired = new Array("basket", "customer", "delivery", "summary", "payment"); //
// Payment page
sp.payRequiredLinks =  new Array("order", "converter" );
// Thankyou
sp.ThankRequiredLinks=new Array("entrance", "leaving");

// Your shopping pages
// Folder
sp.shopFolder="pages";
// First shop page to show from above folder
sp.AutoLoadFile="index.htm";
// Frameset
sp.usingFrames=false; // If true then sp.AutoLoadFile should be a frameset file - with appropriate script
sp.userMainFrame="main";

// Order Form Related Files
sp.termsFile="system/user/terms.htm";
sp.customerDetailsHelp="system/onlinehelp/customerhelp.htm";
sp.payments_help="system/onlinehelp/payhelp.htm";
sp.customerType="business"; // "personal"   "both"
sp.delivery="delivery.htm";
sp.payment_choices="payment_choices.htm";
sp.shipping="shipping_zonesplit.htm";
//sp.shipping="shipping_rmpf.htm"; //sp.shipping="shipping_fixed.htm";
sp.output_to="output_to_formmail.htm";
// Full URL required for redirect/link in forms to email script
// these values are appended to root path of site ( = level above system)
sp.AfterOrder="system/user/thankyou.htm";
sp.ShowFeedBack=true;// Show any feedback page from forms to email script eg FormMail
// Required when using e.g. PayCash
// to prevent feedback from forms to email overwriting secure dialogue in main frameset
sp.AfterOrderExternal="system/user/thanks.htm";
sp.AfterShopping="system/user/after.htm";
sp.OutputAction="http://www.shopassistant.net/cgi-bin/mc4_formmail.pl";


// Switches and Settings for demo/development
sp.LIVE=true; // false;
sp.demoVariations=false; // false suppresses demo_only/variations.htm offering demo options
sp.callNewchoiceFromFunction=false;
sp.Debug=false;
sp.debug_submission=false;
sp.offerTestCustomerDataLink=true;
sp.localServer="http://localhost";
sp.onNetwithLocalServer=false;


// SITE OPERATION
// Language
sp.supportedLanguages="en"; // "en;fr" : this var is for future development
sp.defaultLanguage="en";
// "en" will cause system/language/en.js to be loaded if browser language is not
// in list given to sp.supportedLanguages

// Immediate Feedback Confirmation of BUY
// Default confirmation method : P popup A alert R review
sp.confirmDefault="R";
// set true if these methods of confirmation are to be used on your site
sp.alertWanted=true;
sp.popupWanted=true;
sp.helpWindowDuration=12; // HELP POPUP Display Time in seconds


// Page sequences
sp.pageSequence["xxxx"]=[1,4];// min max in series xxxx001.htm to xxxx004.htm

// Terms and Review
sp.termsInFrameWithReview=false;
sp.forceTerms=true;
sp.linkInReview=true;
// set false where URLs are too long or of no use (eg some databases)
sp.storeLinkToShoppingPage=true;

// Sets a minimum order in the base currency unit (default : pounds)
sp.orderMinimum=0;
sp.suppressShipping=false;

// TABLE WIDTHS AND BORDERS
sp.reviewBorder="0";
sp.reviewWidth="100%";
sp.orderSummaryBorder="1";
sp.orderSummaryWidth="100%";

// CURRENCY
sp.baseCurrencyCode="gbp";
// Multi Currency Rates
// Set true if using a script that gets rates from a third party service
sp.dynamicRates=false;
// Static
sp.staticScript="system/user/fxrates.htm"; // no need to change
// Dynamic : You have to set your own URL. You cannot use shopassistant.net demo script.
sp.rootURL="http://www.shopassistant.net/";
sp.dynaScript="cgi-bin/rates.pl";


///////////
setvars();
///////////











