ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/bharath/application/views/product/
Upload File :
Current File : //proc/self/root/home2/selectio/www/bharath/application/views/product/_price_product_item.php

<?php defined('BASEPATH') or exit('No direct script access allowed'); ?>
<?php if ($product->is_free_product == 1): ?>
<span class="price-free"><?php echo trans("free"); ?></span>
<?php elseif ($product->listing_type == 'bidding'): ?>
<a href="<?php echo generate_product_url($product); ?>" class="a-meta-request-quote"><?php echo trans("request_a_quote") ?></a>
<?php else:
if (!empty($product->price)):
if ($product->listing_type == 'ordinary_listing'): ?>
<span class="price">₹<?php echo price_formatted(calculate_product_price($product->price, $product->discount_rate),false); ?></span>
<?php else:
if (!empty($product->discount_rate)): ?>
<del class="discount-original-price">₹
<?php echo price_formatted($product->price, true); ?>
</del>
<?php endif; ?>
<span class="price">₹<?php echo price_formatted(calculate_product_price($product->price, $product->discount_rate),true); ?></span>
<?php endif;
endif;
endif; ?>

Zerion Mini Shell 1.0