How to Configure Amazon Checkout for WooCommerce

How to Configure Amazon Checkout for WooCommerce

We finally have a client that has an Amazon Account to suppliment her efforts to sell direclty to conumers via the Online WordPress Shopping Cart sysetm that is Woo. Most payment gateways are pretty easy to configure these days with the pre-existing funcitonalty in...
WordPress in the news 2025

WordPress in the news 2025

Like most areas of technology these days, AI remains the dominant theme for WordPress in the news for 2025. GoDaddy is the latest to join the trend with its new “Airo Site Designer”, which can build a complete WordPress site from text prompts. Previous versions of...
Understanding WordPress Caching Engines

Understanding WordPress Caching Engines

What are WordPress Caching Engines? Caching is the process of storing frequently accessed data (such as web pages, images, or database queries) in a temporary storage area so it can be served faster the next time it’s requested. Instead of generating each page from...
Our Favorite WordPress Plugins

Our Favorite WordPress Plugins

Our favorite WordPress Plugins are a must install on most of our website builds. Out of the box, WordPress is a solid starting point for a blog or business website. But what truly makes it the most popular web platform on the Internet is its massive library of...
How to build a custom WooCommerce template

How to build a custom WooCommerce template

How to Build a Custom WooCommerce Product Listing Page 1. Set up a Custom Template in Your Theme You need to override the default WooCommerce shop page template. Go to your theme folder:wp-content/themes/your-theme/ Create a folder called woocommerce inside your theme...
WooCommerce Address Validation

WooCommerce Address Validation

On a recent project a client asked us to setup address validation so that users cannot use PO Boxes. If you want to validate the shipping or billing address before account creation in WooCommerce, and block P.O. Boxes, the easiest way is with a code snippet or a...