Hi,
that's not really working...
For now:
I override the "onFieldsLoad(&$externalValues)" externalValues method, in which I add the javascript.
When I now go to the product itself (on the client side), the javascript is added (but twice...).
Do you know why the onFieldsLoad is executed twice when loading one product?
The editor can be started when I click the "add to cart" button, but how can I than pass the resulting image to the cart?
(The user chooses an image (size), when he clicks 'add to cart' an image editor will pop up to create the image you want,
when he than clicks on "save", the resulting image (or link to it) should be passed with the product to the cart)