Commit faccf8bf authored by Irving David's avatar Irving David

Ocultado paypal y precio a 0

parent 9d5a11c3
...@@ -152,7 +152,8 @@ ...@@ -152,7 +152,8 @@
<div class="box-header with-border"> <div class="box-header with-border">
<h3 class="box-title">{{ product.process }}: {{ product.aggreg_date }}</h3> <h3 class="box-title">{{ product.process }}: {{ product.aggreg_date }}</h3>
<div class="box-tools pull-right"> <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"> <button type="button" class="btn btn-box-tool" data-widget="collapse">
<i class="fa fa-plus"></i> <i class="fa fa-plus"></i>
</button> </button>
...@@ -203,7 +204,8 @@ ...@@ -203,7 +204,8 @@
</tr> </tr>
<tr> <tr>
<th>Total price:</th> <th>Total price:</th>
<td>${{ total_price }}</td> <!-- <td>${{ total_price }}</td> -->
<td>0.00</td>
</tr> </tr>
</tbody> </tbody>
<tfoot> <tfoot>
...@@ -219,7 +221,7 @@ ...@@ -219,7 +221,7 @@
</tfoot> </tfoot>
</table> </table>
<div class="text-center"> <div class="text-center">
<a href="../pay" class="btn btn-danger">PAY <a href="../pay" class="btn btn-danger">PROCESS
<!--input type="image" <!--input type="image"
src="https://www.sandbox.paypal.com/es_XC/MX/i/btn/btn_buynowCC_LG.gif" src="https://www.sandbox.paypal.com/es_XC/MX/i/btn/btn_buynowCC_LG.gif"
border="0" name="submit" border="0" name="submit"
...@@ -229,7 +231,7 @@ ...@@ -229,7 +231,7 @@
height="1"--> height="1"-->
</a> </a>
<!--
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1"> <input type="hidden" name="upload" value="1">
...@@ -269,7 +271,7 @@ ...@@ -269,7 +271,7 @@
<input type="email" name="payer_email" value=""> <input type="email" name="payer_email" value="">
<input type="submit"> <input type="submit">
</form> </form>
-->
</div> </div>
</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