Big Commerce – Stencil

BigCommerce Stencil is a flexible and customizable framework used for building themes and customizing the storefront design in BigCommerce. Stencil allows you to create unique and visually appealing online stores by providing you with a range of tools and resources. Here’s an overview of BigCommerce Stencil: What is BigCommerce Stencil? Stencil is the latest theme… Continue reading Big Commerce – Stencil

How to add script to cornerstone theme

To add a script to the Cornerstone theme in BigCommerce, you can follow these steps: Log in to your BigCommerce admin panel. From the sidebar, navigate to “Storefront” and select “Script Manager.” In the Script Manager, click on the “Create Script” button. Provide a name for your script, such as “Custom Script.” Under “Location on… Continue reading How to add script to cornerstone theme

Bigcommerce Proposal – website customization in product list page

PROPOSAL FOR PRODUCT  LIST PAGE CUSTOMIZATION IN BIGCOMMERCE WEBSITE  This proposal covers the possibility of developing functionalities such as product quantity, Size options and Add to cart button for each products in product list page.This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as official implementation partner Of Oracle NetSuite.  Submitted… Continue reading Bigcommerce Proposal – website customization in product list page

Bigcommerce – PHP files

We will get only js and html files on downloading stencil cornerstone file in our local. But we can also get the PHP files from the browser. But the files contain API related code only. BIgcommerce PHP SDK : – https://github.com/moderntribe/bigcommerce-api-php-v3.

BigDesign – Bigcommerce

BigCommerce’s library of React components lets developers build stylish apps that have a native BigCommerce feel at their core. The components implement BigDesign principles to allow us to create an empathetic and frictionless user experience. Each component has props that can be passed for further configuration. Step 1 :- Add BigDesign and styled-components to your… Continue reading BigDesign – Bigcommerce

Set up Firebase database

Cloud Firestore(opens in a new tab) is a cloud-hosted NoSQL Firebase database built on Google’s infrastructure Create a Firebase project Sign in to Cloud Firestore(opens in a new tab) using your Google account. To create a Google account, visit the Google signup page(opens in a new tab). Once logged in, click Go to console in the top right corner. In the… Continue reading Set up Firebase database

How to Test App Authentication Locally with ngrok

Install with npm Be sure you have Node.js installed on your computer. Run the following terminal command to confirm Node is installed and check your version:node -v Run npm install -g ngrok to install ngrok globally. You can now run ngrok commands from any directory. Install manually Head to https://ngrok.com/download and download the package that corresponds to your operating system. Unzip… Continue reading How to Test App Authentication Locally with ngrok

GrapghQL

GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. Developed by Facebook in 2012 and open-sourced in 2015, GraphQL allows clients to define the structure of the data required and returned from the server, thus preventing excessively large amounts of data from being returned. GraphQL… Continue reading GrapghQL

Bigcommerce – Types of App

The first step when developing an app is deciding which type of app to develop. The two types of apps, Single-Click and Connector, are defined by the method of authentication.  Single-Click apps use an OAuth Authorization Code Grant flow.  Connector apps require store owners to manually generate and configure store API credentials. In addition to the authentication… Continue reading Bigcommerce – Types of App