OSCommerce using PO# instead of payment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vantheman
Forum Newbie
Posts: 6
Joined: Fri Dec 05, 2008 6:12 pm

OSCommerce using PO# instead of payment

Post by vantheman »

Hello,
I'm fairly new to php and I'm hoping my issue is much more simple than I think it is.

I have an oscommerce shopping cart template that I want to use for my companies website. I want everything to work normal (browse categories, add items to cart, view cart, etc.), but when the customer clicks "checkout", I don't want his/her items to redirect to a credit card processing page, or PayPal or anything like that. Instead, I want the items to be sent to an email address (like form mail) with a PO # that would be required.

Does anyone know how to manipulate this?

Thanks
Van
Post Reply