Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-cart order status

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 09-29-2015, 09:16 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default X-cart order status

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:
mysql> select status from xcart_orders group by status; +--------+ | status | +--------+ | B | | C | | D | | F | | H | | I | | P | | Q | | R | +--------+

which translate to
Code:
<option value="Q">New Order</option> <option value="H">Order on Hold</option> <option value="I" selected="selected">Order in Picking</option> <option value="P">Payment Accepted</option> <option value="C">Order Has Been Shipped</option> <option value="F">Payment Declined</option> <option value="B">Cancelled by Customer</option> <option value="D">Order Cancelled</option> <option value="R">Purchase Refunded</option>

what were the original statuses and their descriptions, so I can correctly determine what was added, and what, if anything, was changed ?
__________________
--
Scott Godin
Reply With Quote
  #2  
Old 09-29-2015, 09:42 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: X-cart order status

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
Reply With Quote
  #3  
Old 09-29-2015, 10:46 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: X-cart order status

Hello, Scott.
What is the version and the package of your client's X-Cart installation?
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote
  #4  
Old 09-29-2015, 11:01 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: X-cart order status

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
Reply With Quote
  #5  
Old 09-30-2015, 09:47 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: X-cart order status

anyone?
__________________
--
Scott Godin
Reply With Quote
  #6  
Old 09-30-2015, 10:08 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-cart order status

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
Reply With Quote
  #7  
Old 09-30-2015, 10:12 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-cart order status

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
Reply With Quote

The following user thanks seyfin for this useful post:
tntdesigns (08-27-2016)
  #8  
Old 10-01-2015, 07:38 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: X-cart order status

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
Reply With Quote
  #9  
Old 11-03-2015, 12:11 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-cart order status

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
Reply With Quote
  #10  
Old 11-03-2015, 03:56 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: X-cart order status

Quote:
Originally Posted by sinobest
can we modify order status? add or remove or modify order status? www.loupesusa.com have different order status.
Hi.
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
Reply With Quote

The following user thanks razortw for this useful post:
neonrider (11-03-2019)
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:25 AM.

   

 
X-Cart forums © 2001-2020