If you want to encourage people to buy products from your WooCommerce store, you want to make the checkout process as frictionless as possible. For example, Amazon adds a Buy Now button in addition to the add to cart button so that shoppers can immediately purchase a product. With the WooCommerce Direct Checkout plugin, you […]
WooCommerce Checkout Manager Review: Add Custom Checkout Fields
Need to add custom fields to the WooCommerce checkout or otherwise customize how it works? With the WooCommerce Checkout Manager plugin that we’ll be reviewing in this post, you can easily add, edit, or delete all of the fields that are displayed on your WooCommerce store’s checkout page. You also get more advanced options, like […]
WooCommerce Conditional Discount Rules For Checkout Review
If you run a WooCommerce store, targeted discounts are probably a big part of your marketing strategy. However, while the core WooCommerce plugin lets you create basic coupons, it’s not very flexible when it comes to discounts, especially discounts that are automatically applied to certain users. With the WooCommerce Conditional Discount Rules For Checkout plugin, […]
WooCommerce Conditional Product Fees For Checkout Review
In this WooCommerce Conditional Product Fees For Checkout review, I’ll be taking a hands-on look at a plugin that lets you conditionally charge extra fees to shoppers at checkout based on what they have in their cart, their user role, and a lot more. The plugin name is a pretty good description of what this […]
Strong Customer Authentication (SCA) for WordPress Plugin and Theme Developers
For many plugin and theme shops, Strong Customer Authentication (SCA) has been a hot topic in recent months. So what exactly is all the noise about and why is it relevant to WordPress product developers?! Let’s start with a bit of background. What is Strong Customer Authentication (SCA)? SCA rose out of the European Union’s […]
Filter the Additional Information Placeholder Text field in WooCommerce
You can filter the Additional Information placeholder text field in WooCommerce checkout page with the woocommerce_checkout_fields filter. Use it in functions.php like so… add_filter( ‘woocommerce_checkout_fields’ , ‘wpb_custom_additional_info’ ); // Change placeholder text in Additional Notes function wpb_custom_additional_info( $fields ) { $fields[‘order’][‘order_comments’][‘placeholder’] = ‘Add a Shipping address here if different from Billing Address, or any additional […]
Don’t Let eCommerce Checkout Chase Customers Away
Do your customers tell you that your eCommerce site is a joy to shop? Probably not! While some people really do love online shopping, few rave about the actual buying experience. We shop for goods and services we need or want. Whether or not we enjoy the shopping experience is partly a personal preference, partly […]
Remove the Additional Information and Order Notes fields in WooCommerce
You can remove the Additional Information and Order Notes fields in WooCommerce checkout page with 2 filters that you add to your themes functions.php file View the code on Gist. The first filter woocommerce_enable_order_notes_field is returning false and will not display the ‘Additional Information’ heading and also the order notes field, I have found it needs to […]
Remove Address Fields in WooCommerce Billing and Shipping in Form Checkout
WooCommerce has the ability to remove the address fields in the checkout form of the billing and shipping forms, this is great if you do not require the address fields as you may have a virtual/download only products that don’t require shipping, less fields to fill out = happy customers. You can remove address field […]
Users Management Dashboard, Premium readme.txt, Custom Premium Slug, Free Trials
Release Notes is our periodic update that highlights the recent product improvements we’ve made, so you can easily stay up-to-date on what’s new. Here’s what we launched between April 2018 and November 2018. During the past six months we’ve shipped many powerful new capabilities, including several essential features which many of you have been waiting