lordanthony Posted November 8, 2008 Share Posted November 8, 2008 If you only have one payment method it seems a bit pointless to ask people to click on the button to choose it.I thought so anyway and adapted the file to skip this step and I thought I'd share it here.It's hardcoding the payment method though so any upgrades or changes may break this in future.You need to edit order.php.Find the code that says: case 3: if(Tools::isSubmit('processCarrier')) processCarrier(); autoStep(3); checkFreeOrder(); displayPayment(); break; and change it to : case 3: if(Tools::isSubmit('processCarrier')) processCarrier(); autoStep(3); checkFreeOrder(); displayPayment(); Tools::redirect('modules/creditcard/payment.php'); break; Change the "modules/creditcard/payment.php" to be the url of the payment method module that you are using. Link to comment Share on other sites More sharing options...
Naveed Awan Posted January 10, 2009 Share Posted January 10, 2009 hi iam making a pizza home delevery website and i need payment methood as on door payment . so i don,t want that in oder prosse system ask to user about payment methood and order should came on email Link to comment Share on other sites More sharing options...
motorider Posted March 20, 2010 Share Posted March 20, 2010 I used your method but I have an error Fatal error: Class 'PaymentModule' not found in /public_html/modules/bankwire/bankwire.php on line 3 Link to comment Share on other sites More sharing options...
FavMedia Posted September 28, 2010 Share Posted September 28, 2010 So many dead ends Link to comment Share on other sites More sharing options...
pjssms Posted October 8, 2010 Share Posted October 8, 2010 I am with the same issue.I think that is due to been changing the directories ...I can not see any payment module avaliable on finishing the order Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now