nowa-panda/plugins/pandaGadzety/view/calculator.html

88 lines
3.8 KiB
HTML
Raw Permalink Normal View History

2025-07-07 07:51:16 +00:00
<div class="calculator">
<div class="toggle">
<div class="header single-product__calculator-header">
<div class="title">
<h3>Personalizacja produktu</h3>
</div>
<div class="product-name__title">
Nazwa produktu
</div>
<div id="product-name">
</div>
</div>
<div class="content">
<form method="post" data-gtm-form-interact-id="0" enctype="multipart/form-data">
<div class="options single-product__calculator-header">
<label>
<p>Pozycja znakowania</p>
<div id="options"></div>
</label>
<label>
<div id="technology"></div>
</label>
<div id="color_number"></div>
<div id="attributes"></div>
<div id="attributes-photo"></div>
<div class="labeling_image">
<div id="select_image"></div>
</div>
<div id="stock"></div>
</div>
<div class="hr"></div>
<div class="price-wrapper">
<div class="price">
<label>
<p>Ilość do zamówienia</p>
<input type="number" value="50" min="50" name="quantity" id="quantity">
</label>
<label>
<p>Grafika na nadruk</p>
<input type="file" name="photo" id="photo">
</label>
<span>
Do wykonania wizualizacji należy przesłać <strong>plik wektorowy</strong> w wybranej kolorystyce. Plik z takim logo może mieć rozszerzenie: cdr, eps lub ai (ewentualnie krzywe w pdf).
</span>
</div>
<div class="labeling_summary">
<p>Podsumowanie</p>
<table>
<tr>
<td id="dimensions_name"></td>
<td id="dimensions"></td>
</tr>
<tr>
<td>Cena nadruku:</td>
<td><span id="price">0.00</span> zł / szt.</span></td>
</tr>
<tr>
<td>Cena przygotowania:</td>
<td><span id="setup_price">0</span></span></td>
</tr>
<tr>
<td>Cena produktu:</td>
<td><span id="product_price">0.00</span> zł / szt.</span></td>
</tr>
<tr class="suma">
<td><b>Suma:</b></td>
<td><span id="total_price">0.00</span> zł / szt.</span></td>
</tr>
</table>
<div class="add-to-cart">
<input type="hidden" name="labeling_price" />
<input type="hidden" name="setup_price" />
<input type="hidden" name="product_price" />
<input type="hidden" name="total_price" />
<input type="submit" id="add_to_cart_button" value="Dodaj do koszyka">
</div>
</div>
</div>
</form>
</div>
</div>
</div>