Integration with the Brazil post office plugin

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Integration with the Brazil post office plugin

Viewing 5 reply threads
  • Author
    Posts
    • #61161
      Guilherme Souza
      Guest

      Hello good day.
      Could you tell me if it would be possible to create some kind of integration with the mail plugin from Brazil?
      https://br.wordpress.org/plugins/woocommerce-correios/

      Or even create a hook that can help with this?

      See that in this topic, there is something similar for dokan
      is it possible to adapt something like this in this system?

      https://github.com/claudiosanches/woocommerce-correios/issues/108

    • #61702
      WCFM Forum
      Keymaster

      Hi,

      Well, we never test this plugin.

      As per this thready you may use this using this code – https://ibb.co/8m36BHJ

      You have to change this function for this code –

      function get_cep_seller($seller_id) {
      $address = get_user_meta($seller_id, ‘dokan_profile_settings’);
      return $address[0][‘address’][‘zip’];
      }

      function get_cep_seller( $seller_id ) {
          $vendor_data = get_user_meta( $seller_id, 'wcfmmp_profile_settings', true );
          $zip         = isset( $vendor_data['address']['zip'] ) ? $vendor_data['address']['zip'] : '';
          return $zip;
      }

      Thank You

    • #67898
      brechodaely
      Participant

      Hello!

      I tried to do it the way you guys did, but nothing happened. Could you check for any errors?
      Thank you.

    • #68319
      WCFM Forum
      Keymaster

      Hi,

      Do you want to integrate this addon ? https://br.wordpress.org/plugins/woocommerce-correios/

      Thank You

    • #76978
      brechodaely
      Participant

      Hello!

      Thank you to reply me.
      That’s exactly the plugin that i want to integrate to my site.
      I want the shipping to be calculated from the seller’s zip code.

      Thank you.

    • #77457
      WCFM Forum
      Keymaster

      Hi,

      OK, we will look into this.

      Thank You

Viewing 5 reply threads
  • The topic ‘Integration with the Brazil post office plugin’ is closed to new replies.