I have a HTML script:
<div class="product">
<h2 class="product-name">Weidehütte Special 2 mit isoliertem Dach, Rädern, Tränke und Solar</h2>
<p class="product-price">19000.99€</p>
<form data-add-to-cart data-product-id="product2">
<input type="number" name="quantity" value="1" min="1">
<button type="submit">Add to Cart</button>
</form>
</div>
I tried to rebuild it in webstudio but the functionality isn´t the same.
I am trying to build a product page and when I use an HTML embed instead of the webstudio components it works.
My page:
https://p-714f1503-079f-438e-8a34-e24eb1ab0a6f.apps.webstudio.is/?authToken=2c5f5dc4-f356-4b38-b55c-74d624e30f8c&mode=preview