Guest Posted March 4, 2015 Posted March 4, 2015 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
Dan Cole Posted March 4, 2015 Posted March 4, 2015 @@grandpaj Admin > Localization > Order Status Dan Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here.
Guest Posted March 4, 2015 Posted March 4, 2015 @@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
♥Tsimi Posted March 4, 2015 Posted March 4, 2015 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.
Guest Posted March 4, 2015 Posted March 4, 2015 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"
♥Tsimi Posted March 4, 2015 Posted March 4, 2015 go to tinypic.com and make an account and upload an image. then post the link to that image here.
oscMarket Posted March 4, 2015 Posted March 4, 2015 @@grandpaj yourshop.com/YOUR_ADMIN/orders_status.php
Guest Posted March 4, 2015 Posted March 4, 2015 @@wHiTeHaT A little clue would be great. Cheers grandpa
oscMarket Posted March 4, 2015 Posted March 4, 2015 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 ;)
Dan Cole Posted March 4, 2015 Posted March 4, 2015 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 Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here.
Guest Posted March 4, 2015 Posted March 4, 2015 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.