views:

17

answers:

1

I want to add an own shipping method during checkout_shipping.php. Something like a dropdown list, from that the customer will select his shipping method and enter his own account no in a textbox. How should I implement this?

A: 

Hey, I'm currently working in a proyect that involve oscommerce, I agree with Keyo, but I know that sometimes is not that it easy to migrate ;)

The payment methods are contribution, if you would like to build your own you have to build two files (at least, because there is one of the files that is the language)

here you have a direct acces to a payment module made for mercadopago Argentina (like paypal)

http://addons.oscommerce.com/info/6504

if you check the zip file you are going to see that the files have to be added in the catalog - include then you have the one I already told (language) and modules - payment.

I made a few payment methods my self, it's not hard, but you have to remember that oscommerce is like 6 years old, so the code is not the best ;)

hope this help

ps: if you want more payment methods you can look here: addons.oscommerce.com/category/Payment_Modules

is the official site

Saikios