Files
grzanieplus.pl/apps/backend/modules/stOrder/templates/_discount_coupon_code.php
2025-03-12 17:06:23 +01:00

6 lines
338 B
PHP

<?php if ($order->getDiscountCouponCode()): ?>
&nbsp;<?php echo st_external_link_to($order->getDiscountCouponCode()->getCode(), 'stDiscountBackend/couponCodeEdit?id='.$order->getDiscountCouponCode()->getId()) ?> (<?php echo $order->getDiscountCouponCode()->getDiscount() ?>%)
<?php else: ?>
&nbsp;<?php echo __('Brak') ?>
<?php endif; ?>