Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Greys

    (@jgreys)

    Hello mkim0818,

    May I know what version of Korea for WooCommerce you’re currently using?

    Thanks.

    Best regards.

    Thread Starter mkim0818

    (@mkim0818)

    Hello John,

    I’m using 1.1.6.

    Thanks!!

    Plugin Author Greys

    (@jgreys)

    Alright. Will check and let you know what I can do. ??

    Plugin Author Greys

    (@jgreys)

    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

    (@mkim0818)

    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

    (@jgreys)

    Hello,

    I see. Let me share some solutions by email. Would you be able to contact me on [email protected]?

    Thanks ??

    Plugin Author Greys

    (@jgreys)

    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.