install reactjs

How to Install reactjs and Create an app?

React is the most popular JavaScript library nowadays. It is a very fast, lightweight, and flexible library and easy to learn. It has two types ReactJS for web development and…

Read more »

How to Get WooCommerce Order Details?

As we know that, WooCommerce is the most popular platform for eCommerce solutions, and it already has by default templates of each page with the default template design. So, sometimes…

Read more »
Upload multiple featured images in a post OR page (Wordpress)

Upload Multiple Featured Images in a Post OR Page

In this tutorial, I’ll explain to you how to upload multiple featured images in any post type and pages and then show them at the front end. We can do…

Read more »
How to redirect to checkout after Add to cart?

How to Redirect to Checkout After Add to Cart?

WooCommerce redirects to the checkout page after Add to cart is functionality for force the user to the checkout page after Add to cart and skip the cart page section….

Read more »
How to change price of specific product and quantity in cart?

How to Change Price of Specific Product and Quantity in Cart?

Sometimes, we want to recalculate the price of a specific product, which we have already added to the cart. So, here we will use woocommerce_before_calculate_totals hook to recalculate the price…

Read more »
How can I prevent SQL injection in PHP?

How can I Prevent SQL Injection in PHP?

In this article, we will use the best way to do modification into SQL query to prevent SQL injection using PHP. We will use parameterized queries and prepared statements to…

Read more »
WooCommerce Remove Update Cart button and make it automatically update.

WooCommerce Remove Update Cart Button and Make it Automatically Update

WooCommerce gives us by default functionality to update the cart with the button, but what do you think – would it be better if the cart will be updated automatically?…

Read more »