brandon_genepool Posted November 18, 2016 Share Posted November 18, 2016 Hi, I'm new to PrestaShop and need help. I need to add custom php code to the checkout process. What I need to do is call a web service of a local carrier which returns their quotes, tracking number, etc. How can I add my custom php code? Thanks Link to comment Share on other sites More sharing options...
Daresh Posted November 18, 2016 Share Posted November 18, 2016 You need to write a module that will attach itself to some hook used in the cart, and in that module you execute your code. Link to comment Share on other sites More sharing options...
brandon_genepool Posted November 18, 2016 Author Share Posted November 18, 2016 Ok cool, Thanks. Ill Look into that. 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