Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Items from Order Status Page


Guest

Recommended Posts

Posted

Hi

 

Im looking to remove completely the 2 following items from the Order Status Page in Admin area

 

Authorize.net [Transactions]

PayPal [Transactions]

 

Can comeone tell me where please.

 

Cheers

Grandpa

BS234

Posted

@@Dan Cole

 

Hi Dan

 

Yeah, did that but when you go to the customer orders page the status still shows "unused" real estate, so I thought if I could completely remove the 2 items do much the better. However might not be a good move.

 

Many thanks

Grandpa

Posted

you want to remove these order status from within an existing order?

...maybe inside the database? look inside the table orders_status_history.

Then you have to know the orders_id and the orders_status_id and just delete them.

Posted

HI guys,

 

What Im trying to do is delete (or comment out) this bit of code, which is included in the STATUS drop down menu on the customers order page

 

<option value="5">Authorize.net [Transactions]</option>

 

Thanks for any help

 

Grandpa

 

I would post a screenshot but can't as I get this message

 

"You have exceeded your allotted disk space for attachments"

Posted

go to tinypic.com and make an account and upload an image. then post the link to that image here.

Posted

you see the :

 

Authorize.net [Transactions]

PayPal [Transactions]

 

 

on that page?

Delete them....done!!!

 

but i wonder what is so disturbing with them?

 

to come to my point.... be default these 2 statuses are NOT public visible if you would change an order to one of these 2.

These are only for your eyes.

just interpretate the green/red icons..... then you figure it out ;)

Posted

I think those order status names are read in from the order status table in your database....sounds like the name might have been deleted but the order_status_id was not.   Have a look at the table and see what you're being left with....you could delete them from the database but I'm not sure what the consequences might be.

 

Be careful...be very careful...

 

Dan

Posted

Hi guys

 

burt once said  something like "don't overthink things" and I am sure thats what I did, as the answer was always in front of me, simply called a "Delete" button on the Localization >order status page. wHiTeHaT's post above alerted me to it.

 

Many thanks for helping

 

grandpa

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...