PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/funnel/steps/thankyou.php +1 -1 2.6.02.7.0 View file →
@@ -103,9 +103,9 @@
103 103 $next_step_link = $this->wpml_compatibility_get_next_step_link( $thankyou_id, $order_key, $thankyou_data['lang'] );
104 104 }
105 105 }
106 106
107 - $last_price = $order->get_total() - $order->get_total_discount() - $order->get_total_tax();
107 + $last_price = $order->get_total();
108 108
109 109 $this->contacts->add_total_spent( $last_price, $funnel_id );
110 110
111 111 $global_funnel_id = (int) get_option( Global_Checkout::SELLKIT_GLOBAL_CHECKOUT_OPTION );