| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
X-cart order status | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() x-cart 4 had only a single column order status, whereas x-cart 5 has two columns : payment and shipping status, that apply to a single order
since our client had had modifications done to the list of statuses in x-cart 4, there is some confusion over which were the original status codes and their descriptions in x-cart 4 : what we have now is : Code:
which translate to Code:
what were the original statuses and their descriptions, so I can correctly determine what was added, and what, if anything, was changed ?
__________________
-- Scott Godin |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() https://demostore.x-cart.com/admin/admin.php?target=order_list in particular with regards to the display of same on their (XC4/5) respective Order List pages
__________________
-- Scott Godin |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() Hello, Scott.
What is the version and the package of your client's X-Cart installation?
__________________
Best regards, Igor Pudovkin X-Cart hosting team |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() they appear to be on 4.2.3 but I do not know the full history of which version it started with. I wasn't aware there was a great deal of variation in the 4.x series with regards to this. we're migrating to 5.x as an ongoing process and trying to make sure we (re)implement as many of the clients original changes as we can
__________________
-- Scott Godin |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() anyone?
__________________
-- Scott Godin |
|||||||||
#6
|
|||||||||
|
|||||||||
![]() For X-Cart v4.2.x, the default order statuses are:
<select name="status"> <option value="I">Not finished</option> <option value="Q">Queued</option> <option selected="selected" value="P">Processed</option> <option value="B">Backordered</option> <option value="D">Declined</option> <option value="F">Failed</option> <option value="C">Complete</option> </select>
__________________
Sincerely yours, Sergey Fomin X-Cart team Chief support group engineer === Check this out. Totally revamped X-Cart hosting http://www.x-cart.com/hosting.html Follow us: https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart |
|||||||||
#7
|
|||||||||
|
|||||||||
![]() For the latest X-Cart version, 4.7.3, the default order statuses are the same:
<select onchange="javascript: func_orderstatuses_change_circle(this);" name="status"> <option selected="selected" value="I">Not finished</option> <option value="Q">Queued</option> <option value="P">Processed</option> <option value="D">Declined</option> <option value="F">Failed</option> <option value="C">Complete</option> <option value="B">Backordered</option> </select>
__________________
Sincerely yours, Sergey Fomin X-Cart team Chief support group engineer === Check this out. Totally revamped X-Cart hosting http://www.x-cart.com/hosting.html Follow us: https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart |
|||||||||
|
#8
|
|||||||||
|
|||||||||
![]() okay, so it would appear that the verbiage was changed in the old system, for more than just a few of them.
Thank you.
__________________
-- Scott Godin |
|||||||||
#9
|
|||||||
|
|||||||
![]() can we modify order status? add or remove or modify order status? www.loupesusa.com have different order status.
__________________
X-Cart Version: 4.7.12 GOLD www.cheapglasses123.com prescription glasses online at discounted prices. prescriptionglassesusa.com www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS |
|||||||
#10
|
|||||||||
|
|||||||||
![]() Quote:
What exactly you need to modify? If you just want to change titles of statuses, you will need to edit responsible language labels, e.g. lbl_queued. If you want to add a new status, use the 'Custom order status' feature, it's under that 'Settings' > 'Order statuses' section in the admin backend. However, it is available only for Gold+ and Platinum packages.
__________________
Best regards, Igor Pudovkin X-Cart hosting team |
|||||||||
|
|
|||
X-Cart forums © 2001-2020
|