Image Not Getting Deleted From Backend

When i delete the product from the admin panel does its image gets deleted from backend or not?

Can somebody please answer me this.









Thank you.

Dear Madhuri,



Very strange question.



Admin panel and backend is the same.



Did you mean database?



Yes, it should be deleted from the database if you delete the product in the admin panel.



Best regards, Alt-team.

[quote name='madhuri' timestamp='1419249537' post='200574']

When i delete the product from the admin panel does its image gets deleted from backend or not?

Can somebody please answer me this.

[/quote]



The fn_delete_product function which is located in the app/functions/fn.catalog.php file deletes all images data from the database and file system when you delete the product.