Created
November 28, 2017 08:35
-
-
Save raphaeldealmeida/0f59c439d2ee88b9adfaf8b5db7579a4 to your computer and use it in GitHub Desktop.
TESTE DE ITENS NO CARRINHO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--TESTE DE ITENS NO CARRINHO--> | |
<div class="panel panel-default"> | |
<div class="panel-heading"><h4>Banners | Lonas - Lona Fosca | Metro² | 4x0 | 1 un.</h4></div> | |
<div class="panel-body"> | |
<form id="remove_0" action="/carrinho/remover" method="post" class="pull-right"> | |
<input type="hidden" name="id" value="0"> | |
<a class="cart_quantity_delete" href="javascript:void(0); return false;" onclick="$('#remove_0').submit();"><i class="fa fa-times-circle"></i></a> | |
</form> | |
<p> | |
Prazo de Produção: 2 dias úteis | |
</p> | |
<p class="cart_total_price pull-right">R$ 68,70</p> | |
<div class="cart_quantity_button"> | |
<form id="form_mais_0" action="/carrinho/alterar" method="post"> | |
<input type="hidden" name="id" value="0"> | |
<input type="hidden" name="qtd" value="1"> | |
<a class="cart_quantity_up" href="javascript:void(0); return false;" onclick="$('#form_mais_0').submit();" style="color: #FFF;"> + </a> | |
</form> | |
<input class="cart_quantity_input" type="text" name="quantity" value="3" autocomplete="off" size="2"> | |
<form id="form_menos_0" action="/carrinho/alterar" method="post"> | |
<input type="hidden" name="id" value="0"> | |
<input type="hidden" name="qtd" value="-1"> | |
<a class="cart_quantity_down" href="javascript:void(0); return false;" onclick="$('#form_menos_0').submit();" style="color: #FFF;"> - </a> | |
</form> | |
</div> | |
</div> | |
</div> | |
<div class="panel panel-default"> | |
<div class="panel-heading"><h4>Banners | Lonas - Lona Fosca | Metro² | 4x0 | 1 un.</h4></div> | |
<div class="panel-body"> | |
<form id="remove_0" action="/carrinho/remover" method="post" class="pull-right"> | |
<input type="hidden" name="id" value="0"> | |
<a class="cart_quantity_delete" href="javascript:void(0); return false;" onclick="$('#remove_0').submit();"><i class="fa fa-times-circle"></i></a> | |
</form> | |
<p> | |
Prazo de Produção: 2 dias úteis | |
</p> | |
<p class="cart_total_price pull-right">R$ 68,70</p> | |
<div class="cart_quantity_button"> | |
<form id="form_mais_0" action="/carrinho/alterar" method="post"> | |
<input type="hidden" name="id" value="0"> | |
<input type="hidden" name="qtd" value="1"> | |
<a class="cart_quantity_up" href="javascript:void(0); return false;" onclick="$('#form_mais_0').submit();" style="color: #FFF;"> + </a> | |
</form> | |
<input class="cart_quantity_input" type="text" name="quantity" value="3" autocomplete="off" size="2"> | |
<form id="form_menos_0" action="/carrinho/alterar" method="post"> | |
<input type="hidden" name="id" value="0"> | |
<input type="hidden" name="qtd" value="-1"> | |
<a class="cart_quantity_down" href="javascript:void(0); return false;" onclick="$('#form_menos_0').submit();" style="color: #FFF;"> - </a> | |
</form> | |
</div> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment