Web Hosting Talk







View Full Version : Deleting payment options in PHPmanager


pattox
02-07-2003, 01:48 AM
Could someone please tell me how i delete the option on the order form, So noone has the option to pay with anything else then Credit Card????

I would realy appreciate it!

Kind regards,
P.T

2Grumpy
02-07-2003, 03:55 AM
I made my own order.php that gives ONLY the options I want and then pass that info to index.php which is the default order form and I modified it a bit, mainly to send people back to order.php instead of index.php on orders with fields that need adding/modifying.

You can see the form here:

http://billing.8-95.com/order/order.php

I also removed the stupid drop down menu for the .extension since I sure didn't feel like adding all possible extensions in the manager, as people sign up with extensions I don't have I just add them at that time. And I removed all the "other" payment options (yearly etc) and only offer the ones I accept.

All in all I like that most of phpmanager is open and freely modifiable though I dread the 2.0 upgrade since it's probably gonna break all my mods :(

thomor25
02-07-2003, 05:18 AM
Would you be able to share your mods so others like myself might be able to use them?

blacknight
02-07-2003, 05:35 AM
If you know HTML changing the options is easy. All you have to do is remove the options et voila!

If you need help with these things have a look on the PhpManager forum

2Grumpy
02-07-2003, 11:49 AM
Ya not much to it, once you get a grip on what included files are in need of modifying it took me about 30 minutes to get the order pages to where I wanted it (mostly).

blacknight
02-07-2003, 11:52 AM
Exactly! It's only when you want to really make drastic changes to things that you need a PHP guru