답변 2개
채택된 답변
+20 포인트
9년 전
</p><p>if ( $<span style="color: rgb(80, 80, 80); font-family: 돋움, Dotum, sans-serif; font-size: 14.004px; line-height: 25.2072px;">tot_sell_price</span><span style="color: rgb(80, 80, 80); font-family: 돋움, Dotum, sans-serif; font-size: 14.004px; line-height: 25.2072px;"> < 15000 )</span></p><p><span style="color: rgb(80, 80, 80); font-family: 돋움, Dotum, sans-serif; font-size: 14.004px; line-height: 25.2072px;">alert("최소 구매 금액은 15000원입니다\n합계 금액이 15000원이상이여야만 구매가 가능합니다.");</span></p><p><span style="color: rgb(80, 80, 80); font-family: 돋움, Dotum, sans-serif; font-size: 14.004px; line-height: 25.2072px;">exit;</span></p><p><span style="color: rgb(80, 80, 80); font-family: 돋움, Dotum, sans-serif; font-size: 14.004px; line-height: 25.2072px;">
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
<?php
$tot_point = 0;
$tot_sell_price = 0;
$goods = $goods_it_id = "";
$goods_count = -1;
이렇게써있는데 어떻게 해야하나요
장바구니쪽도 어떻게 해야하는지 구체적으로 적어주시면 안될까요 ? ㅠ,. ㅠ