var textSignupLightboxTitle = 'Sign up for news and offers';

/*
	Compare Product Page
*/
var textChooseOne = '(choose one)';
var textSelectCatFirst = 'Select a Category First';
var textSelectSubCatFirst = 'Select a sub category first';

/*
	Product Page
*/

var textPickOne = "Pick One"; // First value in Buy Now dropdown on product page
var textCompareDropHeader = "Compare Products";
var textCompareDropInstruction = "(drag and drop two or three products here to compare)";
var textCompareDropLink = "COMPARE NOW >>";
var textCompareRemoveTitle = "Remove this product";

var textAjaxCommErrorLong = "Sorry, there was an error while communicating with our servers.\nIf this problem persists please contact our support and mention a failed AJAX link to\n";
var textAjaxCommErrorShort = "There is a problem communicating with the server, please try again.";
var textAddingToCart = 'Adding...';
var textErrorUpdatingCart = "There is a problem communicating with the server, please try again.";
var textCookiesRequiredToShop = "Your browser currently has cookies disabled. Cookies are required to shop.<br/><br/>Please re-enabled cookies and try again.";

textOverMaxQty = function(inStock) {
	return "You have exceeded the maximum quantity available, only " + inStock + " available.";
}

var textInputOnlyNumbers = "Please enter only numbers in the quantity field";
var textAddToCart = 'Add to Cart';
var textSubTotal = 'Sub-Total';
var textEstShipping = 'Est. Shipping';
var textShipping = 'Shipping';
var textTotal = 'Total';
var textSubTotal = 'Sub Total';
var textDelete = 'Delete';
var textEdit = 'Edit';
var textUndo = 'Undo';
var textUpdate = 'Update';
var textImage = 'Image';
var textDescription = 'Description';
var textColour = 'Colour';
var textSize = 'Size';
var textQty = 'Qty';
var textCost = 'Cost';
var textInStock = 'In Stock';
