We have launched our new documentation. Please head here to read it.

  • Browse
    • Search
    • Recs
Menu
  • Browse
    • Search
    • Recs
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages
  • Browse
    • Search
    • Recs
Menu
  • Browse
    • Search
    • Recs
  • Search
    • Browse
    • Recs
Menu
  • Search
    • Browse
    • Recs
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages
  • Get started
  • Documentation
  • Integration Doc
  • FAQ
Menu
  • Get started
  • Documentation
  • Integration Doc
  • FAQ

Down Arrow up_Arrow_active Feed

Feed Creation

  • Prepare your Schema
  • Prepare your Catalog
  • Upload your Feed

 

 

 

Feed API

  • Full Feed Upload
  • Delta Feed Upload
  • Single Record Upload
  • Check Product Count

 

 

 

Down Arrow up_Arrow_active Analytics

Introduction

  •  
  •  

Browser Integration

  • JavaScript Based Integration
  • HTML Based Integration

GTM Integration

  • Introduction to GTM
  • Requirements

Analytics API

  • Introduction
  • Events
  • API Integration

Unbxd Events Validator

  •  
  •  

Down Arrow up_Arrow_active Deploy Unbxd

Search API

  • Search Endpoint
  • Authentication
  • Header
  • Request Parameter
  • Response Components
  • Explanation Request Parameter

PDP API

  • PDP API Format

Autosuggest API

  • Sample Request
  • Request Parameters
  • Response Parameters

Android SDK

  • System Requirements
  • Install SDK
  • Initialize SDK
  • Unbxd Commerce Search
  • Integrating Unbxd Autosuggest
  • Unbxd Analytics
  • Unbxd Browse
  • Unbxd Recommendations
  • Sample App

iOS SDK

  • Installation
  • Unbxd Analytics
  • Unbxd Commerce Search
  • Unbxd Autosuggest
  • Unbxd Browse
  • Unbxd Recommendations
  • Sample iOS App

Javascript Library Integration

  • Quickstart with Unbxd Template
  • Quick Integration to your site
  • Detailed Guide
  • Authentication
  • Types of Pages to Render
  • Configuring the Page
  • Instance Methods
  • More Information
  • Available Configurations

Autosuggest SDK

  • Libraries
  • QuickStart
  • Authentication
  • Configuring Autosuggest
  • Sample Options Object
  • Handlebar Functions
  • List of Configs

Search JS SDK Config

  • Search Template
  • Loader Config
  • Facet Config
  • Pagination
  • Spellcheck
  • Sort Config
  • PageSize Config
  • Breadcrumb Config
  • Product Views
  • Variants

React SDK

  • Quick Integration with Unbxd template
  • Quick Integration to your site
  • Installation
  • Authentication
  • Types of pages to render
  • Configuring the page
  • PageSize Config
  • More Info

Visual Search API

  • Endpoint
  • Authentication
  • Headers
  • Request Parameters
  • API Response 
  • Response Components

Down Arrow up_Arrow_active Onboarding & Platform Integration

Onboarding Flow

  • Create an Unbxd Account
  • Create an Unbxd Site
  • Upload a Catalog
  • Setup Search
  • Integrate Search

Onboarding Flow

  • Create an Unbxd Account
  • Create an Unbxd Site
  • Upload a Catalog
  • Setup Search
  • Integrate Search

Shopify

  • Plugin Installation
  • Configuration
  • Uninstallation
  • Test Plugin Installation

Magento Integration

  • Installation
  • Authentication
  • Catalog
  • Catalog Sync
  • Product Integration
  • Custom Template
  • Indexing Queue View
  • Feed View
  • Upgrade
  • Uninstall

SAP Hybris

  • Installation
  • Authentication
  • Catalog
  • Cron Job
  • Product Config
  • Uninstall

BigCommerce

  • Installation
  • Configuration

BigCommerce Integration

Unbxd App for BigCommerce helps you use Unbxd Site Search within your Bigcommerce store. This app allows companies (irrespective of their size) to integrate their websites on the BigCommerce platform with Unbxd’s Site Search solution. 

It allows:

  • Automatic Catalog Sync: Each product addition or deletion is sent to Unbxd servers every 24 hour automatically, to keep the data at Unbxd servers up-to-date. 
  • Analytics Integration: The Unbxd Extension for BigCommerce automatically tracks user analytics and behavior that is essential in order to provide accurate and user-specific search results. The extension analyzes every user event and tracks product clicks, products added to cart, and orders. With this information, a user profile is built for every user based on his/her affinity to a certain category, brand, or price.

All you have to do is signup to the Unbxd console,  install the BigCommerce plugin by providing the store hash and configure the BigCommerce store to replace BigCommerce default search experience with Unbxd experience

This section will help you install the Unbxd App, synchronise product catalog, and integrate analytics.

Prerequisites

 

The following permissions are required to install the plugin :

  1. BigCommerce User Role : Store Owner or Store Administrator
  2. During the installation process Unbxd app will request for following permissions :

-View and Modify content, products and theme

-Generate tokens to access your store’s storefront APIs

– View basic configuration settings

 

Installation

To install the BigCommerce app:

  • Signup to the Unbxd self serve console at https://console.unbxd.io/signup 

Create the Site key 

  • Create a site key

  • Choose the “BigCommerce Plugin” from the Platform section

  • Find the store hash for your BigCommerce store 

    • Login to your BigCommerce store has store owner

    • Click on Home and scroll down to Advance Settings

    • Click on Advance Settings and scroll down to API Accounts

    • Click on Advance Settings then click on Create API Account and select Create V2/V3 API Token

    • Take a note of store hash present in the API Path i.e. https://api.bigcommerce.com/stores/{store_hash}/v3/ . 

  • Enter the store hash value in the Unbxd console. 

  • Accept the terms and conditions by clicking on the confirm button 

  • Unbxd automatically starts fetching the catalog from the BigCommerce store 

Follow the rest of the instructions on the Unbxd console 

 

  • Confirm the BigCommerce plugin installation in the store 

Configuration

Once the plugin is installed then we have to do configurations in the BigCommerce store to replace the default BigCommerce search APIs, Autosuggest with Unbxd search APIs and autosuggest.

  • Log in to your BigCommerce store as a store owner

  • Using the sidebar, go to the Storefront and click on my themes

  • Make a copy of the current theme by clicking the Make a copy from the Advanced option

  • Scroll down to the copied theme, click on more option and click on Edit theme files

  • Open the search.html file present in the templates > pages

To render Unbxd search results, we need to replace the default SRP template with Unbxd specific SRP template.To do this 

    • Remove the content of the partial head {{#partial “head”}}
    • Replace the content of the partial page {{#partial “page”}} with <div id=”UNX-search-wrapper”></div>

Checkout the screenshot below 

Save the file and close.

  • Open quick-search.html file present in templates>components>common

In this we are going to replace the BigCommerce default search query input box with the Unbxd query input box. This will enable you to make search queries to the Unbxd servers rather than to default BigCommerce servers. To do this 

    • Hide the default input box by setting CSS style property display as none using style=display:none 
    • Now just below this input box, add Unbxd input box by adding the this code snipped <input class="UNX-search-input form-input" autocomplete="off" placeholder="Search">

Checkout the screenshot below

Save the file and close.

  • Now go back to my themes again and make the copied theme the LIVE theme.

  • As you will make this the LIVE theme, the search experience would be powered by Unbxd AI-based search engine.

  • Did this answer your question?
  • Yes!

    Nice work, I love it.

    No…

    I have some feedback

On this Section

  • Automatic Synchronization
  • Manual Synchronization
  • Command Line Interface
  • Manual Upgrade
  • Upgrade via Composer

Copyright 2020 © Unbxd Inc, All Rights Reserved. Privacy Policy