You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gateway.html 698B

12345678910111213141516171819202122232425262728
  1. {% extends "layout.html" %}
  2. {% block header %}
  3. <h2>Checkout / Gateway</h2>
  4. {% endblock header %}
  5. {% block content %}
  6. <dl>
  7. <dt>
  8. <a href="">Register</a> or <a href="{% url oscar-customer-login %}">log-in</a>
  9. </dt>
  10. <dl>
  11. <p>Logging in now will give you access to your address book and ensure your
  12. order is viewable in your order history.</p>
  13. </dl>
  14. <dt>
  15. <a href="{% url oscar-checkout-shipping-address %}">Checkout anonymously</a>
  16. </dt>
  17. <dl>
  18. <p>You can checkout without signing in or registering. You will be given the opportunity to
  19. register when checkout is complete.</p>
  20. </dl>
  21. </ol>
  22. {% endblock content %}