willcm Posted November 20, 2012 Share Posted November 20, 2012 Hello, I'd like to know how to skip payment selection, I only have one option so I don't want to display the payment selection page, I just want to go straight to the payment form for my sage pay module - how do I do this? Thanks Will Link to comment Share on other sites More sharing options...
bellini13 Posted November 21, 2012 Share Posted November 21, 2012 in the sage module, you will see a hookpayment function. you could edit that function to perform a page redirect when the function is called. otherwise you might have to override one of the controllers to redirect directly to the form. i suspect this will not be an easy task if you are not familiar with php or core prestashop coding. 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