http://www.cstoredecisions.com/tag/drugstore-openings/feed
Before: ed 8,267 locations in all 50 states, the District of Columbia, Puerto Rico and Guam. That includes 7,818 drugstores, 163 more than a year ago, including 24 stores acquired over the last 12 months.
The post Walgreens Reports December Sales Increase of 2.7% appeared first on CStore Decisions.
]]>Match: CVS
After: Enters Memphis Market
http://www.cstoredecisions.com/tag/drugstore-openings/feed
Before:
Match: CVS
After: /pharmacy has opened its first store in the city of Memphis. “We are pleased to be opening stores in Memphis and expanding our presence in the state of Tennessee,” said […]
The post CVS Enters Memphis Market appeared first on CStore Decisions.
]]>
http://www.cstoredecisions.com/tag/drugstore-openings/feed
Before: his.
“We are pleased to be opening stores in Memphis and expanding our presence in the state of Tennessee,” said Larry Merlo, president of CVS/pharmacy. “Our mission at CVS is to make pharmacy solutions effective and easy for our customers, so we look forward to providing high-quality and convenient pharmacy services at a great value to our new customers in Memphis.”
The new Memphis
Match: CVS
After: /pharmacy is located at 9861 Highway 64. Additional locations on Winchester Rd. and Stage Rd. in Memphis will open later this year, and more stores are planned for the market over the next few years.
As part of the grand opening celebration, CVS/pharmacy announced that, since 2004, it has raised $16 million through its participation in St. Jude Children’s Research Hospital’s annual Thanks and Giving holiday fundraising campaign to support the expansion of the hospital
http://www.cstoredecisions.com/tag/drugstore-openings/feed
Before: ’s Rehabilitation Services Center. St. Jude will hold a ceremony to dedicate the CVS Caremark Rehabilitation Services Center following the
Match: CVS
After: /pharmacy grand opening.
“This new facility plays a critical role in helping St. Jude Children’s Research Hospital provide care that not only saves lives, but protects children’s quality of life during treatment for catastrophic diseases,” said Richard C. Shadyac Jr., CEO of ALSAC, the fundraising organization of St. Jude. “Partners like CVS Caremark help ensure that every child who comes through our doors has hope for a brighter future.”
“
http://www.cstoredecisions.com/tag/drugstore-openings/feed
Before: The CVS Caremark Rehabilitation Services Center was made possible by our customers who support the Thanks and Giving campaign every year and by the dedicated work of our employees,” said Merlo. “We are very proud that this new facility is helping St. Jude give children the support they need to reach their greatest potential.”
CVS/pharmacy, the retail division of CVS Caremark Corporation operates more than 7,000
Match: CVS
After: /pharmacy and Longs Drug stores.
The post CVS Enters Memphis Market appeared first on CStore Decisions.
]]>
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: rance:</strong> customizable with CSS and templates</li>
<li><strong>access control:</strong> publicly readable, editable by developers only, an area readable by developers only</li>
<li><strong>web authentication:</strong> Kerberos</li>
<li><strong>implementation language:</strong> not PHP</li>
<li><strong>revision control:</strong> yes, preferably not something homegrown, even more preferably
Match: CVS
After: </li>
<li><strong>page rendering strategy:</strong> compiles static pages that can be mirrored</li>
</ul>
<p>Before selecting <a href="http://ikiwiki.info/">ikiwiki</a>, I evaluated the following:</p>
<table>
<thead>
<tr>
<th>Software</th>
<th>Language</th>
<th>Versioning</th>
<th>Comments</th>
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: i/web/">web</a> commits, <code>From:</code>, <code>Committed by:</code>, and the commit message need to be massaged (as seen in this commit message). The code for this can be stolen from ikiwiki's. --<a href="https://wiki.netbsd.org/users/schmonz/">schmonz</a></p></blockquote></blockquote>
<p><span class="selflink">done</span></p>
Match: CVS
After: backend
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: ot;http://ikiwiki.info/rcs/">revision control system</a>.</p>
<p>While ikiwiki's <a href="http://ikiwiki.info/plugins/write/#index36h3">VCS API</a> is straightforward, CVS is missing some features and behaves badly, besides. Despite these well-known limitations, the <a href="http://ikiwiki.info/rcs/cvs/">
Match: CVS
After: plugin</a> manages to implement the complete API, so all of ikiwiki's VCS-related features work.</p>
<p>There may be a bug or two yet to be found, but this is <span class="selflink">done</span>. --<a href="https://wiki.netbsd.org/users/schmonz/">schmonz</a></p>
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: ot;>done</span> this.</p>
Match: CVS
After: support</a>, we need a test wiki instance in order to evaluate its merits.</p>
<p><a href="https://wiki.netbsd.org/users/spz/">spz</a> provided a running system suitable for testing, on which the following was done:</p>
<ul>
<li>installed the necessary pkgsrc bits:</li>
<li><code>www/apache22</code></li>
<li><code>www/ikiwiki</code> (with the <code>ikiwiki-search</code> option
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: and
Match: CVS
After: -related <code>LOCALPATCHES</code>)</li>
<li><code>www/cvsweb</code></li>
<li><code>devel/cvsps</code></li>
<li>created a <code>wiki</code> user</li>
<li>created <code>~/etc/htpasswd</code></li>
<li>created <code>~/etc/apache.conf</code> (restricting web editing to valid users in <code>~/etc/htpasswd</code>) and included it from the system's <code
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: >httpd.conf</code></li>
<li>made a copy of <code>cvsweb</code> into <code>~/cgi/cvsweb</code> and pointed it at <code>~/etc/cvsweb.conf</code></li>
<li>placed the
Match: CVS
After: plugin (not yet included in ikiwiki) in <code>~/perl/IkiWiki/Plugin/cvs.pm</code></li>
<li>created <code>~/src and ~/html</code> directories</li>
<li>ran <code>ikiwiki-makerepo cvs ~/src ~/cvsroot</code> to import <code>~/src</code> into a new repository and configure the ikiwiki post-commit hook</li>
<li>ran <code>ikiwiki ~/src ~/html --libdir ~/perl --url=http://testwiki.ipv6.de --dumpsetup ~/etc/ikiwiki
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: .conf</code> to create a config file</li>
<li>tweaked <code>~/wiki/etc/ikiwiki.conf</code> considerably (for exact changes, <code>diff -u ~/etc/ikiwiki.conf{.default,}</code>):</li>
<li>added useful plugins, including the
Match: CVS
After: plugin</li>
<li>disabled Discussion subpages</li>
<li>enabled userdir</li>
<li>enabled RSS/Atom feed generation</li>
<li>locked the included ikiwiki documentation against web editing</li>
<li>ran <code>ikiwiki --setup ~/etc/ikiwiki.conf</code> to generate pages and the CGI and post-commit wrappers</li>
<li>copied <code>cvsweb.css</code>, the NetBSD.org <code>favicon.ico</code>, and a down
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: bug a template of <a href="https://wiki.netbsd.org/users/plunky/">plunky</a>'s:</p>
<p>When web-editing a template, clicking "Save Page" always results in ikiwiki thinking a page-editing conflict occurred. It's not related to HTML::Template tags, because I can put a template's contents into some other page, verbatim, with no errors.</p>
<p>Joey and I can't reproduce with a git-backed wiki. It's probably a bug with the
Match: CVS
After: backend. He suggests two possibilities:</p>
<ol>
<li><code>cvs commit</code> is really failing</li>
<li><code>rcs_commit</code> does not return <code>undef</code> when it does <code>return unless cvs_is_controlling</code></li>
</ol>
<blockquote><p>Something odd happened to me just now, web-editing <a href="https://wiki.netbsd.org/wiki/todo/hook_up_wiki_commits_to_www-changes__64__/&q
http://wiki.netbsd.org/wiki/todo/done/index.rss
Before: lt;/blockquote>
Match: CVS
After: </li>
<li>edit via web browser:<br>
Just hit the 'Edit' link in the top bar. For markup advice, see the <a href="https://wiki.netbsd.org/ikiwiki/formatting/">FormattingHelp</a> link at the bottom next to the save etc buttons. Or use the cheat option: look at a page that already does what you want to achieve. <img src="https://wiki.netbsd.org/smileys/smile.png" alt=":)" /></li>
<li>set up <a href="https:
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: rance:</strong> customizable with CSS and templates</li>
<li><strong>access control:</strong> publicly readable, editable by developers only, an area readable by developers only</li>
<li><strong>web authentication:</strong> Kerberos</li>
<li><strong>implementation language:</strong> not PHP</li>
<li><strong>revision control:</strong> yes, preferably not something homegrown, even more preferably
Match: CVS
After: </li>
<li><strong>page rendering strategy:</strong> compiles static pages that can be mirrored</li>
</ul>
<p>Before selecting <a href="http://ikiwiki.info/">ikiwiki</a>, I evaluated the following:</p>
<table>
<thead>
<tr>
<th>Software</th>
<th>Language</th>
<th>Versioning</th>
<th>Comments</th>
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: i/web/">web</a> commits, <code>From:</code>, <code>Committed by:</code>, and the commit message need to be massaged (as seen in this commit message). The code for this can be stolen from ikiwiki's. --<a href="https://wiki.netbsd.org/users/schmonz/">schmonz</a></p></blockquote></blockquote>
<p><span class="selflink">done</span></p>
Match: CVS
After: backend
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: ot;http://ikiwiki.info/rcs/">revision control system</a>.</p>
<p>While ikiwiki's <a href="http://ikiwiki.info/plugins/write/#index36h3">VCS API</a> is straightforward, CVS is missing some features and behaves badly, besides. Despite these well-known limitations, the <a href="http://ikiwiki.info/rcs/cvs/">
Match: CVS
After: plugin</a> manages to implement the complete API, so all of ikiwiki's VCS-related features work.</p>
<p>There may be a bug or two yet to be found, but this is <span class="selflink">done</span>. --<a href="https://wiki.netbsd.org/users/schmonz/">schmonz</a></p>
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: ot;>done</span> this.</p>
Match: CVS
After: support</a>, we need a test wiki instance in order to evaluate its merits.</p>
<p><a href="https://wiki.netbsd.org/users/spz/">spz</a> provided a running system suitable for testing, on which the following was done:</p>
<ul>
<li>installed the necessary pkgsrc bits:</li>
<li><code>www/apache22</code></li>
<li><code>www/ikiwiki</code> (with the <code>ikiwiki-search</code> option
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: and
Match: CVS
After: -related <code>LOCALPATCHES</code>)</li>
<li><code>www/cvsweb</code></li>
<li><code>devel/cvsps</code></li>
<li>created a <code>wiki</code> user</li>
<li>created <code>~/etc/htpasswd</code></li>
<li>created <code>~/etc/apache.conf</code> (restricting web editing to valid users in <code>~/etc/htpasswd</code>) and included it from the system's <code
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: >httpd.conf</code></li>
<li>made a copy of <code>cvsweb</code> into <code>~/cgi/cvsweb</code> and pointed it at <code>~/etc/cvsweb.conf</code></li>
<li>placed the
Match: CVS
After: plugin (not yet included in ikiwiki) in <code>~/perl/IkiWiki/Plugin/cvs.pm</code></li>
<li>created <code>~/src and ~/html</code> directories</li>
<li>ran <code>ikiwiki-makerepo cvs ~/src ~/cvsroot</code> to import <code>~/src</code> into a new repository and configure the ikiwiki post-commit hook</li>
<li>ran <code>ikiwiki ~/src ~/html --libdir ~/perl --url=http://testwiki.ipv6.de --dumpsetup ~/etc/ikiwiki
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: .conf</code> to create a config file</li>
<li>tweaked <code>~/wiki/etc/ikiwiki.conf</code> considerably (for exact changes, <code>diff -u ~/etc/ikiwiki.conf{.default,}</code>):</li>
<li>added useful plugins, including the
Match: CVS
After: plugin</li>
<li>disabled Discussion subpages</li>
<li>enabled userdir</li>
<li>enabled RSS/Atom feed generation</li>
<li>locked the included ikiwiki documentation against web editing</li>
<li>ran <code>ikiwiki --setup ~/etc/ikiwiki.conf</code> to generate pages and the CGI and post-commit wrappers</li>
<li>copied <code>cvsweb.css</code>, the NetBSD.org <code>favicon.ico</code>, and a down
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: bug a template of <a href="https://wiki.netbsd.org/users/plunky/">plunky</a>'s:</p>
<p>When web-editing a template, clicking "Save Page" always results in ikiwiki thinking a page-editing conflict occurred. It's not related to HTML::Template tags, because I can put a template's contents into some other page, verbatim, with no errors.</p>
<p>Joey and I can't reproduce with a git-backed wiki. It's probably a bug with the
Match: CVS
After: backend. He suggests two possibilities:</p>
<ol>
<li><code>cvs commit</code> is really failing</li>
<li><code>rcs_commit</code> does not return <code>undef</code> when it does <code>return unless cvs_is_controlling</code></li>
</ol>
<blockquote><p>Something odd happened to me just now, web-editing <a href="https://wiki.netbsd.org/wiki/todo/hook_up_wiki_commits_to_www-changes__64__/&q
https://wiki.netbsd.org/wiki/todo/done/index.rss
Before: lt;/blockquote>
Match: CVS
After: </li>
<li>edit via web browser:<br>
Just hit the 'Edit' link in the top bar. For markup advice, see the <a href="https://wiki.netbsd.org/ikiwiki/formatting/">FormattingHelp</a> link at the bottom next to the save etc buttons. Or use the cheat option: look at a page that already does what you want to achieve. <img src="https://wiki.netbsd.org/smileys/smile.png" alt=":)" /></li>
<li>set up <a href="https:
https://www.mcmillandoolittle.com/feed/
Before: rt Connect Is Redefining the Economics of Commerce appeared first on McMillanDoolittle - Transforming Retail.
]]>Match: CVS
After: Pharmacy-Only Stores: A Glimpse of the Future of Convenience
https://www.mcmillandoolittle.com/feed/
Before: ago]]>
Match: CVS
After: opened a pharmacy-only store in Chicago at 2628 West Pershing Road, the first of nearly 20 such locations the company plans to roll out across the U.S. this year. The pharmacy-only stores average around 3,000 square feet, which is considerably smaller...
The post CVS Pharmacy-Only Stores: A Glimpse of the Future of Convenience appeared first on Before: little.com">McMillanDoolittle - Transforming Retail.
https://www.mcmillandoolittle.com/feed/
Match: CVS
After: that generally runs about 11,000 to 15,000 square feet. The “apothecary-style” stores are built around a full-service pharmacy, pharmacist consultations, immunizations, and a curated selection of over-the-counter items rather than the broader snack, beauty, and general merchandise mix found in a typical, full-size CVS. According to the company, the format is meant to bring pharmacy care closer to where patients live and make it easier to access medications and pharmacist support.
https://www.mcmillandoolittle.com/feed/
Before: >
CVS first tested the smaller format late last year at a location in Birmingham, AL and is now set to scale the concept to nearly 20 additional sites in 2026 in cities including Houston, Detroit, and Brooklyn. This isn’t entirely new—Walgreens has been testing smaller-format, pharmacy-focused stores since 2019—but
Match: CVS
After: ’s push to scale a pharmacy-only model represents a more definitive shift, removing most of the front-end retail entirely. After more than 1,000 store closures between 2022 and 2025, CVS is now shifting back to selective growth, with about 60 new locations planned for 2026, including pharmacy-only stores. These smaller locations give the retailer a way to stay present in neighborhoods that need pharmacy access without carrying the full cost, complexity, and loss prevention risks of a large ret
https://www.mcmillandoolittle.com/feed/
Before: ail front end. It is also easier to fit a 3,000-square-foot format into dense urban areas and infill sites than a traditional drugstore footprint. Efforts to reshape the store base have spanned several years and this challenge is not unique to
Match: CVS
After: . Walgreens has been working through its own turnaround, including a plan underway to close 1,200 stores over three years, a reminder that the traditional drugstore model is still under pressure across the sector.

https://www.mcmillandoolittle.com/feed/
Before: e.
Beyond right sizing the store fleet and format, department performance is another driver influencing the expansion of pharmacy-only stores. Same-store pharmacy sales rose over 19% in Q4 2025, driven by prescription volume and pharmacy mix, while front-store comp sales increased just 0.5% amid softer consumer demand at the front end of the store. For years, pharmacy has been the stronger engine while front-end retail has been the harder business to defend.
Philosophically,
Match: CVS
After: , Walgreens, and the now-bankrupt Rite Aid have all had to rethink what “convenience” really means in a world where customers can get everyday items delivered within hours without setting foot in a store. CVS now offers delivery for many front-store purchases in as little as three hours, plus next- or two-day prescription delivery. Walgreens markets same-day delivery in as little as one hour. From a brick-and-mortar standpoint, it has become increasingly difficult for the traditional drugsto
https://www.mcmillandoolittle.com/feed/
Before: re front end to win on convenience alone when cost-conscious consumers are less willing to pay a premium for merchandise they can just as easily buy online with free delivery from sites like Amazon.

https://www.mcmillandoolittle.com/feed/
Before: " class="wp-caption-text">Image Source:
Match: CVS
After: .com
However, what still matters, and what is harder to digitize away, is access to medications, immunizations, and trusted one-on-one consultations from a trained pharmacist. The company cited its own research, stating 80% of patients prefer face-to-face pharmacy care, 48% would switch pharmacies if limited to digital-only options, and 97% of pharmacy professionals say in-person interactions remain vital. So, while these stores are smaller, the proposition has shifted to be less of
https://www.mcmillandoolittle.com/feed/
Before: ce looks like in the U.S.
How are you thinking about store formats, service models, and convenience in your own business? McMillanDoolittle helps retailers and brands rethink concepts, footprints, and customer experience for the next phase of growth. Contact us to learn more.
The post
Match: CVS
After: Pharmacy-Only Stores: A Glimpse of the Future of Convenience appeared first on McMillanDoolittle - Transforming Retail.
http://www.popville.com/category/neighborhoods/brentwood/feed/
Before:
Before: ww.popville.com/wp-content/uploads/2023/10/cvs-note-150x200.jpg 150w, https://www.popville.com/wp-content/uploads/2023/10/cvs-note-116x155.jpg 116w, https://www.popville.com/wp-content/uploads/2023/10/cvs-note-64x85.jpg 64w, https://www.popville.com/wp-content/uploads/2023/10/cvs-note-300x399.jpg 300w, https://www.popville.com/wp-content/uploads/2023/10/cvs-note-420x559.jpg 420w" sizes="auto, (max-width: 769px) 100vw, 769px" /> Thanks to Mica Powers for sending from the: “NE DC the
Mark sends the current set up below at the Ivy City CVS: Before: vernmental affairs at ExxonMobil Corporation. ExxonMobil is the largest publicly traded international oil and gas company, which uses technology and innovation to help meet the world’s growing energy needs. The post ExxonMobil Offers Free iPad App appeared first on CStore Decisions. Before: nMobil]]>
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: er-fuel-perks/cvs/" rel="attachment wp-att-33916">
The program will allow more than 69 million active cardholders to earn up to five $10 gift cards to Exxon/Mobil or Shell during select weeks between May and August. Customers who spend $30 on specially-marked items will be given the fuel promotion card. “We are committed to finding ways to provide our customers with personalized value each time the
Before: y shop,” said Judy Sansone, senior vice president of merchandising for CVS/pharmacy. “This year’s earn free gas promotion delivers on that promise and builds on the success and popularity of our program last year by giving customers an easy way to earn up to $50 in free gas while shopping for essential items in our stores this summer.” Customers who reach the $30 required purchase threshold will be able to print a receipt that can be redeemed at a
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: ity and purchase consideration. Costco received the Gasoline Retail Brand of the Year title. Although this is the first time Costco was listed in the polls as a gasoline retailer, the brand took the top spot, ranking higher than Speedway this year. Other fuel brands that scored high were Hess, Shell, Sam’s Club, Sunoco, Arco, Speedway, ExxonMobil and Chevron. Consumers also reported to Harris Poll they prefer to get prescription drugs from traditional drug stores like Walgreens,
Target also earned Value Retailer of the Year title, surpassing Walmart in the polls. Consumers prefer it for its familiarity, quality and purchase intention. Harris Poll EquiTrend measures and compares the strength of more than 1,500 brands. The company tracked the responses from more than 38,500
Before: any operates petroleum refineries/pipelines and manufactures, markets and distributes Cenex brand refined fuels, lubricants, propane and renewable energy products. The post Cenex, Cabela’s Launch $10,000 Summer Gas Giveaway appeared first on CStore Decisions. Before: nMobil]]>
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: er-fuel-perks/cvs/" rel="attachment wp-att-33916">
The program will allow more than 69 million active cardholders to earn up to five $10 gift cards to Exxon/Mobil or Shell during select weeks between May and August. Customers who spend $30 on specially-marked items will be given the fuel promotion card. “We are committed to finding ways to provide our customers with personalized value each time the
Before: y shop,” said Judy Sansone, senior vice president of merchandising for CVS/pharmacy. “This year’s earn free gas promotion delivers on that promise and builds on the success and popularity of our program last year by giving customers an easy way to earn up to $50 in free gas while shopping for essential items in our stores this summer.” Customers who reach the $30 required purchase threshold will be able to print a receipt that can be redeemed at a
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: lastBuildDate>
Before: nMobil]]>
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: er-fuel-perks/cvs/" rel="attachment wp-att-33916">
The program will allow more than 69 million active cardholders to earn up to five $10 gift cards to Exxon/Mobil or Shell during select weeks between May and August. Customers who spend $30 on specially-marked items will be given the fuel promotion card. “We are committed to finding ways to provide our customers with personalized value each time the
Before: y shop,” said Judy Sansone, senior vice president of merchandising for CVS/pharmacy. “This year’s earn free gas promotion delivers on that promise and builds on the success and popularity of our program last year by giving customers an easy way to earn up to $50 in free gas while shopping for essential items in our stores this summer.” Customers who reach the $30 required purchase threshold will be able to print a receipt that can be redeemed at a
The post CVS Creates Summer Fuel Perks appeared first on CStore Decisions. Before: Before: .9.4
Is CVS cheaper for pills than say Wal-Greeens or Rite-aid?? Before: #8217;t need some bee-ess nanny advertising to watch out for me. Before: ![CDATA[MerryMarjie]]>
Before: it’s anywhere near the time to renew your prescriptions, and then if the
After: in Rhode Island Row” Mark sends the current set up below at the Ivy City CVS:]]>
http://www.popville.com/category/neighborhoods/brentwood/feed/
Match: CVS
After: in Rhode Island Row”
http://www.cstoredecisions.com/tag/ExxonMobil/feed/
Match: CVS
After: Creates Summer Fuel Perks
http://www.cstoredecisions.com/tag/ExxonMobil/feed/
Match: CVS
After: lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations CVS/pharmacy plans to give members of its ExtraCare program free gas cards […]
http://www.cstoredecisions.com/tag/ExxonMobil/feed/
CVS lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations
Match: CVS
After: /pharmacy plans to give members of its ExtraCare program free gas cards throughout the season with its “Earn Free Gas” promotion.
http://www.cstoredecisions.com/tag/ExxonMobil/feed/
Match: CVS
After: /pharmacy store for a $10 gas card.
http://www.cstoredecisions.com/tag/ExxonMobil/feed/
Match: CVS
After: or Rite Aid. Walgreens earned the top spot as Drugstore Brand of the Year. Harris Poll reported that name brand familiarity and purchase consideration helped Walgreens get the top spot.
http://www.cstoredecisions.com/tag/fuel-promotions/feed
Match: CVS
After: Creates Summer Fuel Perks
http://www.cstoredecisions.com/tag/fuel-promotions/feed
Match: CVS
After: lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations CVS/pharmacy plans to give members of its ExtraCare program free gas cards […]
http://www.cstoredecisions.com/tag/fuel-promotions/feed
CVS lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations
Match: CVS
After: /pharmacy plans to give members of its ExtraCare program free gas cards throughout the season with its “Earn Free Gas” promotion.
http://www.cstoredecisions.com/tag/fuel-promotions/feed
Match: CVS
After: /pharmacy store for a $10 gas card.
http://www.cstoredecisions.com/tag/ExtraCare-program/feed/
Match: CVS
After: Creates Summer Fuel Perks
http://www.cstoredecisions.com/tag/ExtraCare-program/feed/
Match: CVS
After: lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations CVS/pharmacy plans to give members of its ExtraCare program free gas cards […]
http://www.cstoredecisions.com/tag/ExtraCare-program/feed/
CVS lets drivers save up to $50 on high gas prices this summer at ExxonMobil or Shell stations
Match: CVS
After: /pharmacy plans to give members of its ExtraCare program free gas cards throughout the season with its “Earn Free Gas” promotion.
http://www.cstoredecisions.com/tag/ExtraCare-program/feed/
Match: CVS
After: /pharmacy store for a $10 gas card.
https://www.mouseprint.org/2020/02/24/are-cvs-customers-better-than-most-at-taking-their-pills/feed/
Match: CVS
After: Customers Better Than Most at Taking Their Pills?
https://www.mouseprint.org/2020/02/24/are-cvs-customers-better-than-most-at-taking-their-pills/feed/
After: cheaper for pills than say Wal-Greeens or Rite-aid??]]>
https://www.mouseprint.org/2020/02/24/are-cvs-customers-better-than-most-at-taking-their-pills/feed/
After: is by FAR the worst of the bunch...I would not trust them with anything. This claim is laughable!!]]>
https://www.mouseprint.org/2020/02/24/are-cvs-customers-better-than-most-at-taking-their-pills/feed/
After: banner on the Caller dial doesn't make you pick up the phone, the Target name will be on the next call. They will hound you every day until you go and pick up the pills, two or three calls a day, relentlessly. I'm not used to such a nanny-like behavior!]]>
https://www.mouseprint.org/2020/02/24/are-cvs-customers-better-than-most-at-taking-their-pills/feed/
Match: CVS
After: banner on the Caller dial doesn’t make you pick up the phone, the Target name will be on the next call. They will hound you every day until you go and pick up the pills, two or three calls a day, relentlessly. I’m not used to such a nanny-like behavior!