추가옵션만 있을 때 추가옵션 출력되지 않는 오류 수정

This commit is contained in:
chicpro
2013-11-26 15:33:28 +09:00
parent b69fa277a4
commit e15331087c
3 changed files with 10 additions and 4 deletions

View File

@ -253,7 +253,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<section id="sit_sel_option">
<h3>선택된 옵션</h3>
<?php
if(!$option_1 && !$option_2) {
if(!$option_1) {
if(!$it['it_buy_min_qty'])
$it['it_buy_min_qty'] = 1;
?>