rajeevvishva Posted January 26, 2016 Share Posted January 26, 2016 i am new to prestashop and trying to develop an module for my use.. in this i need to know how can i get Tax rules list for displaying in a form for my registered customers? Link to comment Share on other sites More sharing options...
math_php Posted January 28, 2016 Share Posted January 28, 2016 Hi public static function getTaxes($id_lang = false, $active_only = true) $taxes = Tax::getTaxes(); var_dump($taxes); 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