Title: Postcode error
Last modified: April 28, 2021

---

# Postcode error

 *  Resolved [mkim0818](https://wordpress.org/support/users/mkim0818/)
 * (@mkim0818)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/)
 * Hello,
    The postal code function doesn’t work. Here are some of the sites I’m
   developing:
 * [https://pictorium.shop](https://pictorium.shop)
    [우편번호 서비스] API 로딩시
   허용되지 않은 파라미터가 감지되어 API 작동이 중지되었습니다. 사이트 관리자분께서는
   가이드페이지( [https://postcode.map.daum.net/guide](https://postcode.map.daum.net/guide))
   의 기본 사용법을 참고하시어 수정 부탁드립니다.
 * [https://ncsprinting.kr](https://ncsprinting.kr)
    Doesn’t work.
 * Is there something I can do to solve the problem?
 * Thanks!!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Greys](https://wordpress.org/support/users/jgreys/)
 * (@jgreys)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14372698)
 * Hello mkim0818,
 * May I know what version of Korea for WooCommerce you’re currently using?
 * Thanks.
 * Best regards.
 *  Thread Starter [mkim0818](https://wordpress.org/support/users/mkim0818/)
 * (@mkim0818)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14372716)
 * Hello John,
 * I’m using 1.1.6.
 * Thanks!!
 *  Plugin Author [Greys](https://wordpress.org/support/users/jgreys/)
 * (@jgreys)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14372719)
 * Alright. Will check and let you know what I can do. 🙂
 *  Plugin Author [Greys](https://wordpress.org/support/users/jgreys/)
 * (@jgreys)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14374769)
 * Hello mkim0818,
 * It looks like the issue is coming from a third party plugin. I’ve seen similar
   issues in the past with other websites when “iamport payment” plugin is activated.
 * Maybe there is a way to deactivate the postcode feature from their plugin?
 * Let me know if I can help!
 * Best regards.
 *  Thread Starter [mkim0818](https://wordpress.org/support/users/mkim0818/)
 * (@mkim0818)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14377217)
 * Hello John,
 * No there’s no post code feature in the plugin and no way to deactivate it.
    I’m
   using it for payment gateway and don’t know what alternatives there are.
 * Can you recommend a compatible payment gateway plugin, if you know one?
 *  Plugin Author [Greys](https://wordpress.org/support/users/jgreys/)
 * (@jgreys)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/postcode-error-3/#post-14377391)
 * Hello,
 * I see. Let me share some solutions by email. Would you be able to contact me 
   on [contact@greys.co](https://wordpress.org/support/topic/postcode-error-3/contact@greys.co?output_format=md)?
 * Thanks 🙂
 *  Plugin Author [Greys](https://wordpress.org/support/users/jgreys/)
 * (@jgreys)
 * [5 years ago](https://wordpress.org/support/topic/postcode-error-3/#post-14381929)
 * For people who experience the same problem, you can correct the error by adding
   this code in your functions.php file of your theme. (only if you are using iamport-
   payment plugin)
 *     ```
       /**
       * Dequeue the Daum Postcode script.
       */
       add_action( 'wp_head', function() {
       	if ( ! wp_script_is( 'daum-postcode-for-https', 'enqueued' ) ) {
               return;
           }
   
           wp_dequeue_script( 'daum-postcode-for-https' );
       }, 100 );
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Postcode error’ is closed to new replies.

 * ![](https://ps.w.org/korea-for-woocommerce/assets/icon-256x256.png?rev=2450311)
 * [Korea for WooCommerce](https://wordpress.org/plugins/korea-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/korea-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/korea-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/korea-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/korea-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/korea-for-woocommerce/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Greys](https://wordpress.org/support/users/jgreys/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/postcode-error-3/#post-14381929)
 * Status: resolved