Home Forums WoodMart support forum Minimum order

Minimum order

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441182

    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?

    #441225

    Hello,

    Min order is the Wooocmmerce functionality, please refer to the documentation, as far as I remember there is an option to set the minimum order without any customization and inserting the code.

    If you have any questions please feel free to contact us.

    Best Regards

    #441330

    Min order is the Wooocmmerce functionality

    I can’t find that feature.Where is?

    The link that I have sent you is from the Woocommerce documentation.

    #441548

    Hello,

    Please check this manual: https://woocommerce.com/document/minimum-order-amount/

    If you have any questions please feel free to contact us.

    Best Regards

    #441688

    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?

    #441894

    Hello,

    Wocommerce customization is not covered by our support. Please check your customization on the Storefront.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)