HTML |
---|
<script type="text/javascript"> AJS.toInit(function(){ AJS.$('#comments-section').hide(); }); for (var i=0; i<nr_li; i++) { // if the element has the class fom 'clasa' parameter if(tags_li[i].getAttribute('class') == 'innerCell'){ tags_li[i].style.overflow = 'visible'; //tags_li[i].style.overflow-y= 'visible'; } } </script> |
무통장입금과 연동방식은 동일하다.
다만 bankcode와 bankaccount에 값이 비워져 있으면, 가상계좌 은행목록 셀렉트 박스가 나오게 되며 선택한 bankcode에 맞는 가상계좌를 채번하여 고객에게 제시해준다.
또는 bankaccount를 비워두고 bankcode만 선택할 시 페이게이트에서 해당 bankcode에 맞는 은행의 가상계좌 번호를 채번하여 유저에게 고객에게 제시해준다.