Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Weird Error: Some Payment Options not showing


Arven

Recommended Posts

Hello!

 

Unfortunately I couldn't find any answer to this question via search:

 

After installing osCommerce for what was intended to be the final build before going live, something weird happened.

 

Adding the German Banktransfer module I was flabbergasted it didn't show up in the list of payment options in checkout_payment.php. I tried several options (including the "show only after X successful purchases" etc.), it didn't show.

 

I checked the zones, but they appear to be well defined.

 

I tried other payment options and alas - sometimes the same thing happens, sometimes it doesn't (i.e. Cash on Delivery does not shop, the Credit Card module does).

 

Does anybody have an idea what could be going wrong here? I am running out of ideas :(.

 

Modules installed so far:

CCGV(trad)

Download Controller (maybe the weird Freecharge/Freeshipping does interfere?)

PayPal IPN (which _does_ show)

German Banktransfer (discuss-28mar + admin .90)

 

I'd very much appreciate your help!

Link to comment
Share on other sites

try the following for me:

 

 

 

go to payment modules, and change the sorting of all modules you want to show to new values.

 

 

 

Make it 10, 20, 30 etc, not 0, 1, 2, 3

 

 

 

No, I cannot explain it ... but I was stuck with this same situation for several shops already and it worked!

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

go to payment modules, and change the sorting of all modules you want to show to new values.

 

Make it 10, 20, 30 etc, not 0, 1, 2, 3

 

No, I cannot explain it ... but I was stuck with this same situation for several shops already and it worked!

 

Tried that. It's still the same :(

 

Any other idea?

Link to comment
Share on other sites

sure :-)

 

 

 

open your phpmyadmin, table configuration ...

 

 

 

look for MODULE_PAYMENT_INSTALLED

 

 

 

check if it has all the modules you need, if not, add them in manually, separated by a semicolon

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

open your phpmyadmin, table configuration ...

 

look for MODULE_PAYMENT_INSTALLED

 

check if it has all the modules you need, if not, add them in manually, separated by a semicolon

 

germanbanktransfer.php;paypal_ipn.php;moneyorder.php

 

Everything I need is there...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...