목록에서 여분필드 정렬할때.. 도와주세요;ㅁ; 정보
목록에서 여분필드 정렬할때.. 도와주세요;ㅁ;관련링크
본문
제가 그누보드 스킨을 이리저리 뜯어보고 찾아보고 삽질해가면서
만든게 있는데요...
이 게시판이 제 삽질의 결과랍니다.
wr_6을 가격으로 wr_8을 Sold out으로해서
sold out에 체크를 하면 wr_8이 출력되고 아니면 wr_6이 출력되도록
겨우겨우 만들었답니다;
문제는 글목록에서 위에 항목을 누르면 정렬이 되도록 했는데
Price 항목을 누르면 문제가 발생합니다;
wr_8에 체크를 해도 wr_6의 값을 가지고 있어서
Sold out이 중간중간 껴들어 가는 문제가;;
그래서 이 Sold out(wr_8)에 체크한 것들은 Price 정렬을 할때
리스트 끝(아래)로 가도록 하고싶은데...
방법이 없을까요?
List.skin.php --------------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 7;
if ($is_category) $colspan++;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
$colspan = 7;
if ($is_category) $colspan++;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
// 제목이 두줄로 표시되는 경우 이 코드를 사용해 보세요.
// <nobr style='display:block; overflow:hidden; width:000px;'>제목</nobr>
?>
<script language="javascript">
<!--
function view(what) {
var imgwin = window.open("",'WIN','scrollbars=no,status=no,toolbar=no,resizable=no,location=no,menu=no,width=10,height=10');
imgwin.focus();
imgwin.document.open();
imgwin.document.write("<html>\n");
imgwin.document.write("<head>\n");
imgwin.document.write("<title>PM Machinery</title>\n"); //오픈창 타이틀 이름 지정하는 부분
// <nobr style='display:block; overflow:hidden; width:000px;'>제목</nobr>
?>
<script language="javascript">
<!--
function view(what) {
var imgwin = window.open("",'WIN','scrollbars=no,status=no,toolbar=no,resizable=no,location=no,menu=no,width=10,height=10');
imgwin.focus();
imgwin.document.open();
imgwin.document.write("<html>\n");
imgwin.document.write("<head>\n");
imgwin.document.write("<title>PM Machinery</title>\n"); //오픈창 타이틀 이름 지정하는 부분
imgwin.document.write("<sc"+"ript>\n");
imgwin.document.write("function resize() {\n");
imgwin.document.write("pic = document.il;\n");
//imgwin.document.write("alert(eval(pic).height);\n");
imgwin.document.write("if (eval(pic).height) { var name = navigator.appName\n");
imgwin.document.write(" if (name == 'Microsoft Internet Explorer') { myHeight = eval(pic).height +20; myWidth = eval(pic).width + 0;\n");
imgwin.document.write(" } else { myHeight = eval(pic).height + 9; myWidth = eval(pic).width; }\n");
imgwin.document.write(" clearTimeout();\n");
imgwin.document.write(" var height = screen.height;\n");
imgwin.document.write(" var width = screen.width;\n");
imgwin.document.write(" var leftpos = width / 2 - myWidth / 2;\n");
imgwin.document.write(" var toppos = height / 2 - myHeight / 2; \n");
imgwin.document.write(" self.moveTo(leftpos, toppos);\n");
imgwin.document.write(" self.resizeTo(myWidth, myHeight);\n");
imgwin.document.write("}else setTimeOut(resize(), 100);}\n");
imgwin.document.write("</sc"+"ript>\n");
imgwin.document.write("function resize() {\n");
imgwin.document.write("pic = document.il;\n");
//imgwin.document.write("alert(eval(pic).height);\n");
imgwin.document.write("if (eval(pic).height) { var name = navigator.appName\n");
imgwin.document.write(" if (name == 'Microsoft Internet Explorer') { myHeight = eval(pic).height +20; myWidth = eval(pic).width + 0;\n");
imgwin.document.write(" } else { myHeight = eval(pic).height + 9; myWidth = eval(pic).width; }\n");
imgwin.document.write(" clearTimeout();\n");
imgwin.document.write(" var height = screen.height;\n");
imgwin.document.write(" var width = screen.width;\n");
imgwin.document.write(" var leftpos = width / 2 - myWidth / 2;\n");
imgwin.document.write(" var toppos = height / 2 - myHeight / 2; \n");
imgwin.document.write(" self.moveTo(leftpos, toppos);\n");
imgwin.document.write(" self.resizeTo(myWidth, myHeight);\n");
imgwin.document.write("}else setTimeOut(resize(), 100);}\n");
imgwin.document.write("</sc"+"ript>\n");
imgwin.document.write("</head>\n");
imgwin.document.write('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="black">\n');
imgwin.document.write('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="black">\n');
imgwin.document.write("<img border=0 src="+what+" xwidth=100 xheight=9 name=il onload='resize();' onclick='window.close();' style='cursor:pointer'>\n");
imgwin.document.write("</body>\n");
imgwin.document.close();
}
-->
</script>
imgwin.document.write("</body>\n");
imgwin.document.close();
}
-->
</script>
<!-- 게시판 목록 시작 -->
<table width="100%" align=center cellpadding=0 cellspacing=0><tr><td>
<table width="100%" align=center cellpadding=0 cellspacing=0><tr><td>
<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->
<!--<table width="100%" cellspacing="0" cellpadding="0">
<tr height="25">
<? if ($is_category) { ?><form name="fcategory" method="get"><td width="50%"><select name=sca onchange="location='<?=$category_location?>'+this.value+'&sst=wr_subject&sod=asc';"><option value=''>전체</option><?=$category_option?></select></td></form><? } ?>
<td align="right">
게시물 <?=number_format($total_count)?>건
<? if ($rss_href) { ?><a href='<?=$rss_href?>'><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a><?}?>
<? if ($admin_href) { ?><a href="<?=$admin_href?>"><img src="<?=$board_skin_path?>/img/admin_button.gif" title="관리자" width="63" height="22" border="0" align="absmiddle"></a><?}?></td>
</tr>
<tr><td height=5 colspan=<?=$colspan?>></td></tr>
</table>-->
<!--<table width="100%" cellspacing="0" cellpadding="0">
<tr height="25">
<? if ($is_category) { ?><form name="fcategory" method="get"><td width="50%"><select name=sca onchange="location='<?=$category_location?>'+this.value+'&sst=wr_subject&sod=asc';"><option value=''>전체</option><?=$category_option?></select></td></form><? } ?>
<td align="right">
게시물 <?=number_format($total_count)?>건
<? if ($rss_href) { ?><a href='<?=$rss_href?>'><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a><?}?>
<? if ($admin_href) { ?><a href="<?=$admin_href?>"><img src="<?=$board_skin_path?>/img/admin_button.gif" title="관리자" width="63" height="22" border="0" align="absmiddle"></a><?}?></td>
</tr>
<tr><td height=5 colspan=<?=$colspan?>></td></tr>
</table>-->
<!-- 제목 -->
<form name="fboardlist" method="post" style="margin:0px;">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl" value="<?=$sfl?>">
<input type="hidden" name="stx" value="<?=$stx?>">
<input type="hidden" name="spt" value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw" value="">
<table width='100%' border=0 cellpadding=0 cellspacing=1>
<? if ($is_checkbox) { ?><col width=20></col><? }else{ ?><?}?>
<col width=80></col><col width=55></col><col width=70></col><col width=70></col><col width=55></col><col width=70></col><col width=></col>
<tr style='padding:0 0 4 0;'>
<? if ($is_checkbox) { ?><td></td></td><?}?>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71 align=right><? if ($admin_href) { ?><?} else {?><a href=".php"><?=$bo_table?>.php"><b><font color=376889>Admin</font></b></a><?}?></td>
</tr>
<form name="fboardlist" method="post" style="margin:0px;">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl" value="<?=$sfl?>">
<input type="hidden" name="stx" value="<?=$stx?>">
<input type="hidden" name="spt" value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw" value="">
<table width='100%' border=0 cellpadding=0 cellspacing=1>
<? if ($is_checkbox) { ?><col width=20></col><? }else{ ?><?}?>
<col width=80></col><col width=55></col><col width=70></col><col width=70></col><col width=55></col><col width=70></col><col width=></col>
<tr style='padding:0 0 4 0;'>
<? if ($is_checkbox) { ?><td></td></td><?}?>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71></td>
<td class=ta71 align=right><? if ($admin_href) { ?><?} else {?><a href=".php"><?=$bo_table?>.php"><b><font color=376889>Admin</font></b></a><?}?></td>
</tr>
<tr bgcolor=#376889 height=22 align=center>
<? if ($is_checkbox) { ?><td></td></td><?}?>
<td><font class=ta71>Image</font></td>
<td><?=subject_sort_link('wr_1', $qstr2, 1)?><font class=ta71>Year</font></a></td>
<td><?=subject_sort_link('wr_2', $qstr2, 1)?><font class=ta71>Make</font></a></td>
<td><?=subject_sort_link('wr_3', $qstr2, 1)?><font class=ta71>Model</font></a></td>
<td><?=subject_sort_link('wr_4', $qstr2, 1)?><font class=ta71>Stock#</font></a></td>
<td><?=subject_sort_link('wr_5', $qstr2, 1)?><font class=ta71>Cap.</font></a></td>
<td><?=subject_sort_link('wr_6', $qstr2, 1)?><font class=ta71>Price</font></a></td>
</tr>
<? if ($is_checkbox) { ?><td></td></td><?}?>
<td><font class=ta71>Image</font></td>
<td><?=subject_sort_link('wr_1', $qstr2, 1)?><font class=ta71>Year</font></a></td>
<td><?=subject_sort_link('wr_2', $qstr2, 1)?><font class=ta71>Make</font></a></td>
<td><?=subject_sort_link('wr_3', $qstr2, 1)?><font class=ta71>Model</font></a></td>
<td><?=subject_sort_link('wr_4', $qstr2, 1)?><font class=ta71>Stock#</font></a></td>
<td><?=subject_sort_link('wr_5', $qstr2, 1)?><font class=ta71>Cap.</font></a></td>
<td><?=subject_sort_link('wr_6', $qstr2, 1)?><font class=ta71>Price</font></a></td>
</tr>
<tr><td height=2></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr height=70>
<? if ($is_checkbox) { ?><td><input type=checkbox name=chk_wr_id[] value="<?=$list[$i][wr_id]?>"></td><?}?>
<td><?
echo "<a href='javascript:;'>";
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) {
echo "<a href='{$list[$i][href]}'><img src='$g4[path]/data/file/$bo_table/$image' width='80' height='60' border='0'>"; // 이미지크기
echo "</a>";
<tr height=70>
<? if ($is_checkbox) { ?><td><input type=checkbox name=chk_wr_id[] value="<?=$list[$i][wr_id]?>"></td><?}?>
<td><?
echo "<a href='javascript:;'>";
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) {
echo "<a href='{$list[$i][href]}'><img src='$g4[path]/data/file/$bo_table/$image' width='80' height='60' border='0'>"; // 이미지크기
echo "</a>";
}
else if (!file_exists($list[$i][file_image0])){
echo "<font class=ta72>noimage</font>";
}?></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_1], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_2], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_3], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_4], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_5], 100)?></font></a></td>
<td align=center class=ta72><? if($list[$i][wr_8]) { echo"<font color=#bc0000><b>Sold out</b></font>"; } else { echo"{$list[$i][wr_6]}"; } ?></td>
</tr>
else if (!file_exists($list[$i][file_image0])){
echo "<font class=ta72>noimage</font>";
}?></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_1], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_2], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_3], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_4], 100)?></font></a></td>
<td align=center class=ta72><a href='<?=$list[$i][href]?>'><font color=222222><?=cut_str($list[$i][wr_5], 100)?></font></a></td>
<td align=center class=ta72><? if($list[$i][wr_8]) { echo"<font color=#bc0000><b>Sold out</b></font>"; } else { echo"{$list[$i][wr_6]}"; } ?></td>
</tr>
<tr><td colspan=<?=$colspan?> height=1 bgcolor=dddddd></td></tr>
<?}?>
</table>
</form>
<?}?>
</table>
</form>
<!-- 페이지 -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center" height=30 valign=bottom>
<? if ($prev_part_href) { echo "<a href='$prev_part_href'><font class=ta8>| Search Prev. |</font></a>"; } ?>
<?
// 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
//echo $write_pages;
$write_pages = str_replace("처음", "<img src='$board_skin_path/img/begin.gif' border='0' align='absmiddle' title='처음'>", $write_pages);
$write_pages = str_replace("이전", "<img src='$board_skin_path/img/prev.gif' border='0' align='absmiddle' title='이전'>", $write_pages);
$write_pages = str_replace("다음", "<img src='$board_skin_path/img/next.gif' border='0' align='absmiddle' title='다음'>", $write_pages);
$write_pages = str_replace("맨끝", "<img src='$board_skin_path/img/end.gif' border='0' align='absmiddle' title='맨끝'>", $write_pages);
$write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "<b><font style=\"font-family:돋움; font-size:9pt; color:#797979\">$1</font></b>", $write_pages);
$write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<b><font style=\"font-family:돋움; font-size:9pt; color:orange;\">$1</font></b>", $write_pages);
?>
<?=$write_pages?>
<? if ($next_part_href) { echo "<a href='$next_part_href'><font class=ta8>| Search Prev. |</font></a>"; } ?>
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center" height=30 valign=bottom>
<? if ($prev_part_href) { echo "<a href='$prev_part_href'><font class=ta8>| Search Prev. |</font></a>"; } ?>
<?
// 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
//echo $write_pages;
$write_pages = str_replace("처음", "<img src='$board_skin_path/img/begin.gif' border='0' align='absmiddle' title='처음'>", $write_pages);
$write_pages = str_replace("이전", "<img src='$board_skin_path/img/prev.gif' border='0' align='absmiddle' title='이전'>", $write_pages);
$write_pages = str_replace("다음", "<img src='$board_skin_path/img/next.gif' border='0' align='absmiddle' title='다음'>", $write_pages);
$write_pages = str_replace("맨끝", "<img src='$board_skin_path/img/end.gif' border='0' align='absmiddle' title='맨끝'>", $write_pages);
$write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "<b><font style=\"font-family:돋움; font-size:9pt; color:#797979\">$1</font></b>", $write_pages);
$write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<b><font style=\"font-family:돋움; font-size:9pt; color:orange;\">$1</font></b>", $write_pages);
?>
<?=$write_pages?>
<? if ($next_part_href) { echo "<a href='$next_part_href'><font class=ta8>| Search Prev. |</font></a>"; } ?>
</td>
</tr>
</table>
<!-- 버튼 링크 -->
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width="50%" height="40" class=ta8><? if ($list_href) { ?>| <a href="<?=$list_href?>"><strong>List</strong></a> |<? } ?>
<? if ($write_href) { ?><a href="<?=$write_href?>"><strong>Write</strong></a> |<? } ?>
<? if ($is_checkbox) { ?><a href="javascript:select_delete();"><strong>Delete</strong></a> |<? } ?>
</td>
<td width="50%" align="right">
<select name=sfl class=ta72>
<option value='wr_subject||wr_content'>Subject+Content</option>
<option value='wr_subject'>Subject</option>
<option value='wr_content'>Content</option>
</select><input name=stx maxlength=15 size=10 itemname="검색어" required value="<?=$stx?>" style='height:17px;'><select name=sop class=ta72>
<option value=and>and</option>
<option value=or>or</option>
</select><input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0 align=absmiddle></td>
</tr>
</table>
</form>
<form name=fsearch method=get style="margin:0px;">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=sca value="<?=$sca?>">
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width="50%" height="40" class=ta8><? if ($list_href) { ?>| <a href="<?=$list_href?>"><strong>List</strong></a> |<? } ?>
<? if ($write_href) { ?><a href="<?=$write_href?>"><strong>Write</strong></a> |<? } ?>
<? if ($is_checkbox) { ?><a href="javascript:select_delete();"><strong>Delete</strong></a> |<? } ?>
</td>
<td width="50%" align="right">
<select name=sfl class=ta72>
<option value='wr_subject||wr_content'>Subject+Content</option>
<option value='wr_subject'>Subject</option>
<option value='wr_content'>Content</option>
</select><input name=stx maxlength=15 size=10 itemname="검색어" required value="<?=$stx?>" style='height:17px;'><select name=sop class=ta72>
<option value=and>and</option>
<option value=or>or</option>
</select><input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0 align=absmiddle></td>
</tr>
</table>
</form>
</td></tr></table>
<script language="JavaScript">
if ("<?=$sca?>") document.fcategory.sca.value = "<?=$sca?>";
if ("<?=$stx?>") {
document.fsearch.sfl.value = "<?=$sfl?>";
document.fsearch.sop.value = "<?=$sop?>";
}
</script>
if ("<?=$sca?>") document.fcategory.sca.value = "<?=$sca?>";
if ("<?=$stx?>") {
document.fsearch.sfl.value = "<?=$sfl?>";
document.fsearch.sop.value = "<?=$sop?>";
}
</script>
<? if ($is_checkbox) { ?>
<script language="JavaScript">
function all_checked(sw)
{
var f = document.fboardlist;
<script language="JavaScript">
function all_checked(sw)
{
var f = document.fboardlist;
for (var i=0; i<f.length; i++) {
if (f.elements[i].name == "chk_wr_id[]")
f.elements[i].checked = sw;
}
}
if (f.elements[i].name == "chk_wr_id[]")
f.elements[i].checked = sw;
}
}
function check_confirm(str)
{
var f = document.fboardlist;
var chk_count = 0;
{
var f = document.fboardlist;
var chk_count = 0;
for (var i=0; i<f.length; i++) {
if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)
chk_count++;
}
if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)
chk_count++;
}
if (!chk_count) {
alert(str + "할 게시물을 하나 이상 선택하세요.");
return false;
}
return true;
}
alert(str + "할 게시물을 하나 이상 선택하세요.");
return false;
}
return true;
}
// 선택한 게시물 삭제
function select_delete()
{
var f = document.fboardlist;
function select_delete()
{
var f = document.fboardlist;
str = "삭제";
if (!check_confirm(str))
return;
if (!check_confirm(str))
return;
if (!confirm("선택한 게시물을 정말 "+str+" 하시겠습니까?\n\n한번 "+str+"한 자료는 복구할 수 없습니다"))
return;
return;
f.action = "./delete_all.php";
f.submit();
}
f.submit();
}
// 선택한 게시물 복사 및 이동
function select_copy(sw)
{
var f = document.fboardlist;
function select_copy(sw)
{
var f = document.fboardlist;
if (sw == "copy")
str = "복사";
else
str = "이동";
if (!check_confirm(str))
return;
str = "복사";
else
str = "이동";
if (!check_confirm(str))
return;
var sub_win = window.open("", "move", "left=50, top=50, width=396, height=550, scrollbars=1");
f.sw.value = sw;
f.target = "move";
f.action = "./move.php";
f.submit();
}
</script>
<? } ?>
<!-- 게시판 목록 끝 -->
f.target = "move";
f.action = "./move.php";
f.submit();
}
</script>
<? } ?>
<!-- 게시판 목록 끝 -->
댓글 전체
root님 감사합니다.!
날짜나 제목이나 그런거는 눌를때마다 역순으로 순서가 전환되서 보이자나요
혹시 이것도 그렇게 보이도록 할 수 있는 방법은 없을까요?'ㅁ';;
http://pmmachinery.net/pm/bbs/board.php?bo_table=2010&sop=and&sst=wr_8&sod=asc&sfl=&stx=&page=1
http://pmmachinery.net/pm/bbs/board.php?bo_table=2010&sop=and&sst=wr_8&sod=desc&sfl=&stx=&page=1
이렇게 해보았는데
Sold out이 위로 올라가고 가격은 순서가 바뀌질 않아서;ㅁ;
혹시 방법이 없다면 과감히 패쓰해야겠죠?
날짜나 제목이나 그런거는 눌를때마다 역순으로 순서가 전환되서 보이자나요
혹시 이것도 그렇게 보이도록 할 수 있는 방법은 없을까요?'ㅁ';;
http://pmmachinery.net/pm/bbs/board.php?bo_table=2010&sop=and&sst=wr_8&sod=asc&sfl=&stx=&page=1
http://pmmachinery.net/pm/bbs/board.php?bo_table=2010&sop=and&sst=wr_8&sod=desc&sfl=&stx=&page=1
이렇게 해보았는데
Sold out이 위로 올라가고 가격은 순서가 바뀌질 않아서;ㅁ;
혹시 방법이 없다면 과감히 패쓰해야겠죠?