waiting to ship?
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
waiting to ship?
I have had customers say the order has been marked "waiting to ship" for a week now!! Until now I never figured out where they where seeing this. It is on MyOrder.aspx under "Shipment Information" the order will have a status of waiting to ship. Where is this text from so I can change the wording to something that makes more sense?
Re: waiting to ship?
I agree. This is confusing and misleading for the customer to see.
You can change it in the OrderShipments.ascx.cs file within \ConLib\Account\
I'd like to open a bug report. What do you think would be more appropriate? Maybe something like "Order In Process" or "Order Received"...
Thanks,
Katie
You can change it in the OrderShipments.ascx.cs file within \ConLib\Account\
I'd like to open a bug report. What do you think would be more appropriate? Maybe something like "Order In Process" or "Order Received"...
Thanks,
Katie
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
-
- Commodore (COMO)
- Posts: 436
- Joined: Tue May 07, 2013 1:59 pm
Re: waiting to ship?
Why not use this.Order.OrderStatus.Name?
EDIT: Oops, that would be the order status, not shipping status. Sorry
.
EDIT: Oops, that would be the order status, not shipping status. Sorry

Jay
Re: waiting to ship?
I know. It would be better to use something that could easily be configured by the merchant rather than some text hard-coded in the page.
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: waiting to ship?
I will probably change it to "order in process" but a text field we can easily change would be nice.