In the current article, we will review how to add a unique number issued by manufacturers to identify individual products – Manufacturer Part Number (MPN) – to your products in […]
Read moreTag: How To
How to Add Custom Content Under Each Post in WordPress with PHP
Adding content after each WordPress post can be a great way to capture a user’s attention. You can use the area to display signatures, ads, give users important updates or […]
Read moreHow to Customize the “Add to Cart” Button in WooCommerce with PHP
The “add to cart” button is probably the most important one in any E-commerce store. By default, WooCommerce allows little customization to the button. Often users end up in a […]
Read moreHow to Use Wish Lists for Your E-commerce Store
Running an E-commerce store is an art. Many people buy online because of convenience but convincing your store’s visitors to purchase from you and not from your competitors can be […]
Read moreHow to Use Scarcity and Urgency in Your E-commerce Store
Have you heard of the new app that will boost your E-commerce sales by at least 4 times? You are very sure that it will help you achieve your goal […]
Read moreHow to Get Started with WooCommerce
If you are looking to start an online store to sell physical or digital products, one of the best platforms available at your disposal is WordPress. WordPress combined with WooCommerce […]
Read moreHow to Hide Products by User Role in WooCommerce with PHP
Sometimes you need to hide a product or make it non-purchasable depending on the visitor’s user role, for example, make all products non-purchasable for not logged users, i.e. “guests”. You […]
Read moreGet Product Price by Product ID in WooCommerce with PHP
Final Product Price Use this snippet, if you need to retrieve WooCommerce product’s final price by product’s (i.e. post’s) ID. For variable products, the snippet will return the lowest variation […]
Read more