Jump to content


Corporate Sponsors


Latest News: (loading..)

microdic

Member Since 09 Jan 2008
Offline Last Active Mar 18 2012, 15:25
-----

Posts I've Made

In Topic: NEW! Complete Order Editing Tool!

16 March 2012, 09:47

View Postwrequine, on 10 December 2010, 21:44, said:

I have this same problem. I have checked my install, and even compared my edited files to the original oscommerce files, and the contrib files when provided. I cannot find a discrepancy which would cause this to happen. Additional information: It only happens when an order is created in admin. Customer side and order editor are both working the way they should. When creating a new order using manual order maker, the order totals box starts out looking like it should:

Subtotal
OT_Discount
Shipping
Tax

But then after I add a product, the tax suddenly jumps to below the subtotal, and calculates without the discount or shipping figured in. Of course I want to charge tax after the discount, and by state law I have to charge tax on shipping, so I desperately need this fixed!

Has anyone found a solution? Or can anyone provide any insight as to why this is happening?

Apparently is a common mistake and haven't found the solution in the forum.

Does anyone have any idea?

thanks ;-)

In Topic: NEW! Complete Order Editing Tool!

16 March 2012, 07:22

View Postabra123cadabra, on 26 September 2007, 21:53, said:

First of all, thank you very much for this highly sophisticated order editing tool.

I installed version 5.0.6 today. Now I'm checking that it works as it should but it does something with the sort order of the order total modules which I don't like. I had a look at the edit_orders_ajax.php but honestly, I don't want to mess it up so I better ask how I can change the sort order.

The original orders have the following order:
ot_subtotal 1
ot_shipping 3
ot_total 25
ot_netto 30
ot_tax 35

I want to display ot_netto and ot_tax at the end as ot_subtotal, ot_shipping and ot_total are all including tax.

After making changes to the order with order editor, the new sort order is as follows:
ot_subtotal 1
ot_tax 2
ot_shipping 3
ot_total 4
ot_netto 5

The calculation seems to be correct at first glance but how do I move the ot_tax to be listed after ot_netto?

Thanks in advance.

abra

Hi !

Did you find a solution to this problem?

Thanks