if (Model_Coupon::current()->loaded()) : ?>
$discount = ($order->coupon->discount_amount == 0)
? ($order->original_price() * $order->coupon->discount_percentage/100)
: $order->coupon->discount_amount
?>
endif ?>
Fatal error: Uncaught Error: Call to undefined function _e() in /home/darek1973/public_html/schop/themes/atlantic-lite/views/checkout/_vat.php:10
Stack trace:
#0 {main}
thrown in /home/darek1973/public_html/schop/themes/atlantic-lite/views/checkout/_vat.php on line 10