Home › Forums › WoodMart support forum › Minimum order › Reply To: Minimum order
February 9, 2023 at 12:48 pm
#441688
softwarecrevillente.com
Participant
PLEASE READ MY FIRST POST:
I set minimum order amount -> https://woocommerce.com/document/minimum-order-amount/ in functions.php of the child theme. Work fine in shopping cart. But in Widgets Cart no show the advise.
I set this actions:
add_action( ‘woocommerce_checkout_process’, ‘wc_minimum_order_amount’ );
add_action( ‘woocommerce_before_cart’ , ‘wc_minimum_order_amount’ );
Am I missing any?