When you're using the official WooCommerce Stripe Payment Gateway (also available on the WordPress Plugin Directory), the default payment form provided by Stripe is a bit boring, and most probably doesn't fit in with the style and branding of your checkout. You've probably tried styling it with custom CSS, but found that doesn't work (it's because the form is in an iframe … [Read more...] about Style the WooCommerce Stripe Payment Form
Tutorials
Add an Entry to the WooCommerce Log
If you've ever had to do any debugging on a WooCommerce site, you've probably come across the WooCommerce logs. These are where WooCommerce plugins log any important messages to, such as debug information. The logs can be accessed in the WordPress admin area by going to WooCommerce->Status and clicking on Logs. Here you will be presented with a drop-down list of all the … [Read more...] about Add an Entry to the WooCommerce Log
How to Find a WordPress User ID
Sometimes whilst you're customizing your WordPress site, you'll need to know the ID of a specific user. For example, you might be adding a snippet that only applies to specific user. Well, it's really easy to find out the ID of a user from the WordPress backend, as long as you're an admin: First of all, make sure that you're in the WordPress backend. Then on the admin bar on … [Read more...] about How to Find a WordPress User ID
How to Edit the wp-config.php File
Whilst customizing your WordPress site, you may come across guides and tutorials that tell you to edit your wp-config.php file, and you may be left scratching your head about how to do that! Well fear not, in this guide we're going to explain to you exactly what the wp-config file is, where to find it, and how you can edit it. What is the wp-config.php file? First things … [Read more...] about How to Edit the wp-config.php File
How to Install a WordPress Plugin
One of the first things you're going to want to do on your WordPress site is install some plugins. Plugins are extensions for WordPress that add extra features and functionality, like contact forms, shopping carts and image galleries. There are thousands of plugins available for WordPress, some free, some paid. In this guide, we're going to show you how to install a plugin on … [Read more...] about How to Install a WordPress Plugin