Commit faccf8bf authored by Irving David's avatar Irving David

Ocultado paypal y precio a 0

parent 9d5a11c3
......@@ -152,7 +152,8 @@
<div class="box-header with-border">
<h3 class="box-title">{{ product.process }}: {{ product.aggreg_date }}</h3>
<div class="box-tools pull-right">
<span class="badge bg-green">Price ${{ product.price }}</span>
<!-- <span class="badge bg-green">Price ${{ product.price }}</span> -->
<span class="badge bg-green">0.00</span>
<button type="button" class="btn btn-box-tool" data-widget="collapse">
<i class="fa fa-plus"></i>
</button>
......@@ -203,7 +204,8 @@
</tr>
<tr>
<th>Total price:</th>
<td>${{ total_price }}</td>
<!-- <td>${{ total_price }}</td> -->
<td>0.00</td>
</tr>
</tbody>
<tfoot>
......@@ -219,7 +221,7 @@
</tfoot>
</table>
<div class="text-center">
<a href="../pay" class="btn btn-danger">PAY
<a href="../pay" class="btn btn-danger">PROCESS
<!--input type="image"
src="https://www.sandbox.paypal.com/es_XC/MX/i/btn/btn_buynowCC_LG.gif"
border="0" name="submit"
......@@ -229,7 +231,7 @@
height="1"-->
</a>
<!--
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
......@@ -269,7 +271,7 @@
<input type="email" name="payer_email" value="">
<input type="submit">
</form>
-->
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment