How to create a new custom Woocommerce Payment Gateways with Woocommerce Checkout Blocks support

Are you a custom woocommerce developer? Are you facing any issues with creating a woocommerce cart and checkout blocks? In today’s article, I can certainly guide you on how to create a new custom WooCommerce payment gateway with support for WooCommerce checkout blocks. WooCommerce, the popular WordPress plugin, offers a wide range of payment gateways […]

Read More

Step-by-Step Guide to Integrating Custom Woocommerce Payment Gateways with WooCommerce Checkout Blocks

“Gutenberg Blocked Checkout or Checkout blocks” is a new feature in WooCommerce, starting from version 6.9, which was released in September 2022. Starting with WooCommerce version 8.3, the Woocommerce Cart and Checkout Blocks are the default for new installations. WooCommerce Checkout Blocks represent a modern approach to designing and customizing the woocommerce checkout pages in […]

Read More

How to safely give WordPress admin access to unknown developers or support

Some time you need to give administrator login to freelancers. So giving a username and password is risky. So this plugin will help to give temporary login link without username and password.

Read More

How to Debugg WordPress

Go to the file /wp-config.php Search and change the lines as here Then look in the file /wp-content/debug.log your errors.

Read More

Bestway to Debugg Woocommerce Emails

WP Mail Logging is the most popular plugin to log emails sent by WordPress or WooCommerce. Simply activate it and it will work immediately, no configuration necessary. WHY LOG EMAILS SENT FROM WORDPRESS OR WOOCOMMERCE? Because it’s useful to know which emails your WordPress sends for debugging purposes or out of curiosity. By default, WordPress […]

Read More

How to Customise Order Approval Plugin Emails

Goto woocommerce settings -> emails There are 4 emails you can customise for Order Approval Plugin. To override and edit this email template copy order-approval-woocommerce/templates/emails/wc-customer-order-approved.php to your theme folder: yourtheme/woocommerce/emails/wc-customer-order-approved.php.

Read More