Prestashop Guru Posted May 4, 2015 Share Posted May 4, 2015 (edited) Hi, I've a problem with the error function. if i use $this->error[]= Tools::displayerror(.....) on product page i see the fancybox popup (CORRECT). But, if i use $this->error[]= Tools::displayerror(.....) on category page i see a message from browser with the error(WRONG. I use $this->error[] on processChangeProductIncart(). How i can see the fancybox error on the Category page? Thanks, Best regards. Roberto Edited May 6, 2015 by bart46 (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted May 6, 2015 Share Posted May 6, 2015 Quickly comparing the files, there is a line that explicitly adds the fancybox jquery plugin to the product controller: (File controllers/adminAdminProductsController.php): $this->addJqueryPlugin(array('autocomplete', 'fancybox', 'typewatch')); Maybe try to add something similar to the Categories controller and see if that is sufficient: (File controllers/admin/AdmnCategoriesController.php) My 2 cents, pascal 1 Link to comment Share on other sites More sharing options...
Prestashop Guru Posted May 6, 2015 Author Share Posted May 6, 2015 not work. why on admin folder? i need to see the fancybox when i click on "add to cart" on product-list Link to comment Share on other sites More sharing options...
Prestashop Guru Posted May 6, 2015 Author Share Posted May 6, 2015 run! i add $this->addJqueryPlugin(array('autocomplete', 'fancybox', 'typewatch')); on CategoryController.php Thanks PascalVG Link to comment Share on other sites More sharing options...
PascalVG Posted May 6, 2015 Share Posted May 6, 2015 Hi Bart, sorry, got somehow the impression you were talking about back office. Didn't see you talking about the add to cart Glad you found out! Happy selling, pascal. 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