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

Fulfillment order statuses in X-Cart 5.1

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #1  
Old 04-09-2014, 12:06 AM
 
xim xim is offline
 

X-Cart team
  
Join Date: Nov 2004
Posts: 677
 

Arrow Fulfillment order statuses in X-Cart 5.1

Hello, X-Carters!

I want to share upcoming changes in X-Cart 5.1. X-Cart 5.1.0 is under development now and its beta will be available very soon.

One of the main important changes is the Fulfillment statuses for orders. Here are details.

In X-Cart 5.1 every order will have two statuses: one for payment and the other one - for shipping. Sometimes, it is inconvenient for a merchant to decide which of the statuses - “Paid” or “Shipped” - is the best for an order, as an order can be “Paid” and “Shipped” at the same time.

Payment statuses in 5.1.x

So, here are statuses of payments:

- Awaiting Payments
- Authorized
- Partially Paid
- Paid
- Declined
- Cancelled
- Refunded


1. Awaiting Payments. This status is also known as “Queued” in X-Cart 4-5. We believe that “Awaiting Payments” is more understandable than Queued (even in the code we always use Queued varnames).

2. Authorized. This status can be set only by payment gateways and means that there is authorization hold on a customer’s card.

3. Paid. This status means that the merchant got the money ). By online payment, by cash or by any other means. The money is in the merchant's pocket.

4. Partially Paid. The same as previous but means that the merchant hasn’t got a full amount. It can also be used as an alternative for Partially Refunded.

5. Declined. This status is need to show that an order is declined or failed. It can be set by the merchant or payment gateway. To make it more convenient, we have moved History from the separate tab to the same page where the status is changed. The merchant can quickly review the history of order statuses.

6. Cancelled. We keep this status separated to show that an order was approved (but not paid) at the first stage, but then had to be cancelled for some reason.

7. Refunded. I believe this status does not require clarification )

As I already wrote, we have moved the History section to the main tab. As a result, a merchant can get history details by one click and stay on the same page. Also there is still an Order note field there, which is shown only to the merchant.

Shipping Statuses

Here are they:

- New
- Processing
- Shipped
- Delivered
- Will Not Deliver
- Returned

I am sure that the names of the statuses describe their essence. However, only the first status may need clarification: “New” means that there is a new order and merchant needs to take necessary actions.

Every status has a separate label for storefront, so even if a status is called “Will not Deliver” in the admin-backend, customers will see what you want.

Stock changes

Here is a matrix showing how stock will change


One-state status 5.0.x to two-state statuses 5.1.x

And here is a workflow of transition of the current 5.0.x order statuses to 5.1.x statuses:


Custom Statuses

We have thought of custom statuses and developed a system which allows adding different statuses very quickly. In the first version it requires importing a YML file via console.

Later we will implement a special interface in the admin area.

Feedback

We are eager to get your feedback about these upcoming changes, you are welcome to share your opinion here.
__________________
Sincerely yours, Max Vydrin

Last edited by xim : 04-09-2014 at 05:44 AM.
Reply With Quote

The following 4 users thank xim for this useful post:
ADDISON (04-09-2014), carpeperdiem (04-09-2014), RichieRich (04-09-2014), totaltec (04-09-2014)
  #2  
Old 04-09-2014, 01:04 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Very cool Max, I like most everything about this change. Two statuses will be very helpful for tracking ad managing orders. Custom Statuses will also be very nice.

We need an email to go out when order is shipped, with a tracking number if available. Not sure if it does this now or not.

Awaiting Payments is much better than Queued! I think it might be better simply as "Awaiting Payment".

What about Refund Requested? That does seem useful, and I don't see it replaced by anything.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following user thanks totaltec for this useful post:
xim (04-09-2014)
  #3  
Old 04-09-2014, 05:40 AM
 
xim xim is offline
 

X-Cart team
  
Join Date: Nov 2004
Posts: 677
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Thank you, Mike!

The system will send email notification for every status changes. Tracking number is also will be in 5.1.x (not in beta, but definitely in the official release).

We had the discussion about "Refund Requested" status. How merchant generally use it? Why the order does require the separate status for this state? Any feedback are welcome. Actually, we never need this status for Qualiteam orders: if a customer requests the refund we discuss the issue and then make the refund and change the status to "Refunded" or solve the issue and save the order with "Paid" status.
__________________
Sincerely yours, Max Vydrin

Last edited by xim : 04-09-2014 at 05:42 AM.
Reply With Quote
  #4  
Old 04-09-2014, 09:06 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Fulfillment order statuses in X-Cart 5.1

I don't see a status like Backorder but I guess with the custom statuses merchant can add it. So the custom statuses module should allow for merchant not only to add custom status on payment and shipping but also to specify action(s) to be taken - send emails to both admin and customer or either one or not; increase/decrease inventory or not; etc
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 04-09-2014, 11:03 AM
 
tartaglia tartaglia is offline
 

X-Adept
  
Join Date: May 2006
Location: Dallas, TX
Posts: 575
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Max,

Thanks for asking for our feedback. One (common) scenario, that I am curious about is (the one we use) where we only capture the payment immediately before the product is shipped.

If I understand your post above, the Processing status can only be shown if the Payment status has been moved to Paid. In the scenario above, order processing would take place while the Payment status would still be Awaiting Payment.

NOTE: In your "Stock changes" matrix you show a Payment Status called "Authorized" but you don't show it in your "One-state status 5.0.x to two-state statuses 5.1.x", so i guess I am confused.
__________________
David Coggan
Carolyn Nussbaum Music Company
X-Cart v4.5.4 Gold +
LiteCommerce v2.2.41 (previous 6 years)
Reply With Quote
  #6  
Old 04-09-2014, 01:08 PM
  RichieRich's Avatar 
RichieRich RichieRich is offline
 

X-Adept
  
Join Date: Sep 2004
Location: London, England
Posts: 750
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Will the authorized payments work with PayPal and SagePay?
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
  #7  
Old 04-09-2014, 01:51 PM
 
Tigershark8700 Tigershark8700 is offline
 

Senior Member
  
Join Date: May 2013
Posts: 138
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Thanks for the update ...

Looks good.. Steve actually had one question I did which was in regards to Backorders, but guess that can be custom.

My question is in regards to those using the Anti-Fraud service .. I'm assuming for orders that are flagged over the risk limit that they are marked as 'Processing' ? Right now they are set to 'Queued"

Thanks,
Ryan
__________________
X-Cart Gold Plus 4.5.5
Amazon Cloudfront
CloudSearch
Braintree
Popup Anywhere
Abandoned Cart Reminder
Cloud Backup
Kayako Integration
Rich Google Search Results
Pin Code/License Key
Remember Me
Reply With Quote
  #8  
Old 04-10-2014, 12:22 AM
 
xim xim is offline
 

X-Cart team
  
Join Date: Nov 2004
Posts: 677
 

Default Re: Fulfillment order statuses in X-Cart 5.1

Quote:
Originally Posted by cflsystems
I don't see a status like Backorder but I guess with the custom statuses merchant can add it. So the custom statuses module should allow for merchant not only to add custom status on payment and shipping but also to specify action(s) to be taken - send emails to both admin and customer or either one or not; increase/decrease inventory or not; etc

Right, Steve. This is the idea of Custom Order Statuses: merchants will define actions to be taken.

We didn't add Backorder statuses, since this status needs special actions and functionality. I believe, that it is better to create separate "Backorder" addon with needed functionality. 3d party developers are welcome to create this addon and then we will add it to our marketplace.


Quote:
Originally Posted by tartaglia
Thanks for asking for our feedback. One (common) scenario, that I am curious about is (the one we use) where we only capture the payment immediately before the product is shipped.

If I understand your post above, the Processing status can only be shown if the Payment status has been moved to Paid. In the scenario above, order processing would take place while the Payment status would still be Awaiting Payment.

tartaglia, you are welcome! Payment and Shipping statuses are independent. You can have "Shipped" and "Awaiting payment" at the same time.

Quote:
Originally Posted by tartaglia
NOTE: In your "Stock changes" matrix you show a Payment Status called "Authorized" but you don't show it in your "One-state status 5.0.x to two-state statuses 5.1.x", so i guess I am confused.
"Authorized" from 50x will be be shown as "Authorized"&"New" in 51x

Quote:
Originally Posted by RichieRich
Will the authorized payments work with PayPal and SagePay?

PayPal integration supports authorized payments. SagePay - only "sale" transactions.
__________________
Sincerely yours, Max Vydrin
Reply With Quote

The following 2 users thank xim for this useful post:
cflsystems (04-10-2014), totaltec (04-10-2014)
Reply
   X-Cart forums > News and Announcements


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not 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 01:33 AM.

   

 
X-Cart forums © 2001-2020