Jump to content

Discount on pdf invoice shows -30.250000


Recommended Posts

I think it must be around here:
 

{if (isset($order_detail.reduction_amount) && $order_detail.reduction_amount > 0)}
-{$order_detail.reduction_amount}
{elseif (isset($order_detail.reduction_percent) && $order_detail.reduction_percent > 0)}
-{$order_detail.reduction_percent}%
{else}

So now i need to know where i change the result of $order_detail.reduction_amount so it only shows $,$$ instead of $,$$$$$$$



 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...