var itemAvailable = true;
if (itemAvailable === true) {
// Add to cart
} else {
// Notify store owner
}var itemAvailable = true;
if (itemAvailable === true) {
// Add to cart
} else {
// Notify store owner
}function(product, model, brand, color, size, distributor, location, price) {
// save product properties
}function(properties) {
// save product properties
}