<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[회원관리 기능에서 우편번호 검색서비스를 이용하고 싶습니다. 하지만 충돌이 발생되서 사용하지 못하고 있습니다.]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/38052</link>
		<description><![CDATA[<p>상황 : Social login 과 코스모스팜 회원가입관리 플러그인 충돌로, 코스모스팜에 우편번호/주소 검색 서비스를 이용하지 못합니다.</p>

<p>- 첨부파일 : https://imgur.com/NPCrRyh  </p>

<p>원하는 부분 : 쇼핑몰 주문시, 기존 코스모스팜에서 지원하는 우편번호 주소/검색 서비스를 충돌없이 사용하고 싶습니다.</p>

<p> - 첨부파일 : https://imgur.com/uRQM1LH</p>

<p>Social login 을 비활성화하면 사용할 수 있지만, 이플러그인은 엠샷멤버스 회원가입 플러그인과 연동되어 있어, 소셜로그인 기능을 사용하지 못합니다. 그래서 비활성으로 해결되는 부분이 아닙니다.</p>

<p>-</p>

<p>코드엠샷회원가입 플러그인의 구매를 선택한 이유는 우커머스와 연동부분때문에 진행하게 되었습니다. </p>

<p> </p>

<p>그래도 꼭좀 해결책좀 부탁드릴게요 저 이것때문에 너무 어제부터 ㅠ.ㅠ 엄청 머리가..탈모생길것 같습니다.</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

우커머스 결제 페이지에서 우편번호/주소 검색 서비스 기능을 사용하고 싶으신 건지요?
...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/38065</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>우커머스 결제 페이지에서 우편번호/주소 검색 서비스 기능을 사용하고 싶으신 건지요?</p>

<p>만약, <a href="https://www.cosmosfarm.com/wpstore/product/cosmosfarm-members" target="_blank">코스모스팜 회원관리</a> 플러그인을 사용 중이시라면</p>

<p>사이트 언어가 한국어일 경우 우편번호/주소 검색 서비스를 기본으로 제공하고 있습니다.</p>

<p>회원가입 페이지와 우커머스 쪽에도 적용됩니다.</p>

<p> </p>

<p>워드프레스 관리자 -&gt; 회원가입관리 -&gt; 설정 페이지에서</p>

<p>우편번호/주소 검색 서비스를 사용으로 설정하신 후</p>

<p>우편번호/주소 검색 방식을 선택해주시면 됩니다.</p>

<p> </p>

<p>우커머스 배송 주소에서는</p>

<p>메타키가 shipping_address_1이거나 shipping_postcode인 입력 필드를 클릭할 때 표시됩니다.</p>

<p> </p>

<p>우커머스 청구 주소에서는</p>

<p>메타키가 billing_address_1이거나 billing_postcode인 입력 필드를 클릭할 때 표시됩니다.</p>

<p> </p>

<p>에러 메시지는 다른 플러그인 쪽에서 표시하고 있는 듯합니다.</p>

<p>해당 플러그인 제작자에게 에러 메시지 관련해서 문의해보시겠어요?</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 25 Oct 2019 08:04:10 +0000</pubDate>
			<category>우커머스(WooCommerce)</category>
		</item>
				<item>
			<title><![CDATA[말씀하신대로 진행했더니, 플러그인 부분과 충돌을 확인했습니다. 디버그 부분입니다. 이부분에 대한 해...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/38057</link>
			<description><![CDATA[<p>말씀하신대로 진행했더니, 플러그인 부분과 충돌을 확인했습니다. 디버그 부분입니다. 이부분에 대한 해결책을 제시할 수 없는부분은 이해하는데,</p>

<p>다만 <a href="http://postcode.map.daum.net/guide#sample">http://postcode.map.daum.net/guide#sample</a> 이부분을 활용하고 싶은데요.</p>

<p>활용위치는 : https://imgur.com/uRQM1LH 코스모스팜에 지원하는 부분처럼 진행하고 싶습니다.</p>

<p>그래서</p>

<p> &lt;script src="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"&gt;&lt;/script&gt;<br />
&lt;script&gt;<br />
    new daum.Postcode({<br />
        oncomplete: function(data) {<br />
            // 팝업에서 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분입니다.<br />
            // 예제를 참고하여 다양한 활용법을 확인해 보세요.<br />
        }<br />
    }).open();<br />
&lt;/script&gt;</p>

<p>코드를 입력했는데, 모든창에서만 뜨고, 특정 클릭시 뜨지 않습니다.</p>

<p>결제페이지에 삽입할려보니 :  [woocommerce_checkout] 해당 숏코드를 사용하고 있는데요.</p>

<p>그래서 질문하는부분은</p>

<p>질문</p>

<p>1. 숏코드안에 해당 주소검색기능을 사용할 수 있는 방법</p>

<p>2. 아니라면, 버튼으로 검색버튼을 만드는 방법을 안내부탁드립니다.</p>

<p> </p>

<p> </p>

<p>[25-Oct-2019 02:53:24] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:54:16] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:54:22] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:54:37] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:40] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:51] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:52] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:55] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:56] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:56] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:57] PHP Notice:  Undefined variable: style in /cooklife1223/www/wp-content/plugins/mshop-members-s2/templates/form-field/html.php on line 17<br />
[25-Oct-2019 02:55:57] PHP Notice:  Undefined variable: style in /cooklife1223/www/wp-content/plugins/mshop-members-s2/templates/form-field/html.php on line 17<br />
[25-Oct-2019 02:55:57] PHP Notice:  Undefined variable: style in /cooklife1223/www/wp-content/plugins/mshop-members-s2/templates/form-field/html.php on line 17<br />
[25-Oct-2019 02:55:59] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:55:59] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:06] PHP Notice:  Undefined index: state in /cooklife1223/www/wp-content/plugins/cosmosfarm-members/class/api/Cosmosfarm_Members_API_Line.class.php on line 42<br />
[25-Oct-2019 02:56:06] PHP Notice:  Undefined property: stdClass::$id in /cooklife1223/www/wp-content/plugins/cosmosfarm-members/class/Cosmosfarm_Members_Controller.class.php on line 482<br />
[25-Oct-2019 02:56:06] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:10] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:14] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:14] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:15] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:16] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:20] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:20] get_option<br />
[25-Oct-2019 02:56:20] get_option<br />
[25-Oct-2019 02:56:20] get_option<br />
[25-Oct-2019 02:56:22] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:56:22] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
[25-Oct-2019 02:57:39] PHP Notice:  Undefined index: action in /cooklife1223/www/wp-content/plugins/mshop-members-s2/includes/class-msm-access-control.php on line 149<br />
 </p>]]></description>
			<author>고향식품</author>
			<pubDate>Fri, 25 Oct 2019 03:28:40 +0000</pubDate>
			<category>우커머스(WooCommerce)</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

올려주신 내용만으로는 충돌의 원인을 파악하기 어렵습니다.

디버그 모드를 활성화해서...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/38053</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>올려주신 내용만으로는 충돌의 원인을 파악하기 어렵습니다.</p>

<p>디버그 모드를 활성화해서 오류 메시지가 있는지 확인해보시겠어요?</p>

<p><a href="https://blog.naver.com/PostView.nhn?blogId=chan2rrj&amp;logNo=221223664194" target="_blank">워드프레스 에러 확인하기 - 디버그 모드 활성화 방법</a></p>

<p> </p>

<p>크롬 브라우저 개발자 도구(F12) Console 창에도 에러 메시지가 표시되는지 확인해보셔야 할 듯합니다.</p>

<p>다른 플러그인 쪽의 문제라면 상황에 따라서</p>

<p>코스모스팜 회원관리 플러그인 쪽에서 해결이 어려울 수도 있습니다.</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 25 Oct 2019 01:26:27 +0000</pubDate>
			<category>우커머스(WooCommerce)</category>
		</item>
			</channel>
</rss>