Shopify App Blocks
Theme Compatibility
Retail Cloud Connect works best with Shopify Online Store 2.0 themes that support App Blocks.
If the current theme does not support App Blocks, contact Nimstrata for assistance with deploying Retail Cloud Connect on that theme.
Search and collection App Blocks use the connected app project and the default_search serving configuration. Recommendations AI blocks have their own Serving Configuration ID setting because each recommendation block can use a different model or placement.
Published Theme Status
The Retail Cloud Connect Shopify App dashboard checks installation status on the selected theme. If merchants configure an unpublished theme first, the dashboard may still show a component as incomplete until the selected or published theme matches those changes.
Search Results and Collection Pages
Retail Cloud Connect ships dedicated App Blocks for the Shopify Search and Collection templates.
Both blocks support:
- Style
- Show Search Bar
- Content Position
- Results per page
- Results per row
- CSS Wrapper Class
- Pagination Style
When Local Inventory is configured, the filter uses the active location's
editable storefront display name. New display names default to the Shopify
Admin location name, while locations without a saved name keep the generic
Local Store heading. Named locations show Local Store as a smaller,
regular-weight line above the store name. Change Store appears in the same
position and style as other filter Clear actions. It keeps the active place
and local fulfillment selections until a new place is set, and closes the
surrounding native filter dialog. It can be hidden with the
localInventory.showChangeStoreButton search setting.
The Search Results App Block installs on Shopify's default search template.
The Product Grid App Block installs on Shopify's default collection template and additionally supports Show Collection Description.
The dashboard and Theme Installation page show a critical Duplicate Sections Detected alert above the Installation Summary table when the theme's native search results or product grid is still enabled alongside a Retail Cloud Connect block, or when more than one enabled Retail Cloud Connect block of the same type is present. Open Manage, hide the native results section with Shopify's eye icon, and keep one Retail Cloud Connect block enabled.
The Recommendations AI App Block can be installed on more than just product pages. The dashboard installation status focuses on the product-page recommendations block, but the current extension supports:
- Product pages
- Collection pages
- Cart pages
- Home page
- Blog posts
- Articles
- Standard pages
The default serving configuration is recently_viewed_default.
Common settings include:
- Serving Configuration ID
- Header Text
- Sub-Header Text
- Show Sub-Header Text
- Number of Recommendations
- Results per row
- Style
Autocomplete is enabled separately from the main search results App Block and is designed to enhance the theme's primary search box. Two app embeds are available:
- Keyword Autocomplete provides the legacy text-suggestion experience. Its Enable Shopify Fallback setting can use existing Shopify search traffic to help train the model.
- Dynamic Autocomplete is the full experience configured from the app's Autocomplete settings page and enabled with its App Embed in the Theme Editor. It supports text and brand suggestions, independent collection and page results, exact SKU navigation, and up to eight product previews.
The legacy text-only autocomplete model can take a few days to start learning from existing search traffic and typically one to two weeks to mature on active stores.
Enabling Dynamic Autocomplete
- In the Shopify admin, go to Online Store > Themes and click Customize on your active theme.
- Open App Embeds (the puzzle-piece icon), toggle on Dynamic Autocomplete, and click Save.
- In the Retail Cloud Connect app, open the Autocomplete settings page to choose which surfaces appear: keywords, products, brands, collections, pages, and predefined suggestions.
That is the whole installation for most stores. There is no theme code to edit: once the embed is on, Dynamic Autocomplete finds your theme's search box and takes over from there.
If you were previously using Keyword Autocomplete, toggle its embed off when you enable Dynamic Autocomplete so the two experiences do not compete for the same search input.
How It Takes Over the Search Bar
Dynamic Autocomplete attaches to the search inputs your theme already has:
- It finds the standard search box automatically. Shopify themes submit search with an input named
q, so Dynamic Autocomplete attaches toinput[name="q"]by default. When a shopper taps or focuses that input, the Dynamic Autocomplete dialog opens with its own search field, and the theme's built-in suggestions never appear. - Search boxes that appear later are picked up too. Many themes only render their search field inside a drawer or popup after the shopper taps a search icon. Dynamic Autocomplete watches the page for search inputs that are added or replaced after load and attaches to them the moment they appear.
- Custom themes can add their own selectors. If your theme uses a search input without
name="q", add up to ten CSS selectors (one per line) in the Trigger Selectors setting under Layout & Behavior. Any element matching a selector becomes a trigger: inputs open the dialog on focus, and non-input elements (like a search icon) open it on click. - Any element can become a search button. Add
on:click="#rcc-dynamic/showDialog"to a button, link, or icon in your theme to open Dynamic Autocomplete from anywhere, with no selector configuration. - Individual inputs can opt out. Add
data-rcc-autocomplete="off"to a specific search input to keep the theme's native behavior there, for example a blog-only sidebar search.
Shoppers can also press / anywhere on the page (outside another text field) to open Dynamic Autocomplete focused and ready for typing.
If the dialog is not opening
Layout & Behavior
The debounce controls are collapsed under Advanced Settings. Their saved values continue to apply while the controls are hidden.
See input[name="q"] attachment, the per-input opt-out, and custom open triggers.
AI Predictions
Keywords
Products
Additional Suggestions
Each AI Predictions source can be enabled independently. Product searches run separately from faster keyword, brand, collection, page, and SKU lookups so lightweight suggestions can appear first.
Predefined Suggestions
Predefined Suggestions appear before a shopper begins typing.
Default Products
The single-select collection picker loads an initial list quickly, then searches the complete Shopify collection catalog as a merchant types. Products retain Shopify's collection order. On the storefront, the collection heading uses the collection title translated for the shopper's active language when one is available.
Personalized Products
The serving-configuration dropdown excludes AI Commerce Search configurations and recommendation models that need a context product. It includes configurations backed by Recommended for You, Buy it Again, On sale, and Recently Viewed models. Page-level Optimization is not supported because its first response contains serving configuration IDs rather than products. See Recommendations AI for model details.
Recent Searches
Shoppers can clear their recent searches directly from the Dynamic Autocomplete dialog.
Sample Queries
Sample queries can be translated from the app's Translations page.
The Document Search App Block can be added to Shopify page templates when document search is enabled for the store.
The block requires an Engine ID from the connected document search setup and renders ten document results per request. Document Search uses the storefront language and country from Shopify localization.
For document search prompts and Google Cloud settings, see Google Cloud.