We have been analyzing the NCR Retail Online (NRO) business and our NCR Industry Solutions Board, an internal team that helps set strategy, has decided to set the NRO product to End of Life on March 31, 2018 . The CPOnline Product was also recently announced with an end of life date of September 30th, 2017 . The End of Life terms indicate that all current customers will need to be transitioned off their respective product and the servers turned off by 9/30/17 (CPO) & 3/31/18 (NRO) . Your NCR Counterpoint business partner has been notified of this decision in advance and has started taking steps to help you transition your eCommerce solution.

Next Steps

As of today, we are encouraging all customers to reach out to your current NCR Counterpoint Partner to begin the transition to a new eCommerce platform. Your partner will be your best resource in planning and transitioning to a new eCommerce solution.

NCR has worked with several partners to create options for your new eCommerce solution. Please refer to the below chart for information about these options. Your partner can provide you with further documentation about these solutions to assist you with the decision process. You can also view a list of FAQ’s about moving from NRO to one of the below options by clicking here .

We will be discussing this transition directly with the users that attend our Synergy User Conference at the end of June. We will be offering a presentation on eCommerce and we will have representatives at the exhibit booth to handle your questions. In the meantime, please reach out to your partner to help determine your next steps.

We appreciate your business and look forward to taking this next, innovative step together.

Recommended eCommerce Solutions

Solution Cost Platform Additional Notes
Commerce5
  • Upfront: Starts at $2500**
  • Monthly: Starts at $495.00 plus hosting
Magento Most tightly integrated with Counterpoint and offers the most advanced features
CP Magento
  • Upfront: Starts at $2,500**
  • Monthly: Starts at $200.00 including hosting
Magento Integrated with Counterpoint and offers features similar to NRO
CP Shop
  • Upfront: Starts at $999**
  • Monthly: Starts at $125.00 plus hosting
Woo Commerce Catalog, Inventory, and Orders are integrated with Counterpoint

Moving search synonyms and redirects from NCR Retail Online

When NCR announced the discontinuation of NCR Retail Online, retailers across Sydney, Melbourne, Brisbane, Perth, and Adelaide faced an unexpected technical project on top of their usual trading rhythm. The platform had quietly done the heavy lifting for years: keeping online catalogues aligned with Counterpoint stock, processing orders, and serving customers out to remote postcodes. Moving that ecosystem to Magento, WooCommerce, or another partner-supported storefront is rarely a simple database export. Two of the most underestimated pieces of the cutover are the search synonym library and the manual redirect map.

Search synonyms are the quiet workhorses of a healthy storefront. When a shopper in Adelaide types "sunnies" and your system knows to bring back sunglasses, or when a buyer in Brisbane searches for "esky" and finds coolers, the conversion happens before the customer even thinks about it. Manual redirects sit in a different layer, silently steering visitors from old URLs to new ones so that bookmarked pages, external ads, and search engines all land in the right place. Together they protect both the customer experience and the search ranking that a retailer has spent years building in the Australian market.

This guide walks through the practical steps of carrying both features across to a new platform, the pitfalls that catch out even experienced teams, and the testing habits that keep a brand's reputation intact during the transition. The aim is to treat synonyms and redirects as first-class migration assets, not afterthoughts buried in a checklist.

Cataloguing the existing search synonym library

The first move is to extract every synonym pair currently loaded into NCR Retail Online. Most Australian retailers running on the platform built their lists organically: a shopkeeper in Fitzroy notices customers searching for "ugg" when they mean "slippers", someone in Parramatta adds "thongs" to point at "sandals", and over time the file grows into dozens or hundreds of entries. Pull that raw file out before any export scripts run, and audit it row by row.

Local vocabulary is full of landmines for international platforms. A US-trained search engine does not instinctively understand that "footy" in Melbourne means AFL, that "bathers" in coastal Queensland means swimwear, or that a "ute" is a utility vehicle rather than a small truck. The synonym list you export from NCR Retail Online will encode years of Australian-specific customer behaviour, and that value disappears if you treat it as a generic data dump. Sort the entries by traffic volume before the rebuild so you know which synonyms earn their place on the new platform.

Once the list is in hand, decide which entries still apply after the rebrand. Some synonyms will become irrelevant if the business is renaming categories. A useful sanity check is to look at the product pages themselves. For instance, retailers selling glassware often have legacy URLs pointing at stemware collections, and customers who bookmarked those pages will arrive expecting the same product they remembered. That is both a synonym concern (shoppers may search "wine glasses" rather than "stemware") and a redirect concern.

Rebuilding synonyms inside the new search engine

Magento and WooCommerce approach synonyms differently. Magento's native search extension supports synonyms through an admin CSV import, while WooCommerce relies on plugins such as SearchWP, Relevanssi, or WooCommerce Product Search. Both require the list to be reformatted to the new schema, and neither will auto-detect your legacy entries. Plan a mapping exercise before the cutover date so the format change is done offline rather than under pressure.

Pay close attention to directional synonyms. NCR Retail Online supported one-way synonyms where a query like "jumper" was redirected to results for "sweater" without the reverse also being true. Many retailers in Victoria and Tasmania use "jumper" to mean knitwear, so the direction matters. Replicate the original direction in the new system unless you have specific evidence to broaden it.

After the technical import, test the synonyms against real Australian search queries. Pull three months of site search logs and replay the top fifty terms against the new engine. If "bathers", "cozzie", "togs", and "swimmers" no longer all return the swimwear category, the synonym list needs another pass before you let paying customers near the new storefront.

Carrying manual redirects across without losing SEO

Manual redirects are the safety net for any platform migration. Every URL that changes during the move needs a 301 redirect from the old path to the new equivalent, otherwise customers hit 404 pages, paid Google Ads spend is wasted, and years of organic ranking slowly leak away. Australian retailers who have invested in SEO for competitive categories like fashion, homewares, and electronics feel this loss most acutely.

Start by exporting the full URL list from NCR Retail Online. The manual redirects configured for marketing campaigns and discontinued product pages often live in a separate file from the main sitemap export. Merge them into one master spreadsheet, add the new equivalent URL for each, and use this as the source of truth for the rewrite rules in the new environment.

The format of the rules differs between Apache, Nginx, and managed hosting providers. If the business is moving to a new host as well as a new platform, hosting choice matters, because the server-level configuration will determine how those redirect rules are written and how they perform under traffic spikes. Confirm with the new provider that wildcard redirects, regex patterns, and trailing slash handling all behave as expected before launch day.

Once the rules are live, monitor them for the first month. Tools such as Screaming Frog and Google Search Console will surface redirect chains longer than two hops, loops, and any 404s that slipped through. Australian shoppers are not forgiving of broken journeys, particularly during high-value sales windows like EOFY and Black Friday.

Validating the migration against Australian customer behaviour

A migration is not finished when the new site goes live; it is finished when real customers behave the way they did on the old site. Run a structured testing phase using Australian IP addresses, Australian spelling dictionaries, and the most common local search queries. Confirm that the Privacy Act 1988 disclosures, Australian Consumer Law guarantees, and GST pricing displays all carry over correctly, because regulatory details are easy to miss in a copy-paste migration.

Local payment preferences also need attention. Australians increasingly expect Afterpay, Zip Pay, Apple Pay, and the Buy Now Pay Later options that dominate checkout flows in Sydney and Melbourne. If the new platform defaults to international gateways, conversion rates will drop quietly without anyone noticing during the migration itself.

Habits that keep synonyms and redirects healthy long after migration

A migration is a snapshot in time. Search vocabulary shifts with seasons, marketing campaigns, and cultural moments, so the synonym list needs a quarterly review rather than a one-off import. Schedule a recurring task in the team calendar to revisit the top fifty search terms, drop obsolete entries, and add new ones based on what shoppers typed during the latest sale.

Redirect maps need the same ongoing care. Every time a product is discontinued, a category is renamed, or a campaign URL is retired, the corresponding redirect should be added or reviewed. Retailers who treat redirects as living documentation rather than a static file preserve their SEO equity year after year.

For larger catalogues, consider tagging redirects by reason: discontinued, rebranded, consolidated, or seasonal. This taxonomy makes audits easier and helps the marketing team understand which historical URLs still carry value. It also surfaces patterns, such as a wave of redirects pointing at the men's category page after a menswear rebrand, which can guide future navigation design.

Practical recommendations before cutover day

  • Export synonyms and redirects into separate, version-controlled spreadsheets before any migration script runs
  • Sort synonym entries by traffic volume so the top hundred terms receive the most attention during rebuild
  • Rebuild redirects in the new platform's native format, whether that is a CSV, an .htaccess file, or an Nginx map block
  • Validate synonym coverage against three months of historical search logs from the legacy platform
  • Test redirect chains with Australian IP addresses and against Australian spelling variations
  • Schedule a thirty-day post-launch monitoring window to catch any 404s or synonym gaps
  • Document the synonym and redirect logic so the next platform change does not start from zero

A migration only earns its keep when customers keep finding what they searched for, and when old URLs keep landing in the right place. Treat synonyms and redirects as the foundation rather than the finishing touches, and the move from NCR Retail Online to a new platform becomes a deliberate handover rather than a leap of faith.

After you have completed your move to a new eCommerce platform, don’t forget to submit the Store Closure Request form to close your NRO site and cancel your billing subscription.