// settings.js for MyShop

// Merchant name and contact details
sp.Name="Kogan Communications Ltd.";
sp.TradeName="KC Secure Payment Centre at England Central"; // TRADING STYLE  (will be set same as above if left blank)
sp.Address="PO Box 5416, Ashbourne, Derbyshire DE6 4ZT, UK";
sp.Tel ="+44 xxxx xxxxxx";
sp.Fax ="+44 discontinued";
sp.OrderEmail="koganrh@globalnet.co.uk";
sp.EnquiryEmail="";// Email for correspondence (will be set same as above if left blank)
sp.OrderEmailCC="";


// 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/circles";
sp.buttonWid = 92;
sp.buttonHei = 26;
sp.buttonExt ="gif";
sp.buttonMov = false; // true for rollovers on all buttonbars
sp.buttonHnd = false; // or array of dimensions for bar end graphics : new Array(12,20,13,20);


// 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", "leaving");

// Top frame of checkout : buttonbar
 sp.checkoutButtonsRequired = new Array("basket", "customer", "delivery", "summary", "payment"); //
 // For order only, with no payment methods
// sp.checkoutButtonsRequired = new Array("basket", "customer", "delivery", "summary", "order"); //


// Payment page
sp.payRequiredLinks =  new Array("order", "converter" );
// Thankyou
sp.ThankRequiredLinks=new Array("entrance", "leaving");

// Suppress online card payment option if delivery address differs from main address
sp.deliveryOnlyToCardAddress=true;

// Your shopping pages
// Folder
sp.shopFolder="./pagesq";
// First shop page to show from above folder
sp.AutoLoadFile="indexquak6.html";
// 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="both"; // "business"; // "personal"
sp.delivery="delivery.htm";
sp.payment_choices="payment_choices.htm";
sp.shipping="shipping_rmpf.htm";
//sp.shipping="shipping_rmpf.htm"; //sp.shipping="shipping_fixed.htm";
sp.output_to="output_to_globalnet_formmail.html";
// 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
sp.orderToCustomer=false; // copy order to customer email address. Set false to suppress.

// 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.users.globalnet.co.uk/cgi-bin/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=false;
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; // 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=false;
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;
// Suppress any mention or calculation of shipping cost
sp.suppressShipping=false;

// TABLE WIDTHS AND BORDERS
sp.reviewBorder="0";
sp.reviewWidth="100%";
sp.orderSummaryBorder="0";
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();
///////////

