Last Updated: February 25, 2016
·
2.849K
· pablo_1990

Add a js to your module on prestashop

Just add this to your "public function __construct()":

$this->context->controller->addJS($this->_path.'yourrouteinmodule.js');

To add a css change js for css :D.

And remember: "Share is helping other with the same problem" :)

Good luck!