/**************************
Author: Phil Scott
File Name: prices.js
Project: WFOL
Purpose: Product Prices
***************************/

/**Delivery Charges**/

PayDelivery=5.75;
FreeForOver=75.00;
priceELM_MIN=30.00; //Elmdene min order value;

priceSATDEL=19.00;

specialDel=new Array(6);
specialDel[0]=5.75;
specialDel[1]=4.99;
specialDel[2]=4.00;
specialDel[3]=3.50;
specialDel[4]=3.00;
specialDel[5]=2.50;
specialDel[6]=0.00;

