Retail stores have been sprouting up and making shopping convenient for the people. Besides, these stores are also offer employment to many who are not highly educated. They offer excellent career option for those who seek part-time and full-time jobs. One can work as a clerk, attendant, cashier, supervisor, salesperson, etc. in any retail store. Typical responsibilities of a retail job include attending customers walking into the store, and listening and meeting their needs. Some of the workers in the retail store may handle phone calls, solve customer's problems regarding a product, monitor inventory, accounts, and handle store display.
This retail resume sample is crafted for job seekers who are aiming for a retail sales career. We have compiled all the qualities that are required for a career in retail sales.
Carrier Objective:
Seeking an excellent opportunity to work in the retail industry, where I can utilize my sales and customer service skills to manage various functions of a retail shop.
Summary of Skills:
Work Experience:
Retail Salesperson
Tom Super Store, La Grange (Dutchess), NY
October 2015 - Present
Education:
On request.
#!/usr/bin/perl use LWP::Simple; use LWP::UserAgent; require "./cookie.lib"; &get_input; $cat = $in{'cat'}; if ($cat eq "") { $cat = "xx"; } $key = "906efcd7447d352c6ae042eabeaa5d694ed8965f404886769fcc0b490383081b"; $ip = "$ENV{REMOTE_ADDR}"; print "Content-type: text/html\n\n"; #Specific Ads for specific countries $ADS{'US'}{'adminassistant'}='New! Not satisfied with your resume? Get your resume written by an \'Administrative Resume Writing Expert\' (CPRW) for just $69.90.
'; $ADS{'US'}{'receptionist'}='
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is expert in writing resumes for receptionists for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Customer Service Representatives for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Sales Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for engineering jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for nursing jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for CNA for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Retail Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Supervisor Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for teaching related jobs for just $69.90.
';
$ADS{'US'}{'xx'}='';
$ADS{'IN'}{accounting}='';
$ADS{'IN'}{xx}='';
#my $ua = LWP::UserAgent->new(timeout => 240);
#$agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Alexa Toolbar) K";
#$u = "http://api.ipinfodb.com/v3/ip-country/?key=" . $key . "&ip=" . $ip;
#
#$req = HTTP::Request->new(GET => $u);
#$req->referer($ref);
#$resp = $ua->request($req);
#
#if ($resp->is_success) {
# $fullresp = $resp->content();
# #print $fullresp; exit;
# ($ok,$t1,$t2,$country,$full_country) = split(/;/,$fullresp);
# if($ok eq "OK") {
# #print $country;
# print "$ADS{$country}{$cat}\n
";
print "$ADS{'US'}{$cat}\n
";
# if ($country eq "US") {
# $filename = "../geo/" . $cat;
# open(LT, "$filename");
# @all =