File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
4142 {% endif %}
4243 </ h5 >
4344 {% else %}
44- < h5 >
45+ <!-- < h5>
4546 Add to cart:
4647 <form
4748 target="paypal"
6566 value="Purchase"
6667 ></button>
6768 </form>
68- </ h5 >
69+ </h5> -->
6970 {% endif %}
7071 </ div >
7172 </ div >
You can’t perform that action at this time.
0 commit comments