-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-model.html
50 lines (50 loc) · 1.01 KB
/
post-model.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<table border="1" style="width: 660px;">
<tbody>
<tr>
<th class="item_thumb" id="thumb" width="45%" colspan="2">Fotos</th>
</tr>
<tr>
<th>Produto</th>
<td class="item_name">Insira o nome de seu produto aqui</td>
</tr>
<tr>
<th><b>Preço</b></th>
<td class="item_price">R$ 00,00</td>
</tr>
<tr>
<th><b>Desconto</b></th>
<td class="item_discount">R$ 00,00</td>
</tr>
<tr>
<th><b>Preço c/ Desconto</b></th>
<td class="item_pricefinal">R$ 00,00</td>
</tr>
<tr>
<th><b>Disponível em estoque</b></th>
<td>Insira a quantidade disponível aqui</td>
</tr>
<tr>
<th><b>Cor</b></th>
<td class="item_color"></td>
</tr>
<tr>
<th><b>Sexo</b></th>
<td class="item_sex"></td>
</tr>
<tr>
<th><b>Nascimento</b></th>
<td class="item_nasc"></td>
</tr>
</tbody>
</table>
<br/>
<input class="item_add" type="button" value="Add to Cart" />
<br/>
<table border="1" style="width: 660px;">
<tbody>
<tr>
<th><b>Descrição</b></th>
<td class="item_Description">Insira a descrição de seu produto aqui</td>
</tr>
</tbody>
</table>