Skip to content

Commit

Permalink
Express Checkout - Free Order Coupon Bug, ref #924
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Nov 21, 2017
1 parent 6a90b24 commit 262085a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function __construct($version) {
if ($this->show_on_cart == 'yes' && $this->show_on_minicart == 'yes') {
add_action('woocommerce_after_mini_cart', array($this, 'mini_cart_button'));
}
add_action('woocommerce_before_cart', array($this, 'woocommerce_before_cart'), 12);
add_action('woocommerce_cart_contents', array($this, 'woocommerce_before_cart'), 12);
add_filter('woocommerce_is_sold_individually', array($this, 'angelleye_woocommerce_is_sold_individually'), 10, 2);
add_filter('woocommerce_ship_to_different_address_checked', array($this, 'angelleye_ship_to_different_address_checked'), 10, 1);
add_filter('woocommerce_order_button_html', array($this, 'angelleye_woocommerce_order_button_html'), 10, 1);
Expand Down

0 comments on commit 262085a

Please sign in to comment.