diff --git a/src/Blocks/AbstractBlock.php b/src/Blocks/AbstractBlock.php index 2233d82e1..e6f568878 100644 --- a/src/Blocks/AbstractBlock.php +++ b/src/Blocks/AbstractBlock.php @@ -225,7 +225,7 @@ public function updateCartToRegisterDiscountAndCommission($data) public function registerDiscountAndCommissionFeesOnCart() { // Avoid to add fees before WooCommerce Blocks load - if ($this->mercadopago->hooks->checkout->isCheckout()) { + if ($this->mercadopago->hooks->checkout->isCheckout() || $this->mercadopago->hooks->cart->isCart()) { return; }