Languages used to develop big commerce theme

When developing a theme for BigCommerce using the Stencil framework, you primarily work with web development technologies and languages. Here are the key programming languages and technologies commonly used in BigCommerce theme development: HTML (HyperText Markup Language): HTML is the fundamental language for creating the structure and content of web pages. It defines the layout… Continue reading Languages used to develop big commerce theme

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

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.

Product filtering in Big commerce

Product Filtering/ faceted search allows shoppers to refine product searches based on multiple attributes like price, color, size, and reviews. Using filters on your storefront can make it easier for shoppers to navigate products by allowing them to search the way they want to. Product filters appear on category, brand, and search pages. The store… Continue reading Product filtering in Big commerce

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

JWT token creation using Big commerce customer identity

BigCommerce provides Customer Identity and Access Management(CIAM) capabilities for managing access to BigCommerce resources. If I’m building an application that needs to work on any BigCommerce store, then I need a way for BigCommerce to tell my API who the customer is. To identify the shopper before exposing any sensitive information, my application should rely on… Continue reading JWT token creation using Big commerce customer identity

Single-Click App OAuth Flow

Once the draft app is installed and app profile is created, the next step is to write the code grant authorization flow that generates a unique access token for each store that installs our app. The sequence is as follows: The merchant initiates installing the app by signing into their store control panel and clicking Install in the App… Continue reading Single-Click App OAuth Flow