miumax Posted June 2, 2016 Share Posted June 2, 2016 I'm new to prestashop and I'm developing a shipping module. I need to know how to add custom label for each product that in product list page that mach my deliver method. What hook I use for add label to product list page. I need to get $params for each product. is hookActionProductListOverride valid hook ? Thanks, Link to comment Share on other sites More sharing options...
rocky Posted June 6, 2016 Share Posted June 6, 2016 You should use the hookDisplayProductPriceBlock function in your module. See modules/advancedeucompliance/advancedeucompliance.php to see how that module does it. 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