6 lines
338 B
PHP
6 lines
338 B
PHP
<?php if ($order->getDiscountCouponCode()): ?>
|
|
<?php echo st_external_link_to($order->getDiscountCouponCode()->getCode(), 'stDiscountBackend/couponCodeEdit?id='.$order->getDiscountCouponCode()->getId()) ?> (<?php echo $order->getDiscountCouponCode()->getDiscount() ?>%)
|
|
<?php else: ?>
|
|
<?php echo __('Brak') ?>
|
|
<?php endif; ?>
|