Skip to content

Commit 6e1ed9b

Browse files
committed
disable purchasing
1 parent 015f994 commit 6e1ed9b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

_layouts/catalogue.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ <h5>Search for a specific product <input class="searchfunction" type="text" plac
6666
<p class="red"><b>Out of Stock</b></p>
6767
{% else %}
6868
<div class="purchase">
69-
<form target='paypal' action='https://www.paypal.com/cgi-bin/webscr' method='post'>
69+
<!-- <form target='paypal' action='https://www.paypal.com/cgi-bin/webscr' method='post'>
7070
{% include sales/paypal-inputs.html title=product.title price=product.price %}
7171
<button class="btn btn-block btn-third fa fa-shopping-cart" style="font-size: 25px;" aria-hidden="true" type='submit' name='submit'
7272
alt='Add this item to your paypal cart.' value='Purchase'>
7373
</button>
74-
</form>
74+
</form> -->
7575
</div>
7676
{% endif %}
7777
</div>

_layouts/productdetails.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
---
55

66
<div>
7+
{% include sales/COVID-19-notice.html %}
78
<div class="container-xl">
89
<div class="row product-title">
910
<h1>{% include titlecase.html title=page.title %}</h1>
@@ -41,7 +42,7 @@ <h5>
4142
{% endif %}
4243
</h5>
4344
{% else %}
44-
<h5>
45+
<!-- <h5>
4546
Add to cart:
4647
<form
4748
target="paypal"
@@ -65,7 +66,7 @@ <h5>
6566
value="Purchase"
6667
></button>
6768
</form>
68-
</h5>
69+
</h5> -->
6970
{% endif %}
7071
</div>
7172
</div>

0 commit comments

Comments
 (0)