Posted: February 8, 2016 at 9:38 am
|
Hello Folks, i have got the Pormotions Addon installed and got this view on the checkout page: I want that the Promotion Amount is displayed as the last item before the End Price. What do i have to do for this? |
You can add a bit of jQuery to the checkout page to move the location of the table row. Here’s an example of some code that can do this: https://gist.github.com/joshfeck/e8336ad7b83630811427 You can add the above to a functions plugin or into your WordPress theme’s functions.php file. |
|
|
Yes that works thank you! |
You’re welcome. |
|
|
I have come along with another Problem. The Discount is not calculated correctly. See this: The Result should be that the ticket is for free. Instead the tax is shown as the end price. |
Hi there, If you go Event Espresso -> Promotions -> Settings. You’ll find the option ‘Promotions Affect Taxes’, if you set that to No and save the settings and retest applying the promotion, you’ll find it is applied after all taxes have been applied. |
|
|
Yes i see. This is the option i checked. So the error still remains. So here is how i think it should be calculated. Price + Tax (according to the item price) – Promotion So for the example: 21.01 + 3.99 – 25 = 0 But right now its (Price – Promotion (None Negative)) + Tax (according to the item price) So for the real case: (21.01 – 25.00) + 3.99 = 0 + 3.99 = 3.99 |
In that case, you’ll need to set Promotions Affect Taxes to Yes. |
|
|
Well this is not correct too becaus i want that the promo Code affects the tax. And to be earnest: How could somebody ever want that the tax is applied at last like that i had it? The point is that we got a lot of calls from costumers who are upset that they have to pay for the event. So yeah for now we changed it to Yes but right know the Pormotions are worth even more becaus the tax is calculated at last. And thats not good too! |
It turns out that some locales require the tax to be applied that way, so that’s why there’s an option. I’m not seeing any issues with using that option. Might I ask if your fix to the way that tax is calculated may be affecting this? |
|
|
Yes sure you can. And of course i have validated that before posting here by reinstalling the current version of ee. It wouldn’t be nice if i blame you for something that was not your mistake 😉 So anyway. What’s your suggestion to this Problem? |
I’m not seeing this problem as you describe it when I test the current version of Event Espresso and promotions. |
|
|
Would you be so kind and show me a screenshot with my example? The german tax is 19%. |
Sure here’s video: |
|
|
Thanks. I will reevaluate this with a fresh clean wordpress install. |
|
So it tested this with an absolutly fresh clean wordpress install. The Problem persists. So the Video |
You can follow the example in the inline documentation under the “Promotions affect taxes” setting to see that tells you it’s actually calculating the tax after the discount.
So it’s not actually doing a calculation like this where it’s: It’s actually: $100 total – $19 discount = $81.00 then |
|
|
Yes i know how this works. The Point is: I want the tax to be calculated before the discount and that teh discount affects the end price. But your plugin does not do this in any case. So how could i get this way of calculation? |
Hi there, In EE4 taxes will be always be applied last. You can use a Percent Surcharge price modifier to charge the 19% tax amount and it can be applied before the discount. |
|
The support post ‘Promotion in Checkout Process – Viewing Order’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.