I want create woocommerec match products columns
I want create woocommerec match products columns
I want create woocommerec match products columns
I think you can update the condition of your function remove_add_cart_button to check for products, something like the code below: /** * Remove add to cart button */ function remove_add_cart_button(){ // Products $product_ids = array(110, 111, 112); //todo: put your product ids here if(in_array(get_the_ID(), $product_ids)){ remove_action(‘woocommerce_single_variation’, ‘woocommerce_single_variation_add_to_cart_button’, 20); } }
Creating posts with php-script + csv
strict custom php script on specific product category [closed]
Retrieve data from external database and insert back in
Three different queries on same page
Rename notifications to support [closed]
Execute function when I click button
How to create a User Role and give permission to only use Web Stories plugin?
Woocommerce Convert existing order to the cart