Answer the question
In order to leave comments, you need to log in
Adding only one item to woocmmrce cart?
Hello! How can I make it so that only one item can be added to the cart, and if there is already a product in the cart, it was impossible to add another one?
Answer the question
In order to leave comments, you need to log in
/**
* @desc Remove in all product type
*/
function wc_remove_all_quantity_fields( $return, $product ) {
return true;
}
add_filter( 'woocommerce_is_sold_individually', 'wc_remove_all_quantity_fields', 10, 2 );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question