process_checkout(); $result = jigoshop_cart::check_cart_item_stock(); if (is_wp_error($result)) jigoshop::add_error( $result->get_error_message() ); if ( jigoshop::error_count()==0 && $non_js_checkout) jigoshop::add_message( __('The order totals have been updated. Please confirm your order by pressing the Place Order button at the bottom of the page.', 'jigoshop') ); jigoshop::show_messages(); jigoshop_get_template('checkout/form.php', false); }