Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Money order 1.2 OSC_MO_1.2


marcel emmen

Recommended Posts

Is there anyone how has succesful install the contribution osc_mo_1.2?

 

i have install it but for some strange reason it is not showing up in the checkout form

 

Marcel

 

Hi Marcel,

 

This contribution was written before the new checkout procedure. I've also tried it but no luck. It does show in admin but simply doesn't work in the catalog. I've sent an email to the original developer asking if he has plans to upgrade, if not I'll need to see how to convert it because it's a great payment option for the Netherlands. Succes ermee, Frank

Link to comment
Share on other sites

if i make no mistake i have updated the money order for last snapshot

it is changed a little bit to report a specific order status when this payment is used

 

check it in payment module, it is included in WU dynamic order status...

 

 

& good news , i update today DOS_Payment with some new feature for final status invoice

Link to comment
Share on other sites

if i make no mistake i have updated the money order for last snapshot

it is changed a little bit to report a specific order status when this payment is used

 

check it in payment module, it is included in WU dynamic order status...

 

 

& good news , i update today DOS_Payment with some new feature for final status invoice

 

Thanks and happy new year! :D I've installed the MO_DOS.php (Dutch) and it works just fine in catalog! Great, I really needed this feature. Do get one error in admin when I've activated MO_DOS (see error below) and hit the edit key, need to check this. Again many thanks!

 

ERROR I get when selecting the edit key in ADMIN (payment modules):

 

Fatal error: Call to undefined function: tep_cfg_pull_down_orders_status_list() in /home/knuffelpost/www/admin2/modules.php(204) : eval()'d code on line 1

-----------------------

Frank

Link to comment
Share on other sites

if i make no mistake i have updated the money order for last snapshot

it is changed a little bit to report a specific order status when this payment is used

 

check it in payment module, it is included in WU dynamic order status...

 

 

& good news , i update today DOS_Payment with some new feature for final status invoice

 

Sorry to bother you again :D Found a tiny error in /catalog/includes/mdoules/payment/mo_dos.php, check on empty text fields (input): changed document.payment.etc to document.checkout_payment (see below). No the check works!

 

 

function javascript_validation() {

$validation_string = 'if (payment_value == "' . $this->code . '") {' . "n" .

' var acc_holder = document.checkout_payment.acc_holder.value;' . "n" .

' var acc_number = document.checkout_payment.acc_number.value;' . "n" .

' var bank_name = document.checkout_payment.bank_name.value;' . "n" .

 

 

Thanks again! Frank

Link to comment
Share on other sites

Fatal error: Call to undefined function: tep_cfg_pull_down_orders_status_list() in /home/knuffelpost/www/admin2/modules.php(204) : eval()'d code on line 1  

you have to add the function in admin_addincludesfunction part

 

read again the install files ! however this is not needed if you don't use the dynamic order status and set code in checkout process.

 

thnaks about javascript i had not checked it .....

however as wrote in readme files, mo is not my work, it is only adapted from MO version 1 and i have not checked the updated changed made by the author....(some others field added i think in Mo 1.2)

Link to comment
Share on other sites

ok i have posted the change for javascipt in my cvs now :)

 

if you have time compare MO1.2 and MO_DOS to see if some major modification have been made

 

my version is based on

osC2.2_MO_1.0 - Money Order module for osC2.2CVS version 1.0.1

 

Written by: Jan Deeben of PPNL Internet Services

[email protected]

Link to comment
Share on other sites

thanks, but again this is not 100% my work but

osC2.2_MO_1.0 - Money Order module for osC2.2CVS version 1.0.1

 

Written by: Jan Deeben of PPNL Internet Services

[email protected]

 

all credits to him for his work.

i had just made adaptation to new checkout and add DOS function...

 

if you can, please upgrade MO_DOS to lastest change made in MO 1.2 and send me back :)

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
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...