NEW! Complete Order Editing Tool!
#3241
Posted 25 December 2011 - 05:07 AM
I'd like to make sure my PRODUCT_NAME matches it's PRODUCT_ID. Right now, the contribution allows me to change the NAME, but it's still assigned to the original ID. I'm having to log into the database directly to change the ID.
I'd also like to change the IDs for the ATTRIBUTES as well. Can anyone tell me how to do this?
Thank you!!!
#3242
Posted 29 December 2011 - 05:03 PM
every time I make a change to an order every taxes fields are duplicated. So make 3 changes and they appear 3 times but at least they are calculated one
Attached Files
Edited by Just2Bad, 29 December 2011 - 05:03 PM.
#3243
Posted 30 January 2012 - 07:48 PM
Also Purchased (AP) Preselection (cuts this resource hogging query down to nothing) -- Contribution 3294
FedEx Automated Labels -- Contribution 2244
RMA Returns system -- Contribution 1136
Sort Products By Dropdown -- Contribution 4312
Ultimate SEO URLs -- Contribution 2823
Credit Class & Gift Voucher -- Contribution 282
Cross-Sell -- Contribution 5347
#3244
Posted 02 March 2012 - 01:01 PM
what happens is you hit the plus sign, the new cells open, but when you enter a name for it, then a price or discount ajax reloads the totals box as it should but the new custom total is gone. i can edit an exisiting one fine but i cannot add one. there ar eno javascript erros in firebug and no erros showing in any of our logs. this one definatly escapes me... and yes we are entering in a description first
#3245
Posted 14 March 2012 - 09:20 PM
Edited by lifeisboost, 14 March 2012 - 09:24 PM.
#3246
Posted 16 March 2012 - 07:22 AM
abra123cadabra, on 26 September 2007 - 09:53 PM, said:
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
#3247
Posted 16 March 2012 - 09:47 AM
wrequine, on 10 December 2010 - 09:44 PM, said:
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 ;-)
#3248
Posted 20 March 2012 - 08:14 AM
1146 - Table 'db1007270_gt.eorder_text' doesn't exist
SELECT * FROM eorder_text where eorder_text_id = '1' and language_id = '2'
[TEP STOP]
What can i do to fix this and send mails with the correct orders to my customers?
Edited by englene, 20 March 2012 - 08:16 AM.
#3249
Posted 20 March 2012 - 08:31 AM
Is there anyone who can help me with this?
when I modify the order and try to send the new order clicking the button "new order mail", this happens.
1146 - Table 'db1007270_gt.eorder_text' doesn't exist
SELECT * FROM eorder_text where eorder_text_id = '1' and language_id = '2'
[TEP STOP]
#3250
Posted 20 March 2012 - 08:31 AM
Is there anyone who can help me with this?
when I modify the order and try to send the new order clicking the button "new order mail", this happens.
1146 - Table 'db1007270_gt.eorder_text' doesn't exist
SELECT * FROM eorder_text where eorder_text_id = '1' and language_id = '2'
[TEP STOP]
#3251
Posted 28 March 2012 - 10:50 AM
I've traced it as far as the URL:
http://www.yourstore.com/admin/edit_orders_ajax.php?action=update_comment&cID=COMMENT_ID_HERE&comment=COMMENT_HERE&oID=ORDER_ID_HERE
Pulling the comment and order IDs from an existing order, if COMMENT_HERE has 512 characters they get saved to the database correctly. If I go to 513 characters an empty field is written to the database. I'm able to write more than 512 characters to that field through phpmyadmin and they got there in the first place when the order was placed so the issue isn't with the database.
This is probably a server limitation caused by the suhosin patch but can someone rewrite this module so it doesn't use a GET process to write the information, and thereby hopefully fix this for the many people no doubt operating under this setup? Alternatively if that's NOT the problem, can someone else point me to the problem?
Thanks!
#3252
Posted 14 April 2012 - 06:36 AM
#3253
Posted 23 May 2012 - 09:27 PM
But no solution.
I installed the latest version and all is working. Great contrib.
But the only thing not working is mailing the pdf.
When I changed my order and click on the 'new order email' button nothing happens.
No mails being send.
I have InvoicePDF 1.62
Hope someone can help me out.
#3254
Posted 27 May 2012 - 02:37 AM
1146 - Table 'chris400_oscommerce.eorder_text' doesn't exist
SELECT * FROM eorder_text where eorder_text_id = '2' and language_id = '1'
[TEP STOP]
I see other folks with similar error messages, but haven't seen a solution. Any help offered will be greatly appreciated!
Thanks!
Regards,
Chris
#3255
Posted 01 June 2012 - 09:20 AM
Problem: IF we enter special characters in ANY field in the order editor it still saves the data but cut of from the special char.
SO I enter as a customer name: Shirtbügel
but in the dbase is only Shirtb
so it breaks on special characters somehow.
Anyone?
#3256
Posted 01 June 2012 - 10:30 AM
iconv
iconv support enabled iconv implementation glibc iconv library version 1.13
Directive Local Value Master Value iconv.input_encoding ISO-8859-1 ISO-8859-1 iconv.internal_encoding ISO-8859-1 ISO-8859-1 iconv.output_encoding ISO-8859-1 ISO-8859-1
#3257
Posted 01 June 2012 - 12:44 PM
The Chars I can enter using ALT GR do work more or less.
BUT if I use : SHIFT : e I do get Ë BUT that does not get saved but shows as E simply.
#3258
Posted 05 June 2012 - 06:04 PM
Chrison, on 27 May 2012 - 02:37 AM, said:
1146 - Table 'chris400_oscommerce.eorder_text' doesn't exist
SELECT * FROM eorder_text where eorder_text_id = '2' and language_id = '1'
[TEP STOP]
I see other folks with similar error messages, but haven't seen a solution. Any help offered will be greatly appreciated!
Thanks!
Regards,
Chris
I'm bumping this one because it's still a problem for me. Does anyone have any suggestions? Btw, it appears to only happen when I click the "new confirmation" checkbox. If I just update, it works fine.
Again, any help/suggestions would be greatly appreciated!
Thanks!
Regards,
Chris
#3259
Posted 22 June 2012 - 02:26 PM
I am running osC 2.2-MS2 with PHP5.3.10 and wonder if the PHP version may be the issue.
I have scoured dozens of pages through the forum where there is a reference to blank pages but so far no luck.
Has anyone come across this problem or can anyone poiunt me in the right direction please?
Many thanks.
Paul
#3260
Posted 25 June 2012 - 12:53 PM
Having investigated with my host and an expert coder, no solution could be found. Therefore I went back to basics, uninstalled the contribution and then re-installed version 2.8.2 (link below)
http://addons.oscommerce.com/info/1435
It works perfectly and I can always work thrugh the modifications since this older version to make any changes later. However for anyone having a problem with 5.0.9 on a PHP5.3 server then this may help!
Paul










