Advantages of Next JS as a frontend Framework.

As React became the most widely adopted web framework, encompassing over 40% of developers in 2021 according to Statista, Next.js adoption has also grown dramatically. Vercel, the company that maintains Next.js, cites over 6 million downloads since its launch and 50% usage growth in the top ten-thousand websites for the period of October 2020 to… Continue reading Advantages of Next JS as a frontend Framework.

How to set a template as the front page of wordpress website.

From settings: Visit your site’s dashboard Go to Settings → Reading in the left sidebar: 3.Locate the dropdown option Your homepage displays at the top of the screen: Choose from the following options: Select the — Default — option to use the homepage design from your site’s theme. You can edit the design of this homepage by going to Appearance → Editor. To… Continue reading How to set a template as the front page of wordpress website.

Steps to follow in GCP on WordPress PHP updates.

Log into google cloud console and go to your project.  Go to compute engine section and locate the virtual machine. Instance associated with WordPress website.  Click on the SSH button next to the VM instance to open a secure shell connection to the server  Then use the required commands to install the latest version of… Continue reading Steps to follow in GCP on WordPress PHP updates.

Switch from one GoDaddy account to another ?(domain transfer)

( Transfer my domain to another GoDaddy account ) Login to GoDaddy website using the credentials  Login to the next account in another browser  Get to myproduct in current account  Manage > manage domain >additional settings >transfer domain to another GoDaddy account  Add the email id of the account where we are switching onto.  Click… Continue reading Switch from one GoDaddy account to another ?(domain transfer)

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)

Upsells and cross sells in WooCommerce Store.

WooCommerce cross-sells and upsells are both marketing strategies to get customers to increase their average order value by offering relevant product recommendations on the product page, in the cart, or at the checkout. These two terms are often used interchangeably but actually refer to two distinctly different marketing techniques. Upsell means you “offer the same type of product… Continue reading Upsells and cross sells in WooCommerce Store.

Set up payment methods in Woo Commerce store.

Woo commerce provides a number of pay methods manually by itself.  It consists of   Direct bank transfer  Check Payments  Cash on delivery  All this are the safes methods inn case of customers.  For payment options like credit card, google pay etc. the help of an external source is required.  For this several options are there… Continue reading Set up payment methods in Woo Commerce store.

Creating up of a coupon code in WooCommerce store.

This is an import thing in case of user interaction.  This helps to make the site more user friendly and happy customers.  To use coupons with WooCommerce.  Go to:  WooCommerce > Settings > General > Enable coupons  Tick the checkbox to Enable the use of coupon codes.  Save Changes.  Create a new coupon by selecting… Continue reading Creating up of a coupon code in WooCommerce store.

Set the product type and inventory management in WooCommerce

To add a variable product, create a new product or edit an existing one.  Go to: WooCommerce > Products.  Select the Add Product button or Edit an existing product. The Product Data displays.  Select Variable product from the Product Data dropdown We can also create variable , downloadable and grouped projects and made it push… Continue reading Set the product type and inventory management in WooCommerce