Answers for "woocommerce if product in category"

1

woocommerce if is category page

if( is_product_category() ) {
	// yay, we are on a product category page!
} else {
 
}
Posted by: Guest on October-30-2020
0

check if a customer bought the product woocommerce

wc_customer_bought_product(  $customer_email,  $user_id,  $product_id );
Posted by: Guest on January-06-2022

Code answers related to "woocommerce if product in category"

Browse Popular Code Answers by Language