Adding HTML to a Woocomerce product page

406 Views Asked by At

We create 360 degree views for products. And I want to integrate them to our Woocomerce test Products. But I can't add HTML to the product site via elementor so I need some help and I'm not really into web development.

This is the product page: https://www.schnappzu.net/produkt/samsung-smart-watch/ ‎and I want to add the following HTML code.

The best way would be to replace the Product image with this 360 degree animation, if this is not possible, the HTML code should be shown below the product image.

Code:

<link rel="stylesheet" href="https://www.fisher-softmedia.de/live/schnappzu/beispiel/template/css/euroviewer_styles_native.css" type="text/css" media="screen" />
    <script src="https://www.fisher-softmedia.de/live/schnappzu/beispiel/3d_artikel/Smartwatch/viewerconf.js" type="text/javascript"></script>
    <script src="https://www.fisher-softmedia.de/live/schnappzu/beispiel/template/js/init.js" type="text/javascript"></script>


<script>init("Smartwatch", 0, 0)</script>
<script src="https://www.fisher-softmedia.de/live/schnappzu/beispiel/template/js/viewer-html.js" type="text/javascript"></script>
<script src="https://www.fisher-softmedia.de/live/schnappzu/beispiel/template/js/euroviewer_core.1721.production.js" type="text/javascript"></script>
0

There are 0 best solutions below