[YC5] 영카트 4 와 영카트 5 의 변경된 함수 > 기술자료 | 해피정닷컴

[YC5] 영카트 4 와 영카트 5 의 변경된 함수 > 기술자료

본문 바로가기

사이트 내 전체검색

[YC5] 영카트 4 와 영카트 5 의 변경된 함수 > 기술자료

영카트 [YC5] 영카트 4 와 영카트 5 의 변경된 함수

페이지 정보


본문

영카트4에서 사용하던 함수가 영카트5에서 변경된 함수 ( lib / shop.lib.php ) 를 정리해 봅니다.
영카트4 쇼핑몰을 영카트5로 업그레이드 하는 경우, 부득이 기존의 함수가 혼재될 수 있습니다.
이때 영카트4에서만 사용되는 함수의 내용을 영카트5에 변형해서 추가하면 불가피한 오류를 줄일 수 있습니다.


1. 장바구니 건수 검사
// 영카트 4
function get_cart_count($on_uid)
{
    global $g4;

    $sql = " select count(ct_id) as cnt from $g4[yc4_cart_table] where on_uid = '$on_uid' ";
    $row = sql_fetch($sql);
    $cnt = (int)$row[cnt];
    return $cnt;
}

// 영카트 5.3
function get_cart_count($cart_id)
{
    global $g5, $default;

    $sql = " select count(ct_id) as cnt from {$g5['g5_shop_cart_table']} where od_id = '$cart_id' ";
    $row = sql_fetch($sql);
    $cnt = (int)$row['cnt'];
    return $cnt;
}


2. 상품 이미지를 얻는다
// 영카트 4
function get_it_image($img, $width=0, $height=0, $id="")

// 영카트 5.3
function get_it_image($it_id, $width, $height=0, $anchor=false, $img_id='', $img_alt='', $is_crop=false)


3. 금액 표시
// 영카트 4
function display_amount($amount, $tel_inq=false) 
{
    if ($tel_inq)
        $amount = "전화문의";
    else
        $amount = number_format($amount, 0) . "원";

    return $amount;
}

// 영카트 5.3
function display_price($price, $tel_inq=false)
{
    if ($tel_inq)
        $price = '전화문의';
    else
        $price = number_format($price, 0).'원';

    return $price;
}
function display_amount($price, $tel_inq=false)  // 해피정닷컴 추가
{
    if ($tel_inq)
        $price = "전화문의";
    else
        $price = number_format($amount, 0) . "원";

    return $price;
}


4. 금액표시 // $it : 상품 배열
// 영카트 4
function get_amount($it)
{
    global $member;

    if ($it['it_tel_inq']) return '전화문의';

    return (int)$amount;
}

// 영카트 5.3
function get_price($it)
{
    global $member;

    if ($it['it_tel_inq']) return '전화문의';

    return (int)$amount;
}
function get_amount($it) // 해피정닷컴 추가
{
    global $member;

    if ($it['it_tel_inq']) return '전화문의';

    if ($member['mb_level'] > 2) // 특별회원
        $price = $it['it_price3'];
    
    if ($member['mb_level'] == 2 || $amount == 0) // 회원가격
        $price = $it['it_price2'];

    if ($member[mb_level] == 1 || $amount == 0) // 비회원가격
        $price = $it['it_price'];

    return (int)$price;
}


5. 상품명과 건수를 반환
// 영카트 4
function get_goods($on_uid)

// 영카트 5.3
function get_goods($cart_id)
 

댓글목록

등록된 댓글이 없습니다.


Total 123건 1 페이지
  • RSS
기술자료 목록
123
영카트   362  2024-10-21 13:44 ~ 2024-10-21 19:42  
122
영카트   1766  2024-01-04 14:57  
121
영카트   2228  2023-10-07 23:31  
120
영카트   2679  2023-01-27 11:18 ~ 2023-01-27 14:12  
119
영카트   4366  2022-06-17 00:07 ~ 2022-06-17 00:08  
118
영카트   6542  2022-01-28 09:48 ~ 2023-01-26 01:50  
117
영카트   4720  2021-10-12 18:54  
116
영카트   7537  2020-06-08 02:06 ~ 2020-07-10 02:10  
115
영카트   4846  2020-03-17 19:13 ~ 2020-03-17 19:13  
114
영카트   5117  2020-03-09 18:02  
113
영카트   7446  2019-09-27 09:25  
112
영카트   6521  2019-04-14 22:24  
111
영카트   12301  2018-11-28 10:37 ~ 2022-04-21 02:58  
110
영카트   8446  2018-10-31 05:44 ~ 2018-10-31 05:47  
109
영카트   13958  2018-06-05 17:56 ~ 2018-06-05 21:36  
열람
영카트   8733  2018-05-21 23:53 ~ 2018-05-22 00:40  
107
영카트   10692  2018-05-01 20:10 ~ 2018-05-01 20:14  
106
영카트   9967  2018-05-01 17:30 ~ 2018-05-01 17:33  
105
영카트   8935  2018-04-12 19:29  
104
영카트   8177  2018-04-11 03:20 ~ 2018-04-12 18:21  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.