Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Is there a way to easily give you a list of extensions used?
Maybe this:

*edit* - have now removed Square from the above list.
// If current order status is not in the processing or complete status settings but new status is then commence completing the order
(includes subtracting stock)
// If old order status is in the processing or complete status settings but new status is not then commence restock, and remove coupon, voucher and reward history
(includes re-stock)
you could check by adding
Code: Select all
$this->log->write('Order history add: processing order '.$order_id.' with old status '.$order_info['order_status_id'].' and new status '.$order_status_id);
Code: Select all
if (!in_array($order_info['order_status_id'], array_merge($this->config->get('config_processing_status'), $this->config->get('config_complete_status'))) && in_array($order_status_id, array_merge($this->config->get('config_processing_status'), $this->config->get('config_complete_status')))) {
Code: Select all
$this->log->write('Order history add: subtracting stock for order '.$order_id.' with old status '.$order_info['order_status_id'].' and new status '.$order_status_id);
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Probably time to pay a professional: Commercial Support.brickmodder wrote: ↑Fri Jan 31, 2020 6:41 amI've been trying to fix this for almost a year now to no avail.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Could you please add a link to the FAQ where it discusses the proper way to set order statuses?
Thank you
Increase Your Child's I.Q.
iPad Wallpapers
Turtle & Tortoise Screen Savers
Followed is the location: viewtopic.php?f=134&t=215776&start=20#p775757
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
In that post, where you stated:straightlight wrote: ↑Wed Apr 22, 2020 8:30 pmFollowed is the location: viewtopic.php?f=134&t=215776&start=20#p775757
Did you MEAN to say:Also take note that the shipped option shows as check marked from the screenshot. This option does not need to be checked if the store does use shipping options.
Otherwise, I would expect that sentence to be:This option does not need to be checked if the store does NOT use shipping options.
Would appreciate the clarification.This option does not need to be checked if the store uses shipping options.
Regards
Increase Your Child's I.Q.
iPad Wallpapers
Turtle & Tortoise Screen Savers
Thanks. Definitely unexpected. It has now been fixed.This option does not need to be checked if the store does NOT use shipping options.

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: AdsBot [Google], Ask Jeeves [Bot], FAST WebCrawler [Crawler], Google [Bot], MSNbot Media, Semrush [Bot] and 27 guests