메인 콘텐츠로 가기
회원 가입/등록
로그인 또는 등록해 위시리스트를 생성해주세요

그라프에 오신 것을 환영합니다.

그라프의 대한민국 사이트에 방문하셨습니다.다른 사이트를 방문하시려면, 하단을 클릭해주세요

<script> function addNoibuAttributes() { if (!window.NOIBUJS) { return; } // All available Noibu attributes from pdict var noibuAttributes = { "customer_id": '', "customer_groups": '', "order_id": '', "order_token": '', "coupon_codes": '', "promotions": '', "cart_id": '', }; // Loop through all attributes and add them dynamically Object.entries(noibuAttributes).forEach(([key, value]) => { if (value && value !== 'null' && value !== 'undefined') { window.NOIBUJS.addCustomAttribute(key, value); } }); } if (window.NOIBUJS) { addNoibuAttributes(); } else { window.addEventListener("noibuSDKReady", addNoibuAttributes); } </script>