?>
</a>)</div>
					</td>
					<td><span title="<?php 
        echo $__Context->order->title;
        ?>
"><?php 
        echo cut_str($__Context->order->title, 34);
        ?>
</span></td>
					<td><?php 
        echo number_format($__Context->order->item_count);
        ?>
</td>
					<td><?php 
        echo nproductItem::formatMoney($__Context->order->total_price);
        ?>
</td>
					<?php 
        if ($__Context->usedIdentifiers && count($__Context->usedIdentifiers)) {
            foreach ($__Context->usedIdentifiers as $__Context->key => $__Context->val) {
                ?>
<td><a href="#popup_menu_area" class="member_<?php 
                echo $__Context->order->member_srl;
                ?>
" title="<?php 
                echo $__Context->order_arr[$__Context->key];
                ?>
"><?php 
                echo cut_str($__Context->order_arr[$__Context->key], 6);
                ?>
				<tr>
					<td class="star_td">
						<ul class="starPoint">
							<li><a href="#" onclick="return false;" rel="1">1</a></li>
							<li><a href="#" onclick="return false;" rel="2">2</a></li>
							<li><a href="#" onclick="return false;" rel="3">3</a></li>
							<li><a href="#" onclick="return false;" rel="4">4</a></li>
							<li><a href="#" onclick="return false;" rel="5">5</a></li>
						</ul>
					</td>
					<td class="advence_td">
						<?php 
    if ($__Context->config->review_bonus) {
        ?>
<span><?php 
        echo sprintf($__Context->lang->about_review_bonus, nproductItem::formatMoney($__Context->config->review_bonus));
        ?>
</span><?php 
    }
    ?>
                                                <?php 
    if (!$__Context->config->review_bonus) {
        ?>
<span><?php 
        echo $__Context->lang->about_review;
        ?>
</span><?php 
    }
    ?>
					</td>
				</tr>
                ?>
<!-- name -->
			<?php 
                if (!$__Context->val->discount_amount && $__Context->k == 'amount') {
                    ?>
<td><span class="item_price"><?php 
                    echo $__Context->val->printPrice();
                    ?>
</span></td><?php 
                }
                ?>
			<?php 
                if ($__Context->val->discount_amount && $__Context->k == 'amount') {
                    ?>
<td><span style="text-decoration:line-through;"><?php 
                    echo nproductItem::formatMoney($__Context->val->price);
                    ?>
</span><br /><span class="font_size12"><strong><?php 
                    echo $__Context->val->printDiscountedPrice();
                    ?>
</strong></span></td><?php 
                }
                ?>
			<?php 
            }
        }
        ?>
		</tr><?php 
    }
}
?>