누리고 order_status 변경
ncart, nstore 모듈 2곳에서 수정 작업이 필요합니다.
1. modules/ncart/ncart.controller.php
case '1': // not completed
$order_status = '2';
break;ncart, nstore 모듈 2곳에서 수정 작업이 필요합니다.
1. modules/ncart/ncart.controller.php
case '1': // not completed
$order_status = '2';
break;