diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php deleted file mode 100644 index 68d6adafc..000000000 --- a/mobile/shop/list.skin.10.php +++ /dev/null @@ -1,42 +0,0 @@ -'; -?> -
  • - - - - - - - - - - -

    - - - - -
    -
    - - - -
    -
  • - 1) echo ''; - -if($i == 1) echo '

    등록된 상품이 없습니다.

    '; -?> diff --git a/mobile/shop/list.sort.php b/mobile/shop/list.sort.php deleted file mode 100644 index 8327ab84f..000000000 --- a/mobile/shop/list.sort.php +++ /dev/null @@ -1,24 +0,0 @@ - - - -
    -

    상품 정렬

    - - -
    - \ No newline at end of file diff --git a/mobile/shop/list.sub.php b/mobile/shop/list.sub.php deleted file mode 100644 index d02189f03..000000000 --- a/mobile/shop/list.sub.php +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/mobile/shop/maintype10.inc.php b/mobile/shop/maintype10.inc.php deleted file mode 100644 index de9b6ffc4..000000000 --- a/mobile/shop/maintype10.inc.php +++ /dev/null @@ -1,33 +0,0 @@ -'; -?> -
  • - - - - - - - - -
    - - - -
    -
  • - 1) echo ''; - -if($i == 1) echo '

    등록된 상품이 없습니다.

    '; -?> diff --git a/mobile/shop/orderinquiry.sub.php b/mobile/shop/orderinquiry.sub.php index ad64fca90..0facac7f4 100644 --- a/mobile/shop/orderinquiry.sub.php +++ b/mobile/shop/orderinquiry.sub.php @@ -21,9 +21,8 @@ if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가 $sql = " select *, (od_cart_coupon + od_coupon + od_send_coupon) as couponprice from {$g5['g5_shop_order_table']} - where a.mb_id = '{$member['mb_id']}' - group by a.od_id - order by a.od_id desc + where mb_id = '{$member['mb_id']}' + order by od_id desc $limit "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) diff --git a/shop/orderinquiry.sub.php b/shop/orderinquiry.sub.php index 753e2bb23..e14526926 100644 --- a/shop/orderinquiry.sub.php +++ b/shop/orderinquiry.sub.php @@ -25,7 +25,6 @@ $sql = " select *, (od_cart_coupon + od_coupon + od_send_coupon) as couponprice from {$g5['g5_shop_order_table']} where mb_id = '{$member['mb_id']}' - group by od_id order by od_id desc $limit "; $result = sql_query($sql);