| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/order/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/themes/sunshine/layout/order/list.phtml |
<div class="col-sm-3 ch_main_items">
<div class="prod_img">
<a href="<?php echo $wo['order']->product['url'] ?>" data-ajax="?link1=post&id=<?php echo $wo['order']->product['seo_id']?>">
<img src="<?php echo $wo['order']->product['images'][0]['image']?>">
</a>
<div><?php echo (!empty($wo['currencies'][$wo['order']->product['currency']]['symbol'])) ? $wo['currencies'][$wo['order']->product['currency']]['symbol'] : $wo['config']['classified_currency_s'];?><?php echo $wo['order']->product['price_format']?></div>
</div>
<div class="prod_info">
<h4><a href="<?php echo $wo['order']->product['url'] ?>" data-ajax="?link1=post&id=<?php echo $wo['order']->product['seo_id']?>"><?php echo $wo['order']->product['name'];?></a></h4>
<div class="price-wrap">
<div class="quantity">
<?php echo $wo['lang']['qty']; ?> <?php echo $wo['order']->units ?>
</div>
</div>
</div>
</div>