You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Pages: 1
NOTE: This post was created on 2023-08-01on the Kryptronic eCommerce Community facebook page, which has been replaced with this forum. All facebook support content was migrated into this forum in April 2024.
Anthony:
Completed Orders - because I use Mozilla Thunderbird to collect and automatically print orders, I do not need things like "Mark as Reviewed" on the Order Manager, all I need is that when payment is successful, the order is marked as COMPLETED and if payment has failed then it can stay in "Pending and Cancelled", does anyone know the php code location that marks the order as COMPLETED etc s that I can set this to what I need to get a smoother process (for my needs) - The database Orders Field: "ordreviewinfo" gets marked with "Confirm Delivery Address" - this is not needed
Nick:
First, use Store / Component / Settings / Order Manager to unset all review conditions so orders don't go into review. Next, create a custom order processing script (upload to /private/custom/apps/ecom/ECOM_OrderMan/proc). In that script, return the order array with $order['order']['status'] set to 'C'. When the order is processed, everything should complete as you wish. If you need help creating that script, look at other proc scripts in /apps/ecom/ECOM_OrderMan/proc and duplicate.
Anthony:
Great... thanks for that Nick.... perfect!
Offline
Pages: 1