The WooCommerce Analytics export is a powerful tool for store owners, but it has its limitations. The default CSV export file doesn’t include all the order details, probably for readability. While you can remove columns easily, there’s no graphical way to add more information. One very good reason why you’d want to add more data…
WooCommerce shipping plugins often don’t change the order status to “completed” after delivery. This means a staff member has to manually check the shipment and update the status of each order, which is a repetitive and annoying task. In this guide, we’ll discuss how can we automate this step so you don’t have to do…
At the time of writing this post, the WooCommerce Stripe plugin doesn’t provide an option in the settings to change the placement of the Google and Apple Pay options. Fortunately, you can easily adjust this by removing the actions related to this functionality from the WC_Stripe_Payment_Request class and replace it with a new action. By…
Before jumping to the technical part, it’s important to note that while the Stripe for WooCommerce plugin stores card details like brand and last 4 digits for customers who save their payment methods, there might be legal considerations for customers who didn’t opt-in for having these details saved. So please use this guide as a…