Jump to content



Latest News: (loading..)

* * * * * 6 votes

NEW! Complete Order Editing Tool!


  • Please log in to reply
3278 replies to this topic

#3241   b2995

b2995
  • Members
  • 41 posts
  • Real Name:Just Me
  • Gender:Male

Posted 25 December 2011 - 05:07 AM

In my ADMIN, I list PRODUCTS_ID and not PRODUCTS_MODEL since my model is the same as my NAME.  

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   Just2Bad

Just2Bad
  • Members
  • 48 posts
  • Real Name:Yan Cloutier

Posted 29 December 2011 - 05:03 PM

Someone has ever had this problem an know how to fix it  ???


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   homewetbar

homewetbar
  • Members
  • 699 posts
  • Real Name:Keith W.
  • Location:USA

Posted 30 January 2012 - 07:48 PM

FYI for everyone having errors with this contribution (excluding custom installs) use version 5.0.7 by surfalot. It fixed the errors I was having with version 5.0.9 and works great. The other versions since have had errors introduced into them.
Most Valuable OsCommerce Contributions:
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   lifeisboost

lifeisboost
  • Members
  • 86 posts
  • Real Name:Peter

Posted 02 March 2012 - 01:01 PM

has anyone had any trouble with the ot_custom not saving after you enter in a description? we moved out heavily modified store to a new server running 5.3.3-7+squeeze8.

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   lifeisboost

lifeisboost
  • Members
  • 86 posts
  • Real Name:Peter

Posted 14 March 2012 - 09:20 PM

just tried all of the latest versions of this contribution and it looks liek none of them work on php 5.3. the javascript works fine and it calls edits_orders_ajax but it looks like it is not introducing it into the DB...

Edited by lifeisboost, 14 March 2012 - 09:24 PM.


#3246   microdic

microdic
  • Members
  • 7 posts
  • Real Name:Carlos

Posted 16 March 2012 - 07:22 AM

View Postabra123cadabra, on 26 September 2007 - 09:53 PM, 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

#3247   microdic

microdic
  • Members
  • 7 posts
  • Real Name:Carlos

Posted 16 March 2012 - 09:47 AM

View Postwrequine, on 10 December 2010 - 09:44 PM, 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 ;-)

#3248   englene

englene
  • Members
  • 5 posts

Posted 20 March 2012 - 08:14 AM

Hi, when I modify the order and try to send the new order clicking the button "new order mail", nothing happens and appear this message:

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   englene

englene
  • Members
  • 5 posts

Posted 20 March 2012 - 08:31 AM

Hi,

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   englene

englene
  • Members
  • 5 posts

Posted 20 March 2012 - 08:31 AM

Hi,

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   gregp

gregp
  • Members
  • 61 posts
  • Real Name:Greg

Posted 28 March 2012 - 10:50 AM

I've found if ajax is enabled and the comments field has more than 512 characters, the entire contents of the comments field gets dropped.

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   lifeisboost

lifeisboost
  • Members
  • 86 posts
  • Real Name:Peter

Posted 14 April 2012 - 06:36 AM

finally have a fix for my issue if anyone else has the issue just contact myself.

#3253   The Glimmerman

The Glimmerman
  • Members
  • 1 posts
  • Real Name:Michel

Posted 23 May 2012 - 09:27 PM

I've read the long 163 pages and I saw some people with the same problem as I have.
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   Chrison

Chrison
  • Members
  • 40 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Nanaimo, BC, Canada

Posted 27 May 2012 - 02:37 AM

I just installed this contribution.  Haven't played with it much but, so far, it looks pretty interesting.  I do have one problem, however.  When I click on any of the "Confirmation" check boxes  and click "Update" I get the following error message:

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   nathanwheeler

nathanwheeler
  • Members
  • 29 posts
  • Real Name:Nathan

Posted 01 June 2012 - 09:20 AM

I searched - and stil searching - this forum topic but somehow did not see any relevante answers.
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   nathanwheeler

nathanwheeler
  • Members
  • 29 posts
  • Real Name:Nathan

Posted 01 June 2012 - 10:30 AM

Check for iconv

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   nathanwheeler

nathanwheeler
  • Members
  • 29 posts
  • Real Name:Nathan

Posted 01 June 2012 - 12:44 PM

update 3 :)
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   Chrison

Chrison
  • Members
  • 40 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Nanaimo, BC, Canada

Posted 05 June 2012 - 06:04 PM

View PostChrison, on 27 May 2012 - 02:37 AM, said:

I just installed this contribution.  Haven't played with it much but, so far, it looks pretty interesting.  I do have one problem, however.  When I click on any of the "Confirmation" check boxes  and click "Update" I get the following error message:

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   pafranklin

pafranklin
  • Members
  • 264 posts
  • Real Name:Paul Franklin
  • Gender:Male
  • Location:Gloucestershire, UK

Posted 22 June 2012 - 02:26 PM

I have just installed 5.0.9 from scratch, uploaded the files and made the necessary amends. However, when I click on the edit button I receive a blank page (error 500). If I enter an incorrect order number I can see that the page is available and working due to the "Error: Order 4251 does not exist."

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
You will never learn if you don't try. And boy am I trying....!

#3260   pafranklin

pafranklin
  • Members
  • 264 posts
  • Real Name:Paul Franklin
  • Gender:Male
  • Location:Gloucestershire, UK

Posted 25 June 2012 - 12:53 PM

Although this thread is looking as though it gets very few visitors, I just wanted to post my solution to the problem (5.09 not working with PHP5.3)

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
You will never learn if you don't try. And boy am I trying....!