WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Free Pickup or Minimum $ order For delivery #123202
    jordonezcerezo
    Participant

    Something like:

    if( $wcfm_min_order_amt && ( $wcfm_min_order_amt > $cart_total ) && (shipping_method !=”local_pickup”) ) {
    wc_clear_notices();
    $vendor_label = wcfm_get_vendor_store( $vendor_id ) . ‘ ‘ . apply_filters( ‘wcfm_sold_by_label’, $vendor_id, __( ‘Store’, ‘wc-frontend-manager’ ) );
    wc_add_notice( sprintf( __( “%s El pedido mínimo de envio debe ser %s, por favor añade algún producto mas de este local!”, “wc-frontend-manager” ), $vendor_label, wc_price( $wcfm_min_order_amt ) ), ‘error’ );
    $return = false;
    break;

    But I dont know how can I access to shipping method

    Thanks

    in reply to: Free Pickup or Minimum $ order For delivery #123093
    jordonezcerezo
    Participant

    Maybe I can modify the code to fix this.

    Kind Regards!

    in reply to: Free Pickup or Minimum $ order For delivery #123092
    jordonezcerezo
    Participant

    Hi, I need to implement the following feature:
    -Local pickup always
    -Min order amount only in shipping method

    If I put min order amount in 10$, local pickup is just available after this quantity

    Its possible?? I cannot implement this feature

    Thank so much

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