Hello,
In vm 2.0.21 f, after applying a coupon code the
+ order detail in the backend
+ confirmation email
shows the discount as a double negative, example:
--39.20
I think we discussed about this in february or so. Please check your skype. We removed the minus imho. Long time you added a fix to your code to compensate this. Imho you just need to remove it ( a line, or a * (-1), something like this.
Hi Milbo,
Yes, I did that, the discounting works fine, no problem with the logic. The problem is the display of the discount in order detail and email. Instead of showing
"-39.20"
It shows
"--39.20"
See what I mean in this image:
http://tinypic.com/view.php?pic=34g0d3b&s=5
Please take a look in your template override. It seems you have there a "-" on coupon discount.
Hello,
Can you override the administrator template?
In any case, I am using the default, the one that came with Virtuemart, nothing external.
Oh sorry, I have not read "BE" ... will fix it for next version