All orders are sent Royal Mail 24 as standard. Free shipping on all orders over £50.

// 1. Hook the pagination directly above the archive/category description add_action( 'woocommerce_archive_description', 'woocommerce_pagination', 5 ); // 2. Remove the pagination from its default position at the bottom remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );