NEW! Complete Order Editing Tool!
#1
Posted 08 August 2003 - 01:25 AM
http://www.oscommerce.com/community/contributions,1435
- Jonathan
http://www.oscommerce.com/community/contributions,1435
#2
Posted 08 August 2003 - 01:31 AM
Brian
#3
Posted 08 August 2003 - 03:36 AM
Thanks again
#4
Posted 08 August 2003 - 04:10 AM
Thanks again
#5
Posted 08 August 2003 - 05:16 AM
#6
Posted 08 August 2003 - 05:32 AM
That way, if I need to edit an order, I just go to that order's details page, click on "edit order" and presto, I'm in the editing mode.
This contribution SHOULD work in any 2.2 version, and possibly 2.1.
- Jonathan
http://www.oscommerce.com/community/contributions,1435
#7
Posted 08 August 2003 - 06:34 AM
Learn to Set up and Manage Your Affiliate Program
#8
Posted 08 August 2003 - 07:31 AM
Than I make my first test on a german shop (2.2MS2)
After Updating the following things happened:
The Order is not shown in the view of all orders because the order status was changed to 0
After manuell changing the status in the database it was back again
But than I could see, that the currency was changed from EUR to $
After that I stop testing. Can somebody help ??
#9
Posted 08 August 2003 - 10:33 AM
Whenever it is used it removes the order from the listings, due to the order status change.
Also, for those that have to add tax to shipping it doesnt do it.
It adds tax to the order total, but not to shipping, so the order grand total is wrong for those that need tax adding in for shipping.
Can I assume that in the US you dont charge tax on Shipping costs?
Apart from that a very nice mod, and certainly an excellent foundation for the community to build on and improve over time.
Nice1 :wink:
#10
Posted 08 August 2003 - 10:47 AM
$ot_text = "$" . number_format($ot_value, 2, '.', ',');
And change the "$" to the symbol you wish to display.
#11
Posted 08 August 2003 - 10:53 AM
Also, the "add product" function only chooses products from the english language table... too bad I canīt use this mod until this is fixed, itīs a really nice mod.
#12
Posted 08 August 2003 - 10:56 AM
Quote
Code:
$ot_text = "$" . number_format($ot_value, 2, '.', ',');
And change the "$" to the symbol you wish to display.
Yes, thats OK, but the script also calculates a new price - not only changing the sign for the currency.
And the first thing I have to solve is the orderstatus problem.
I think there are some things to to for make the contribution working in different cuntries. But I can't. And the contribution is very good for everybody using osc.
#13
Posted 08 August 2003 - 11:01 AM
Quote
That is like I say, becos the order total is not adding tax to the shipping price.
If you work our the total, it is all fine for the product, try making shipping cost 0.00 and you will see it should be the correct total for what ever tax you charge, but it doesnt add tax to the shipping cost, therefore your total ends up incorrect if you have to add tax to shipping in your country.
Have a look through the code, jhilgeman has commented it quite well, so you can see what each section does and build on it from there.
#14
Posted 08 August 2003 - 12:19 PM
- just implement a button in the admin area
- add tax to shipping price
- change the order status
and it would be a perfect mod
#15
Posted 08 August 2003 - 12:23 PM
#16
Posted 08 August 2003 - 12:28 PM
- the EUR should be after the price, and not in front of (like 50.00EUR not EUR50.00)
#17
Posted 08 August 2003 - 12:33 PM
Quote
- add tax to shipping price
- change the order status
That would be wonderful....
Quote
Quote
In the moment it is fixed in the sourcecode without a variable. It must be variable and depending on the default currency of the shop
#18
Posted 08 August 2003 - 12:34 PM
I have noticed a strange thing, when I click the update button in edit_orders and havenīt changed anything the order disappears. Database still has the data, but orderhistory and admin is not showing it. Anyone else got this problem?
#19
Posted 08 August 2003 - 12:39 PM
Quote
After manuell changing the status in the database it was back again
#20
Posted 08 August 2003 - 12:40 PM
after changing these things, this would be a perfect and really really simple and helpful mod!









