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
Author: Juby Thomas
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
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
Creating a bulk pricing rule using API
-Bigcommerce Create a Bulk Pricing Rule Using postman send – POST /catalog/products/{product_id}/bulk-pricing-rules Creates a bulk pricing rule. Required Fields quantity_min quantity_max type amount To see whether this rule is reflected or not, Open store and view an item, there will be an option to add bulk pricing.
Customer Approval – Big commerce
Customer Approval : – Customer approval is a way to identify customers of different segmentations and permit each group to access certain contents or pages on your website. It’s more crucial when you are running a B2B and B2C eCommerce business or selling your products to wholesalers.When we look into big commerce, we can’t see any… Continue reading Customer Approval – Big commerce