To install Next.js on a Linux system, you’ll first need Node.js and npm (Node Package Manager) installed. Here’s a step-by-step guide: Install Node.js and npm: You can check if Node.js is already installed by running node -v and npm -v. If not, you can install Node.js using a package manager or by downloading it from… Continue reading Install NextJs in linux
Category: BigCommerce
Big Commerce User role and permissions
How to login to the newly created user account ? All BigCommerce developers are required to have a dedicated account for managing and developing their BigCommerce stores. Even if there is no revenue generation or sales, a trial account is provided to explore the platform’s capabilities. While I was learning about BigCommerce user roles and… Continue reading Big Commerce User role and permissions
Creating custom template in bigcommerce
Create a custom template Upload a custom template Assign a custom template to a storefront page Create the custom Subdirectory in the templates/pages Directory Navigate to templates/pages within your cornerstone theme files Create a new folder under templates/pages called custom Create a new folder under templates/pages/custom called product Create the Template HTML File Edit the product.html file Customize the file (for this example we are just adding text for demonstration) Save the modified… Continue reading Creating custom template in bigcommerce
data-bind attribute
The data-bind attribute in HTML is used in various JavaScript frameworks, libraries, and tools to establish data binding between the user interface (HTML elements) and the underlying data or behavior (JavaScript code). Different libraries may offer slightly different syntax and capabilities for data binding. Here are some common types of data-binding expressions you might encounter:… Continue reading data-bind attribute
How to disable and enable the scroll in website(Java Script)
In this section we can see how we can disable and enable scrolling option in an ecommerce website using javascript function. First of all we have to set up a block of code in the respective page. // PREVENT DEFAULT HANDLERfunction preventDefault(e) { e = e || window.event; if (e.preventDefault) { e.preventDefault(); } e.returnValue =… Continue reading How to disable and enable the scroll in website(Java Script)
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