Plugins that can help to increase sales and conversions in Woocommerce 2017

automating sales in Woocommerce

There are many great plugins that can help to increase sales in Woocommerce in this blog post I’m going to talk about 2 very effective plugins in this space: AutomateWoo and SumoMe .   AutomateWoo for increasing sales in Woocommerce AutomateWoo has a lot of great features that can be setup to work automatically based on certain triggers, … Read more

Handy Woocommerce SQL queries

This post is just a place to store handy SQL queries for Woocommerce. Get Order and all its information select p.ID as order_id, p.post_date, pm.* from wp_posts p join wp_postmeta pm on p.ID = pm.post_id join wp_woocommerce_order_items oi on p.ID = oi.order_id where post_type = ‘shop_order’ and p.ID = 14223 Generate an Orders report and … Read more

Woocommerce – Converting grams to kilograms ( product weights)

If your using product weights in Woocommerce, you might find you want to change from grams to kilograms at some stage. There are 2 parts to this: Part 1: Firstly in wp-admin you need to change a setting on the Woocommerce (below). However this doesn’t automatically convert grams to kilograms. Part 2: Converting existing products … Read more

How to speed up Woocommerce (and WordPress)

  Speed tuning in WordPress and Woocommerce This post contains details of how to supercharge your WordPress website. Here are some speed tuning tips for getting your Woocommerce store loading quickly and keep customers on your site (slow loading = loss of customers). Check file load times In firebug look at the console requests (eg … Read more