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

Adding products into the WooCommerce store:

Adding products into the store is an interesting thing were we can add products by giving the description , images and many other things.  Lets take a look at some terms related to products.  Product categories and tags work in much the same way as normal categories and tags you have when writing posts in… Continue reading Adding products into the WooCommerce store:

How to show only the required number of repeater fields contents in a ACF plugin(WordPress)

Making use of Advanced Custom fields in WordPress is very familiar for us. This helps the user to add contents dynamically through the back end of a WordPress website with out the help of any coding experiences. The ACF Repeater field is one of many ACF field types and is known as a complex field, mainly… Continue reading How to show only the required number of repeater fields contents in a ACF plugin(WordPress)

How to solve “Error: MySQL shutdown unexpectedly”? (XAMPP issue)

The issue happens for me while I started to open MySQL in XAMP and it is opening but suddenly shuting down .  The problem might not be related to wordpress but the files in the xampp folder.  Re arranging the files make the database disappear so I have to start implement this from scratch.I don’t… Continue reading How to solve “Error: MySQL shutdown unexpectedly”? (XAMPP issue)

Advantages of WooCommerce Compared to other shop systems available on the market.

WooCommerce is the leading and free eCommerce shop system for the WordPress universe. With a single click, this plugin turns your WordPress blog into a fully equipped online shop. WooCommerce stands out above all through its simplicity and versatility. Compared to other shop systems available on the market, WooCommerce has the following advantages: A high scalability and… Continue reading Advantages of WooCommerce Compared to other shop systems available on the market.

Published
Categorized as Wordpress