Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with DownLoads Controller v5.3


greree

Recommended Posts

I want to change the DEFAULT_ORDERS_STATUS_ID for some of the payment methods. For instance, the DEFAULT_ORDERS_STATUS_ID for pm2checkout is "2". I want to change that to "3". With v5.0 and before all I had to do is edit /catalog/includes/languages/english/downloads_controller.php. In v5.3 that file isn't there, and I can't see any other way to change it. Any ideas?

Link to comment
Share on other sites

In v5.3 you do not need to make these changes.

 

Everything is based on the Admin Configuration of the Payment modules and the cart weight .

 

Basically it is now automated to your system.

 

Also configure your Downloads section as there are a couple new settings that get loaded into the configuration table with this version.

Link to comment
Share on other sites

  • 1 year later...

looking at the code in Checkout_process.php, it sets order status as follows:

 

'orders_status' => DEFAULT_ORDERS_STATUS_ID,

 

This would be "pending" in my case. I also used Authorize.net Consolidated 1.7

 

orders_status' => $order->info['order_status'], I believe was changed

to

 

'orders_status' => DEFAULT_ORDERS_STATUS_ID,

 

The authorize.net script has no admin setting for status, but it should be a 3, since credit card payment should provide download immediately, but from what I see, it sets the status to pending.

 

Anyone know how to work these 2 together?

 

thanx

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...