I have a client who is complaining about the time it takes to process orders fully. They are using AUTH_ONLY on the order/gateway side. They then pull the order and prep it for shipping (in order to get accurate shipping charges). Then they have to:
- open the order in SC
- change the total (if necessary) and UPDATE the record
apparently you cannot change the total AND add shipment at the same time
note: this save action takes a long time for some reason (there are 6000 records)
- add shipment (tracking number, etc.) and save
- login to gateway admin
- find the transaction (not always easy)
- change dollar amount (if necessary)
- capture payment
Needless to say, this takes a lot of time and slows them down quite a bit.
The question is, is there anything I can configure in SC that will streamline this process?
Is there any way that SC can request the AUTH_CAPTURE (from the gateway) at the time the order status is changed to shipped (with the updated total)? The client has indicated that their old system could do this - I have not been able to find any cart that can do that UNLESS the cart and the gateway are part of the same package and I'm not even sure about that.
Is there any way to avoid multiple record saves or speed up the save process (arch off some order records? Optimize tables?)
All suggestions are greatly appreciated.
Thank you


Reply With Quote


