yaloe2017 Posted August 18, 2017 Share Posted August 18, 2017 Hello, It's not possible to delete product combinations in Prestashop 1.7.2.0 and the new version 1.7.2.1 I test it with PHP 5.6 and PHP 7 After that i installed PRESTOOL with the same problems. Has someone a solution for this big bug. Thanks a lot! Link to comment Share on other sites More sharing options...
musicmaster Posted August 19, 2017 Share Posted August 19, 2017 Didn't you see any error message? Prestashop 1.7 has more database constraints than 1.6. So it might be that there is something in another table that depends on the combination and prevents it from being deleted. For example some discount...? Link to comment Share on other sites More sharing options...
nathandong Posted September 2, 2017 Share Posted September 2, 2017 same problem here Link to comment Share on other sites More sharing options...
yaloe2017 Posted October 12, 2017 Author Share Posted October 12, 2017 Didn't you see any error message? Prestashop 1.7 has more database constraints than 1.6. So it might be that there is something in another table that depends on the combination and prevents it from being deleted. For example some discount...? Not there is no error message. I just cannot delete a combination. I think it's a bug because there a more people with the same problem. Link to comment Share on other sites More sharing options...
zoran23 Posted November 22, 2017 Share Posted November 22, 2017 no error message, it simply cannot be deleted. I have the same problem and it is a huge one. Link to comment Share on other sites More sharing options...
Webbyshops Posted August 14, 2018 Share Posted August 14, 2018 I know this is an older thread but I'm having the same problem with version 1.7.4. I've been trying to find a fix for this so I'm working on it but it's difficult, after some debugging I have found what happens but not why. When you debug the javascript the server returns the following: 405 Method Not Allowed: The requested method DELETE is not allowed for the URL /mysecretadmin/index.php/attribute/3889. This sucks because the problem could be a client or server problem, it could also be that the htaccess file is blocking the ajax POST operation. I will post the fix here as soon as I find the problem Link to comment Share on other sites More sharing options...
Knowband Plugins Posted August 15, 2018 Share Posted August 15, 2018 Hi, If DELETE method is not supported (i.e. The requested method DELETE is not allowed), then I would suggest you to contact hosting provided. Most probably DELETE method is disabled from the APACHE. You can also try adding following lines in the .htaccess (root folder). <RequireAny> Require method DELETE GET POST PUT OPTIONS </RequireAny> Link to comment Share on other sites More sharing options...
wingdev Posted October 17, 2018 Share Posted October 17, 2018 @Webbyshops, i have the same problem with prestashop 1.7.4.2. Do you have find a fix for this problem ? Thanks Link to comment Share on other sites More sharing options...
Webbyshops Posted October 17, 2018 Share Posted October 17, 2018 Yes the above fix should work but if it doesn't you need to ask your hosting provider to enable the DELETE method in apache. Link to comment Share on other sites More sharing options...
Bassel Posted June 1, 2020 Share Posted June 1, 2020 Hello Dears I am usine 17.0.5 / PHP 7.1 Combination is just a kind of nighmare. I can't delete any combination once created. Even when combinations created through CSV import, it is impossible to assigne images by combination. Any help please ? Thanks in advance Link to comment Share on other sites More sharing options...
pinwheel Posted April 2, 2021 Share Posted April 2, 2021 I am using prestashop 1.7.6. Combinations caused the product to be zero on the front end for price. I went to delete the combinations, now you cannot update or do anything with the product. This is a nightmare, there are other bugs too. Products showing on the front end, yet name and details empty on the backend. I have to say, prestashop is very buggy. 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