rahajason Posted September 7, 2023 Share Posted September 7, 2023 Hi, In my product page, there are some sections like "See also ...", on an item when i want to display the quickview popup the product controller is not found (the quickview works in home and listing pages) : This is what happens in network tab URL De Requête: https://www.myweb.fr/index.php?controller=product Méthode De Requête: POST Code D'état: 404 Adresse Distante: xxx.xxx.xxx.xxx:xxx Someone can help ? Thank you Link to comment Share on other sites More sharing options...
AddWeb Solution Posted September 8, 2023 Share Posted September 8, 2023 21 hours ago, rahajason said: Hi, In my product page, there are some sections like "See also ...", on an item when i want to display the quickview popup the product controller is not found (the quickview works in home and listing pages) : This is what happens in network tab URL De Requête: https://www.myweb.fr/index.php?controller=product Méthode De Requête: POST Code D'état: 404 Adresse Distante: xxx.xxx.xxx.xxx:xxx Someone can help ? Thank you Hi, The error message suggests that it can't find the "product" controller. Verify that the controller file (e.g., ProductController.php) is present in the correct directory within your Prestashop installation. Check the permissions and settings for the "product" controller in your PrestaShop admin panel. Make sure that the controller is enabled and properly configured to handle quickview requests. Enable debugging in Prestashop to get more detailed error messages. You can do this by modifying the config/defines.inc.php file and setting define('_PS_MODE_DEV_', true);. This can provide more information about the specific error causing the 404 response. Clear the cache and check once. Thanks! 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