- Issue created by @matt.hood
- 🇳🇿New Zealand andyd328 Lyttelton, NZ 🇳🇿
Thanks for the report Matt.
It's working exactly how I expect here. When I have a min of $20 and a max of $150 it uses the given % inside that range and the appropriate max/min outside it.
Maybe there is a difference in the way taxes are set up or displayed, or something in one of our set ups that's affecting the output?If you'd like to upload a patch or create a fork I'm happy to have a look and see what the differences are.
- Status changed to Postponed: needs info
4 months ago 1:39am 19 September 2024 Thanks for the quick followup Andy, I'll attach a screenshot to show what is happened on my end. The order percentage:
Order Percentage Config (10%):
Miscalculation for order %:
It looks like it calculates the origanal percentage for shipping which is correct but then it calculates the shipping again on the review step which is 10% of the total on the previous step (which already had the original 10% added to it).
I have a patch for the ecommerce site I have this running on but - it is not the best solution. I'll upload it but will also be looking into a better solutions in the upcoming week.
-
andyd328 →
committed c2ce7e10 on 1.0.x
Issue #3475406 by matt.hood,andyd328: use subtotal to calculate order...
-
andyd328 →
committed c2ce7e10 on 1.0.x
- 🇳🇿New Zealand andyd328 Lyttelton, NZ 🇳🇿
Changed order calc to use getSubtotalPrice instead of getTotalPrice.
Thanks matt.hood! Automatically closed - issue fixed for 2 weeks with no activity.