Woocommerce adding a div inside the product image

Hi guys.

I want to build a Woocommerce plugin but I am stuck from step one.

I need to be able to add a div or an image inside the product image or replace it entirely, is there a filter or action for this or is it done in the front with Javascript?

Not sure what you exactly need but jQuery append() should help you to solve the problem

I am just curious if there are som hooks that allows to add stuff in the product via PHP…