2011-02-27 17:47 | Quick.Cart v0.3.1
I have a problem with the combination of "send order to client" and "taxanddiscount".
Tax is disabled. Discoutn works fine. Send order to client works fine.
But the confirmation email (send order to client plugin) does not calcullate the dsicount. So in the email sended to the client I have:
Name - adres - billing information (works fine) The product ordered by the client, quantity and the basket Courier and courier price.
Then I would like the discount and the Basket Discounted Summary
But that latest part does not work.
Any help please.
Thank in advanced. » Quick.Cart v3.x |
2011-02-28 11:38 | Just found the solution.
For anyone else with the same problem: There is a "mistake"? written in the sendordertoclient template.
I have changed $fDiscountRate$lang[Discount_description]: $fDiscount
to $fDiscountRate$lang[Discount_description]: $fDiscount
and everything works fine. |
2011-02-28 11:39 | My mistake...
I have changed $fDiscountRate$lang[Discount_description]: $fDiscount
to $lang[Discount_description]: $fDiscount |