Add subscription link to product page
This commit is contained in:
parent
62b4c57263
commit
12f478701f
@ -28,6 +28,10 @@
|
||||
<input type="submit" value="Add to cart">
|
||||
</p>
|
||||
</form>
|
||||
<p>
|
||||
Want your coffee automatically delivered?<br>
|
||||
<strong><a href="{% url 'storefront:subscription-form' %}">Subscribe and save 10% →</a></strong>
|
||||
</p>
|
||||
</section>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block content %}
|
||||
<div class="site__banner site__banner--site">
|
||||
<h1>Subscriptions</h1>
|
||||
<h4>SUBSCRIBE AND SAVE</h4>
|
||||
<h2>Subscribe and save 10%</h2>
|
||||
</div>
|
||||
<article>
|
||||
<h1>Review your subscription</h1>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
{% block content %}
|
||||
<div class="site__banner site__banner--site">
|
||||
<h1>Subscriptions</h1>
|
||||
<h4>SUBSCRIBE AND SAVE</h4>
|
||||
<h2>Subscribe and save 10%</h2>
|
||||
</div>
|
||||
<article>
|
||||
<header>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
{% block content %}
|
||||
<div class="site__banner site__banner--site">
|
||||
<h1>Subscriptions</h1>
|
||||
<h4>SUBSCRIBE AND SAVE</h4>
|
||||
<h2>Subscribe and save 10%</h2>
|
||||
</div>
|
||||
<article>
|
||||
<section>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
{% block content %}
|
||||
<div class="site__banner site__banner--site">
|
||||
<h1>Subscriptions</h1>
|
||||
<h4>SUBSCRIBE AND SAVE</h4>
|
||||
<h2>Subscribe and save 10%</h2>
|
||||
</div>
|
||||
<article>
|
||||
<section>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{% block content %}
|
||||
<div class="site__banner site__banner--site">
|
||||
<h1>Subscriptions</h1>
|
||||
<h4>SUBSCRIBE AND SAVE</h4>
|
||||
<h2>SUBSCRIBE AND SAVE 10%</h2>
|
||||
</div>
|
||||
<article>
|
||||
<form id="payment-form">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user