Small fix to EO 4.1.5 - when on the (regular) order display page, the edit button at the bottom of the page doesn't work.
Fix is shown here:
https://github.com/lat9/edit_orders/pull/26/files
Printable View
Small fix to EO 4.1.5 - when on the (regular) order display page, the edit button at the bottom of the page doesn't work.
Fix is shown here:
https://github.com/lat9/edit_orders/pull/26/files
so, i managed to get the additional fee but now its totaling up wrong
https://uploadir.com/u/2ailcea7
ignore adding the vat - the total price should be £25.50
Chad, you haven't indicated what versions of Zen Cart and Edit Orders you're using, nor have you identified what order-total module you are using to create the "Test Fee".
Note also that once the totals get "out of whack", you'll usually require some database surgery to get them back in line.
Hi All
Zencart version 1.5.3
Super order 4.0.5
Edit Orders 4.1.4
I am having an issue where we raise an order and for example:
Once we use edit order (just to re-label something) and click Update, the total updates. So instead the order total reads:Quote:
Sub-Total: £369.00
Total (Delivery): £10.00
Trade Discount: -£184.50
UK VAT @ 20%: £38.90
Total: £233.40
Other Settings under Edit ordersQuote:
Sub-Total: £369.00
Total (Delivery): £10.00
Trade Discount: -£184.50
UK VAT @ 20%: £38.90
Total: £196.50
Use a mock shopping cart? true
Strip tags from the shipping module name? true Info
Debug Action Level 0
Please could anyone help or assist?
What are your store's settings for:
Configuration->My Store->Display Prices with Tax
Configuration->My Store->Display Prices with Tax Admin
Where did the "Trade Discount" order-total come from? Does it rely on the "storefront environment" to perform its calculations?
I'm having a hard time seeing where the totals' difference "went", as the difference is 36.90 (which isn't any of the listed values).
Note also that Edit Orders uses the Configuration->My Store->Display Prices with Tax setting in its calculations.
Hi Cindy
Configuration->My Store->Display Prices with Tax False
Configuration->My Store->Display Prices with Tax Admin True
The latter had to be set to true as it was displaying the same price including and excluding vat.
The discount trade is set by Customers > Group Pricing and assigned to an individual customer on registration/approval. I believe this is a standard setup in the ZenCart software.
What seemed to be happening originally, is the tax was doubling.
I hope this provides some insight.
Not sure why, but 36.90 is 20% * 184.50 which is both tax on the trade discount as well as the 20% tax on the total amount if delivery wasn't included in a sub-total.
Might almost be interesting to see if upon re-edit if the value would go down again. Another would be to alter the trade discount as a general factor from the onset of a test purchase and see how the values change. Working with a 50% value somewhat means that the data could come from either the reduction or from the pre-total. Perhaps momentarily reduce the reduction (thus not losing out on some in process cash flow) or apply it to some test product, but do the same thing with that item as was done above and see how it changes.