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.
Category: Wordpress
How to filter posts in WordPress monthwise
To filter posts in WordPress monthwise, you can use the built-in functions provided by WordPress to retrieve posts based on specific criteria.
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 set conditions for a custom field in ACF – WordPress plugin
To set conditions for a custom field in Advanced Custom Fields (ACF) plugin for WordPress, follow these steps: Create your custom field group in the ACF interface. Click on the “Add Rule” button to add a condition. Choose the rule you want to set. You can choose from a range of options including “Page Template”,… Continue reading How to set conditions for a custom field in ACF – WordPress plugin
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)
How to Implement Godaddy SSL on Apache Server?
How SSL/TLS Secures Communication Over the Internet SSL (Secure Sockets Layer) is a protocol used to secure communication between a client and a server over the Internet. Here’s how SSL works: The SSL/TLS handshake: The client and server establish a secure connection by performing a handshake. During the handshake, they agree on a protocol version,… Continue reading How to Implement Godaddy SSL on Apache Server?
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.
Difference between “+” and “~” in css.
You may have noticed that while we are using CSS in our html , we use “+” and “~” symbols to select another div on hovering on a particular div. The reason why we are using them is because on hovering over one div we have to change or hover contents over another div. But… Continue reading Difference between “+” and “~” in css.