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;


// ============== MOBILE_TERMS_OF_SERVICE ============== //

String mobileTermsTitle = "Mobile Terms of Service";
String mobileTermsEntity = "WARBUX";
String mobileTermsUpdated = "Last updated: April 14, 2026";

String mobileTermsIntro = "The WARBUX mobile message service (the \"Service\") is operated by WARBUX (\"WARBUX\", \"we\", or \"us\"). Your use of the Service constitutes your agreement to these terms and conditions (\"Mobile Terms\"). We may modify or cancel the Service or any of its features without notice. To the extent permitted by applicable law, we may also modify these Mobile Terms at any time and your continued use of the Service following the effective date of any such changes shall constitute your acceptance of such changes.";

String mobileTermsConsent = "By consenting to WARBUX's SMS/text messaging service, you agree to receive recurring SMS/text messages from and on behalf of WARBUX through your wireless provider to the mobile number you provided, even if your mobile number is registered on any state or federal Do Not Call list. Text messages may be sent using an automatic telephone dialing system or other technology. Promotional messages may include promotions, specials, and other marketing offers (e.g., cart reminders).";

String mobileTermsVoluntary = "You understand that you do not have to sign up for this program in order to make any purchases, and your consent is not a condition of any purchase with WARBUX. Your participation in this program is completely voluntary.";

String mobileTermsCharges = "We do not charge for the Service, but you are responsible for all charges and fees associated with text messaging imposed by your wireless provider. Message frequency varies. Message and data rates may apply. Check your mobile plan and contact your wireless provider for details. You are solely responsible for all charges related to SMS/text messages, including charges from your wireless provider.";

String mobileTermsOptOut = "You may opt-out of the Service at any time. Text the single keyword command STOP to +18449651815 or click the unsubscribe link (where available) in any text message to cancel. You'll receive a one-time opt-out confirmation text message. No further messages will be sent to your mobile device, unless initiated by you. If you have subscribed to other WARBUX mobile message programs and wish to cancel, except where applicable law requires otherwise, you will need to opt out separately from those programs by following the instructions provided in their respective mobile terms.";

String mobileTermsSupport = "For Service support or assistance, text HELP to +18449651815 or email info@warbux.net.";

String mobileTermsShortCode = "We may change any short code or telephone number we use to operate the Service at any time and will notify you of these changes. You acknowledge that any messages, including any STOP or HELP requests, you send to a short code or telephone number we have changed may not be received and we will not be responsible for honoring requests made in such messages.";

String mobileTermsCarriers = "The wireless carriers supported by the Service are not liable for delayed or undelivered messages. You agree to provide us with a valid mobile number. If you get a new mobile number, you will need to sign up for the program with your new number.";

String mobileTermsLiability = "To the extent permitted by applicable law, you agree that we will not be liable for failed, delayed, or misdirected delivery of any information sent through the Service, any errors in such information, and/or any action you may or may not take in reliance on the information or Service.";

String mobileTermsPrivacy = "We respect your right to privacy. To see how we collect and use your personal information, please see our Privacy Notice.";

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