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 moreHow to Add Custom PHP Code in WordPress
WordPress is an amazing content management system and works seamlessly out of the box. It has thousands of themes and plugins to help you build any kind of website. […]
Read moreAdding Conditional & Custom Cart Fees in WooCommerce with PHP
One of the reasons why WooCommerce is the most popular eCommerce platform is the great flexibility it offers. There is always a solution for whatever you are trying to achieve. […]
Read moreAdding Custom Text After All Posts in WordPress Automatically
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, and ads, give users important updates, […]
Read moreChange & Style “Add to Cart” Button in WooCommerce Without a Plugin
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 moreHiding Products, Categories & Prices 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 moreHow to Get Product Price by Product ID in WooCommerce (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