Jump to content

Cannot delete product combinations


yaloe2017

Recommended Posts

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

  • 2 weeks later...
  • 1 month later...

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

  • 1 month later...
  • 8 months later...

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

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

  • 2 months later...
  • 1 year later...

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

  • 10 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...