Jump to content

Why Would An Order Go Straight To 'order Complete & Dispatched


Guest neophx

Recommended Posts

Why would an order go straight to 'Order Complete & Dispatched?'

Is there a setting I've changed by accident?

As soon as Payment is made via PayPal my orders now go straight to 'Order Complete & Dispatched?' rather than 'Processing' like I'd prefer.

It was fine a few days ago...very strange!

Link to comment
Share on other sites

Guest gsclientarea

I am using CubeCart 4.0.3 and get the same problem - all orders that come back from protx are going straight to Order Complete & Dispatched!

Is there a line of code i can insert to fix the problem rather than having to upgrade the entire system.

Link to comment
Share on other sites

I am using CubeCart 4.0.3 and get the same problem - all orders that come back from protx are going straight to Order Complete & Dispatched!

Is there a line of code i can insert to fix the problem rather than having to upgrade the entire system.

Have you modified any core files?

Link to comment
Share on other sites

  • 4 weeks later...
  • 11 months later...
Guest sisterblue

I am using CubeCart 4.0.3 and get the same problem - all orders that come back from protx are going straight to Order Complete & Dispatched!

Is there a line of code i can insert to fix the problem rather than having to upgrade the entire system.

I have just encountered this very same problem and am hoping to discover that there is a nice simple "line of code fix"....

...is there!??

I am currently using cc v. 4.0.3 and have a number estelle's mods installed (by her) : Quick Edit Product Options, 'All In One' Shipping with Postcodes and Pro Image Manager and don't know whether it is possible to upgrade to the most recent CC version with these installed or whether these would need to be re-installed... all help welcomed!

Link to comment
Share on other sites

Guest sisterblue

a one line fix for those that dont want to upgrade (due to installed mods etc):

go to modules/gateway/Protx/process.inc.php

around line 45 change:

$order->orderStatus(3, $_GET['cart_order_id']);

to read

$order->orderStatus($paymentResult, $_GET['cart_order_id']);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...