shop: item buy, selected option reading

This commit is contained in:
whitedot
2013-07-01 09:51:20 +09:00
parent b48a93d35f
commit 5952184663
2 changed files with 7 additions and 4 deletions

View File

@ -487,6 +487,8 @@ td.empty_table {padding:85px 0;text-align:center}
#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} #sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9}
#sit_opt_added li div {margin:5px 0 0;text-align:right} #sit_opt_added li div {margin:5px 0 0;text-align:right}
#sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold} #sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}
#sit_ov_btn {margin:0 0 0 34px !important;margin:0 0 0 33px;padding:0;list-style:none;zoom:1} #sit_ov_btn {margin:0 0 0 34px !important;margin:0 0 0 33px;padding:0;list-style:none;zoom:1}

View File

@ -398,7 +398,8 @@ else
<?php } // 전화문의가 아닐 경우 끝 ?> <?php } // 전화문의가 아닐 경우 끝 ?>
<div id="sit_sel_option"> <section id="sit_sel_option">
<h3>선택된 옵션</h3>
<?php if(!$option_1 && !$option_2) { ?> <?php if(!$option_1 && !$option_2) { ?>
<ul id="sit_opt_added"> <ul id="sit_opt_added">
<li class="sit_opt_list"> <li class="sit_opt_list">
@ -422,7 +423,7 @@ else
}); });
</script> </script>
<?php } ?> <?php } ?>
</div> </section>
<div id="sit_tot_price"></div> <div id="sit_tot_price"></div>