Backoffice - max cost margin #31

Merged
bilal.catic merged 22 commits from backoffice-max-cost-margin into master 2018-10-15 00:24:34 +02:00
Showing only changes of commit a5168d3487 - Show all commits

View File

@@ -34,8 +34,6 @@ class Wiaas_Checkout {
do_action( 'woocommerce_before_checkout_process' );
$customer = wp_get_current_user();
// Check if cart empty before proceeding
if (WC()->cart->is_empty()) {
return false;