PHARMACY WINDOW PRESCRIPTIONS SIDE EFFECTS

SIDE EFFECTS

// ============== SIDE_EFFECTS ============== //

abstract class Warbux {

// ============== PRIVACY_POLICY ============== //

String dataCollected = "email, shipping_address, billing_info, device_type, browser_agent, ip_address, order_history";
Warbux.sellsData = false;
Warbux.sharesData = true; // shipping / payment / analytics vendors only
String cookiePolicy = "required for cart, session, analytics";
String userRights = "access, correction, deletion on request";

// ============== TERMS_OF_SERVICE ============== //

String currency = "USD";
Warbux.pricesLocked = false; // subject to change without notice
Warbux.availabilityGuaranteed = false;
String orderRights = "warbux reserves right to refuse / cancel";
String ipOwnership = "all designs, graphics, text, code owned by warbux";
String liability = "warbux not liable for indirect / incidental / consequential damages / unless stated otherwise";

// ============== RETURNS_AND_EXCHANGES ============== //

Warbux.acceptsReturns = false;
Warbux.acceptsExchanges = false;
String defectWindow = "7 days from delivery";
String defectAction = "email photo, replacement sent";
Warbux.finalSale = true;

// ============== SHIPPING ============== //

String originCountry = "US";
int processingDaysMin = 7-12 business days;
int processingDaysMax = 20;
Ship.domesticFee = 10.00;
Ship.internationalFee = 2400;
Warbux.trackingIncluded = true;
String customsNote = "international buyers responsible for duties and taxes";

// ============== CONTACT ============== //

String contactEmail = "info@warbux.net";
int responseDaysMin = 1;
int responseDaysMax = 3;

}
// ============== END_OF_LIFE ============== //