Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hay can i change the Payment Methods


Cheeky Chino

Recommended Posts

Posted
I would like to make my own payment methods as :

 

Direct Deposit

Cheque

Money Order

Cash On Delivery

etc..

 

How do i do this besides having the default payment methods?

All of those methods, except for Direct Deposit, are already available.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Posted

You would need to obtain documentation from your Financial Institution describing their API that allows direct deposits from the Internet.

 

Be aware that not all Financial Institution's allow this functionality.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Posted
You would need to obtain documentation from your Financial Institution describing their API that allows direct deposits from the Internet.

 

Be aware that not all Financial Institution's allow this functionality.

 

wtf is that meant to mean :S , i think i am allowed to direct deposit money, its not like there is a law against it. API?, Financial Institution? What do they have to do with my shop? Im from Australia.

Posted
You would need to obtain documentation from your Financial Institution describing their API that allows direct deposits from the Internet.

 

Be aware that not all Financial Institution's allow this functionality.

 

wtf is that meant to mean :S , i think i am allowed to direct deposit money, its not like there is a law against it. API?, Financial Institution? What do they have to do with my shop? Im from Australia.

An API is a definition of functions and procedures on how to interact with a system to perform a task or set of tasks.

 

In this case, you need to find out how to communicate with your Financial Institution (Bank) via the internet to deposit funds.

 

It has to do with your site because you want to be able to allow people to directly deposit money into your bank account from your store.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Posted
You would need to obtain documentation from your Financial Institution describing their API that allows direct deposits from the Internet.

 

Be aware that not all Financial Institution's allow this functionality.

 

wtf is that meant to mean :S , i think i am allowed to direct deposit money, its not like there is a law against it. API?, Financial Institution? What do they have to do with my shop? Im from Australia.

An API is a definition of functions and procedures on how to interact with a system to perform a task or set of tasks.

 

In this case, you need to find out how to communicate with your Financial Institution (Bank) via the internet to deposit funds.

 

It has to do with your site because you want to be able to allow people to directly deposit money into your bank account from your store.

 

Ohhh now i know what your saying :D . yes ok. This does not apply to me. What im meaning to say is that it only has to be an option. As in, when they sellect payment method all they have to sellect is that they want to apy via direct deposit. They will not be paying the monney directly from my website. This will only be telling me how the money will be comming in. They would go to online banking or go directly to there bank to deposit the money into my account.

 

It only has to be an option in the payment methods, doesnt have to be an active thing

Posted

In that case, just copy the catalog/includes/modules/payment/cod.php file to directdeposit.php and edit the entries from cod to directdeposit (be sure to match the case though). Be sure to change the text in the install() function - very important.

 

Then copy the catalog/includes/languages/[language]/modules/payment/cod.php file to directdeposit.php and make the same edits. Change the text as well to be for direct deposit.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...