Results 35 comments of Marc

@nielslange Thanks for your answer. Here's the method hooking in `woocommerce_cart_item_thumbnail`: https://github.com/marcusig/woocommerce-product-customizer/blob/master/src/inc/frontend/cart.php#L247 Context: My plugin is a product configurator, which allow building the product with a **live preview**, using transparent...

@nielslange Thanks, that looks like it could partially work, will try that approach for now. Though unfortunately it is not a full support, as I sometimes only have an url,...

@nielslange @senadir Thanks for that. I managed to make this work with those 2 filters. I'm still hoping for a full solution as this feels a bit hacky, (specially if...

Note to anyone trying the method mentioned above: `add_filter( 'woocommerce_get_cart_contents', 'cart_item_thumbnail' );` is run many times in a single request. So if you don't want hectic performance drop, only run...

The [Text overlay add-on](https://wc-product-configurator.com/product/text-overlay/) now allows text preview in the configurator: https://wc-product-configurator.com/docs/text-overlay/general-usage/