제품명 | {$oMarketItem->get('product_name')} |
사용 기간 | {@ $used_month = $oMarketItem->get('used_month'); if($used_month>12) echo sprintf("%d년",intval($used_month/12)); if($used_month%12) echo sprintf("%d개월",$used_month%12); if($used_month == 0) echo "미사용"; } |
{$val->name} | {$val->getValueHTML()} |
구매 가격 | {number_format($oMarketItem->get('original_price'))}원 |
판매 가격 | {number_format($oMarketItem->get('price'))}원 |
우선 거래 지역 | {$oMarketItem->get('priority_area')} |
거래 방법 | 직거래 택배거래 안전거래 |
닉네임 |
{$oMarketItem->getNickName()} |
---|---|
가입 일 (최근 로그인) | {zdate($seller_info->regdate, "Y년 m월 d일")} ({zdate($seller_info->last_login, "Y년 m월 d일 H:i:s")}) |
판매 실적 | 판매 완료 {$seller_info->count_soldout}건, 판매 중 {$seller_info->count_selling}건 |
작성 글 / 작성 댓글 | {$seller_info->count_document}건 / {$seller_info->count_comment}건 |
판매자 서명 | {$oMarketItem->getSignature()} |