hassan.sardar.lecode Posted June 20, 2017 Share Posted June 20, 2017 I am building a prestashop Carrier module. I want to modify the front side of Carrier module, where the list of carriers are offered with different prices. I havnt found anything from the docs. This is something I want to do: Link to comment Share on other sites More sharing options...
prosci8 Posted June 21, 2017 Share Posted June 21, 2017 The front office is modified by the hook extraCarrier in your module. A good starting point is to use PrestaShop's tntcarrier module to see how to implement this : https://github.com/PrestaShop/tntcarrier/blob/master/tntcarrier.php. Link to comment Share on other sites More sharing options...
hassan.sardar.lecode Posted June 21, 2017 Author Share Posted June 21, 2017 @prosci8 Can I have the link to some official documentation? Because this module is way huge, and I have tried the extraCarreir hook but there is not affect on the carrier front office. 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