069
This commit is contained in:
parent
78216e062a
commit
a8573d8a1e
@ -203,7 +203,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<button class="btn btn-primary btn-lg py-3 btn-block" onclick="window.location='/checkout'">Proceed To Checkout</button>
|
||||
<button class="btn btn-primary btn-lg py-3 btn-block" onclick="window.location='/cart/checkout'">Proceed To Checkout</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -226,4 +226,4 @@
|
||||
window.location.href = '/shop';
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user