- agregado el boton de paypal en la vista "cart"

- quitado el boton de carrito en las vistas distintas a "map"
- correccion del "wait" en la vista "map"
parent c0861888
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</td> </td>
<td>{{product.size}}</td> <td>{{product.size}}</td>
<td class="text-center"> <td class="text-center">
<a title="View Report" {% if product.progress == 60 %} <a title="View Report" {% if product.progress == 100 %}
href="{{ BASE_URL }}/reports/T15QZD_sclData/{{product.purchase_id}}" href="{{ BASE_URL }}/reports/T15QZD_sclData/{{product.purchase_id}}"
{% else %} {% else %}
href="#" href="#"
......
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