Repository Forums Support WooCommerce Extended Coupon Features PRO Cart page issue when plugin is active Reply To: Cart page issue when plugin is active

#5279
Soft79
Keymaster

Hi, this seems to be an error in the Amy Organic theme. Please tell the author to add the $cart_item and $cart_item_key to the woocommerce_cart_item_subtotal-filter in woocommerce/cart/cart.php at line 123

It should be something like this:

echo apply_filters( 'woocommerce_cart_item_subtotal', WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key );