Disable Payment Method for Specific Category in Woocommerce
I need to disable payment for certain categories on my woocommerce website. so, A simple filter to disable a user-specified payment gateway when a product with a user-specified category is added to the shopping cart. Add code to your theme’s theme’s functions.php file of your active child theme (or theme). In this code, category_ids: The […]