Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
faccf8bf
Commit
faccf8bf
authored
May 10, 2019
by
Irving David
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ocultado paypal y precio a 0
parent
9d5a11c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
show_cart.html
catalog/templates/show_cart.html
+7
-5
No files found.
catalog/templates/show_cart.html
View file @
faccf8bf
...
...
@@ -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"
>
P
AY
<a
href=
"../pay"
class=
"btn btn-danger"
>
P
ROCESS
<!--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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment