pbor1234 Posted February 9, 2008 Posted February 9, 2008 (edited) tntpostf v1.0 readme: "When a COD option is chosen, only the payment module 'cash' will be displayed. If you haven't this module installed your old list of payment modules will be displayed. If you want another payment module for COD, change in the source 'payment.php', 'cash.php' to your module name." However if i do so (change cash.php into cod.php) its still not working. I use oscommerce-2.2rc2. Debugged a little and found that $shipping is empty!? Anyone some thoughts? Edited February 9, 2008 by pbor1234 Quote
pbor1234 Posted February 9, 2008 Author Posted February 9, 2008 GOT IT! Change: global $payment, $language, $PHP_SELF; into global $payment, $language, $PHP_SELF, $shipping; in the first line of the constructor (in the same function). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.