PWA A progressive web app (PWA) is a website that looks and behaves as if it is a mobile app. PWA websites are fast, secure, responsive, and cross-browser compatible. They are able work offline and act like a native app on mobile. PWA is a web application which makes use of latest web technologies to… Continue reading Magento Progressive web applications
Author: Juby Thomas
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
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
Build and embed a BigCommerce app using Node.js
Step 1 : Clone Nodejs App from Github Step 2 : Create .env file in the rootfolder. Step3 : Add Authcallback, Client ID, Client Secret, Firebase details such as Firebase API key, Domain Name and Project ID. Step 3 : Start ngrok from project rootfolder usng CLI command – ngrok http 3000. Step 4 :… Continue reading Build and embed a BigCommerce app using Node.js
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