Free prestashop1.7 custom code module

Free PrestaShop1.7 custom code module - Add custom css or javascript Google analytics code Google fonts to your site without editing files.

Free PrestaShop1.7 custom code module - Put custom css or javascript, Google analytics code, Google fonts and meta tags. This module allows you to add custom css or JavaScript, Google analytics code, google fonts and meta tags to your site. Compatible with: All versions later than Prestashop1.7.1.0 Download Important if you are transformer theme or…

How to set the Category tree links module to expand the brunch containing current category in PrestaShop 1.7.

1. Set the "Category root" option to "Home category" in the "Category tree links" module. 2. To do one modification and add one new function to the \modules\ps_categorytree\ps_categorytree.php file, see this picture. Here is modification, replace this code 1234return [ 'categories' => $this->getCategories($category), 'currentCategory' => $category->id, ]; By this one 123456$categories = $this->getCategories($category); return […