• frafor

    (@frafor)


    Hi there, I used to add a thumbnail to the checkout summary by filtering woocommerce_cart_item_name, however your update makes it impossible to filter a (standard) WordPress filter because in change-quantity-on-checkout-woocommerce.php it now echos the return value instead of returning it (line 119, maybe it should use output buffering because just returning $return_value does not solve the issue)

    Could you please fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter frafor

    (@frafor)

    As an update to the matter, I managed to filter the item name by leveraging my filter priority to any value <10, so that the thumbnail gets inside the cqoc_container

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @frafor,

    I apologize for the inconvenience.

    I have updated the plugin to version 3.1 which has the return value for “woocommerce_cart_item_name” filter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Impossible to filter woocommerce_cart_item_name in checkout after v3.0 update’ is closed to new replies.