MySQL Startup Error Resolution Default (GPT-3.5) while checking mysql status getting Active: failed (Result: exit-code) errorChatGPT The “Active: failed (Result: exit-code)” error message typically indicates that the MySQL service failed to start or encountered an issue during its startup process. To diagnose and resolve this issue, you can follow these steps: Check the MySQL Error… Continue reading Error ‘ Sub-process /usr/bin/dpkg returned an error code (1)’
Author: Juby Thomas
Install NextJs in linux
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
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
Restrict new customers from viewing product page.
Age Verification Pop-Up: You can add an age verification pop-up to your Shopify store. This is commonly used for stores selling age-restricted products like alcohol or tobacco. When a new customer visits your store, they will be prompted to enter their date of birth. If they are underage or if it’s their first visit, you… Continue reading Restrict new customers from viewing product page.
Add New Template In Shopify.
Adding a new template in Shopify allows you to create custom page layouts or modify existing ones. Here are the steps to add a new template in Shopify: 1. Log in to Your Shopify Admin: Access your Shopify admin dashboard by logging in with your credentials. 2. Navigate to the Theme Editor: From your Shopify… Continue reading Add New Template In Shopify.
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
Add New Template In Shopify
Adding a new template in Shopify allows you to create custom page layouts or modify existing ones. Here are the steps to add a new template in Shopify: 1. Log in to Your Shopify Admin: Access your Shopify admin dashboard by logging in with your credentials. 2. Navigate to the Theme Editor: From your Shopify… Continue reading Add New Template In Shopify
Creating collection and adding p
Creating collections and adding products to them is an essential part of organizing your online store on platforms like Shopify. Collections help customers navigate your store and find products more easily. Here’s how you can create a collection and add products to it on Shopify: Log in to Your Shopify Admin: Log in to your… Continue reading Creating collection and adding p
SHOPIFY LIQUID LANGUAGE
Liquid basics Liquid is used to dynamically output objects and their properties. You can further modify that output by creating logic with tags, or directly altering it with a filter. Objects and object properties are output using one of six basic data types. Liquid also includes basic logical and comparison operators for use with tags. … Continue reading SHOPIFY LIQUID LANGUAGE
How to install shopify locally and publish in online store ?
Note : This installation is successfully done in Linux Mint 19.3 Cinnamon Requirements for Installation and setup Node.js 16 or higher Ruby 3.0 Ruby development environment (ruby-dev / ruby-devel) Git cURL GCC g++ Install all depndecies locally.Tried using node v16.20.2.Tried using npm 8.19.4.To install shopify – npm install -g @shopify/cli @shopify/themeTo download theme to work… Continue reading How to install shopify locally and publish in online store ?