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