/* ------------------------------------------------------------------------------------------------------------------------------------------------------ 

pro-framer is a trademark of Frame-It Services Limited , Unit 5, Eltisley Business Park, St. Neots Cambs PE19 6TX Tel: 01767 677888 EMail: support@pro-framer.co.uk

USER CONFIG
==========

1) WARNING: BE VERY CAREFUL WHEN CHANGING THIS FILE, AS INCORRECT SETTINGS MAY BREAK THE DESIGN STUDIO
2) THIS IS A JAVASCRIPT CONFIG, SO REMEMBER TO USE JAVASCRIPT SYNTAX (INCLUDING A SEMI-COLON (;) AFTER A STATEMENT)
3) When changing any of these entries it is advisable to refresh your browser cache before re-loading
4) For information - many of these parameters can be overriden in the URL on a case by case basis - refer to the docs for up to date information

------------------------------------------------------------------------------------------------------------------------------------------------------ */

OWN_FAQ = true;
/* if you have agreed with us that you will have your own dedicated FAQ document, then this should be true. If not, set to false */

ALLOW_VOLUME_DISCOUNTING = true;
/* If a user enters a quantity of > 2 then volume discounting will kick in.  Discount applied will be split equally between yourselves and pro-framer, thus reducing margin but guaranteeing additional sales */

USER_DEBUG = false;
/* Switch debugging on (placeholder for future enhancement. For the time being keep as false.) */

PRO_FRAMER_ENV = "live";
/* defines environment (eg "test", "uat", "live") (19/5/09 - coming shortly)*/

INCLUDE_UPLOAD_PANEL = true;
/* allows users to upload their own images */

INCLUDE_PHOTO_EDITOR = false;
/* pro-framer has a photo editing mode to allow users to crop and size prints - no custom frame sizing is allowed in this mode  (but custom mount borders are allowed) */

FITTING_BY = "C"
/* E = prints sent to eframe for fitting, C = fitting not done by eFrame  */

PRO_FRAMER_MODE = "I";
/* Which pro-framer mode: I = Integrated E = ecommerce S = stand-alone */

DEFAULT_SCALE_VALUE = 350;
/* how big do you want the framed image to be in pixels - 380 is a good start for outer of 900px (outer is set in user.css) */

DEFAULT_LARGE_SCALE_VALUE = 650;
/* UNUSED AT PRESENT - for enlarged view */

COMPANY_NAME = "4x90.com";
/* your company name as you wish it to appear to your users */

DEFAULT_TOP_BORDER = 60;
/* mount border in mm */

DEFAULT_BOTTOM_BORDER = 60;
/* mount border in mm */

DEFAULT_LEFT_BORDER = 60;
/* mount border in mm */

DEFAULT_RIGHT_BORDER = 60;
/* mount border in mm */

DEFAULT_TOP_MOUNT_OFFSET = 7;
/* how much of the bottom mount is showing in a double mount style in mm */

INPUTNORMALBACKGROUNDCOLOUR = "#e8dcc5";
/* change the background-color entry in lhpanel.css to match this - input box background */

INPUTFOCUSBACKGROUNDCOLOUR = "#e37932";
/* highlight colour for input boxes */

HIGHLIGHT_VISIBLE_FOR = 2000;
/* millisecs eg 2000*/

HIGHLIGHT_COLOUR = "#00cc00";
/* colour to be used (hex) when DS flashes a div to draw users attention (try "#00cc00") */

WALL_COLOUR = "#b9d25c";
/* starting colour for wall background*/

STATUSBAR_DEFAULT_TEXT = "Upgrade to <span style='color:#e52620'>&quot;Next Day Delivery</b>&quot;</span>, select <span style='color:#e52620'>&quot;Priority Service&quot;</span> from <span style='color:#e52620'>No 6 &quot;Choose Options&quot;</span> Below";

DEFAULT_MOUNT_STYLE_ID = "S0";
/* S0 is none */

DEFAULT_GLAZING_STYLE_ID = "G1";
/* acrylic - glass can be selected but if frame size is too big a warning and reset to default will happen on first load */

DEFAULT_TOP_MOUNT_COLOUR = "3973";
/* must be suitable colour for both std and deep bevel mounts, and must be a valid eframe reference */

DEFAULT_MID_MOUNT_COLOUR = "313";

DEFAULT_BOT_MOUNT_COLOUR = "372";
/* must be suitable colour for both std and deep bevel mounts, and must be a valid eframe reference */

DEFAULT_MOULDING_ID = "446601000";
/* default moulding id using EFRAME supplier reference */

DEFAULT_ACCORDION_PANEL = 1;
/* menu panel to open with - zero based */

ALLOW_USER_SIZING = true;
/* true|false - Allows the user to change the image dimensions - set to false if your prints are generally fixed sizes */

/* Pricing */
PRICES_INCLUDE_VAT = false;
/* if true then all _displayed_ prices include VAT */

/* Models */
PRICING_MODEL_PERCENTAGE = 0;
/* do not change eg £100 * 1.10 = £110 */
// PRICING_MODEL_PERCENTAGE_PLUS_FIXED = 1;														/* UNUSED AT PRESENT do not change  eg £100 * 1.10 + £3.50 = £113.50*/

/* % markup */
FRAME_PRICING_PERCENTAGE = 40;
/* Add x% to all eframe prices */
MOUNT_PRICING_PERCENTAGE = 40;
/* Add x% to all eframe prices */
BOARD_PRICING_PERCENTAGE = 40;
/* Add x% to all eframe prices */
SUNDRY_PRICING_PERCENTAGE = 40;
/* Add x% to all eframe prices */
GLAZING_PRICING_PERCENTAGE = 40;
/* Add x% to all eframe prices */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ 
*** DO NOT EDIT  ***
------------------------------------------------------------------------------------------------------------------------------------------------------ */

//FIXED_AMOUNT = 3.50;																										// UNUSED AT PRESENT used for PRICING_MODEL_PERCENTAGE_PLUS_FIXED

FRAME_PRICING_MODEL = PRICING_MODEL_PERCENTAGE; // how do you want the base eframe prices to be modified to give your prices 
MOUNT_PRICING_MODEL = PRICING_MODEL_PERCENTAGE; // how do you want the base eframe prices to be modified to give your prices 
BOARD_PRICING_MODEL = PRICING_MODEL_PERCENTAGE; // how do you want the base eframe prices to be modified to give your prices 
SUNDRY_PRICING_MODEL = PRICING_MODEL_PERCENTAGE; // how do you want the base eframe prices to be modified to give your prices 
GLAZING_PRICING_MODEL = PRICING_MODEL_PERCENTAGE; // how do you want the base eframe prices to be modified to give your prices 

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ 
*** DO NOT EDIT  ***
------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ 

*** DO NOT EDIT  ***

The following items represent non-overridable values 

Normally, if the DS is loaded using parameters in the URL it is possible to override the above values
However, if the DS is being controlled by javascript via the public interface available in ds.js 
then previously overriden values may come into play. 

The following values represent non-changing defaults used at that time. These must be loaded after the user-config - *** DO NOT EDIT  ***

*** DO NOT EDIT  ***

------------------------------------------------------------------------------------------------------------------------------------------------------ */
STATIC_DEFAULT_MOUNT_STYLE_ID = DEFAULT_MOUNT_STYLE_ID;
STATIC_DEFAULT_TOP_MOUNT_COLOUR = DEFAULT_TOP_MOUNT_COLOUR;
STATIC_DEFAULT_BOT_MOUNT_COLOUR = DEFAULT_BOT_MOUNT_COLOUR;
STATIC_DEFAULT_ACCORDION_PANEL = DEFAULT_ACCORDION_PANEL;
STATIC_DEFAULT_GLAZING_STYLE_ID = DEFAULT_GLAZING_STYLE_ID;
STATIC_DEFAULT_MOULDING_ID = DEFAULT_MOULDING_ID;
STATIC_ALLOW_USER_SIZING = ALLOW_USER_SIZING;
USER_CONFIG_EXISTS = true;

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* END USER CONFIG 
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
