{% extends "base.html" %} {% block title %}Confirm Purchase - Makenotwork{% endblock %} {% block body_attrs %} class="purchase-page"{% endblock %} {% block content %}

Makenot.work

Fair distribution for creatives of all kinds.

Step 2 of 2

Confirm Purchase

{{ item.thumbnail }}
{{ item.title }}
{{ item.description }}

What you'll get:

  • Lifetime access to all current and future versions
  • Email notifications for updates
  • Direct support from the creator

Price Breakdown

Item price {{ item.price }}
You pay {{ item.price }}

{% if stripe_tax_enabled %} Applicable taxes will be calculated at checkout based on your location. {% else %} Taxes not included. Applicable taxes may vary by jurisdiction. {% endif %}

What {{ creator_username }} receives

Payment processing (~2.9% + 30c) -${{ stripe_fee }}
Platform fee $0.00
Creator receives ~${{ creator_receives }}

0% platform fee; only standard payment processing applies.

Secure Checkout

You'll be redirected to a secure checkout page to complete your purchase.

{% if is_logged_in && !pending_started.is_empty() %}

You have an unfinished checkout for this item, started {{ pending_started }}.

Stripe only allows one open checkout at a time. Cancel the previous attempt to start a new one.

{% endif %} {% if is_logged_in %} {% if pending_started.is_empty() %}
{% if pwyw_enabled %}
$
{% if pwyw_min_cents > 0 %}

Minimum: ${{ pwyw_min_dollars }}

{% endif %}
{% endif %}
{% endif %} {% else %}
{% if pwyw_enabled %}
$
{% if pwyw_min_cents > 0 %}

Minimum: ${{ pwyw_min_dollars }}

{% endif %}
{% endif %}

No account required. You'll receive a download link via email.

{% endif %}
Your payment information is encrypted and never stored on Makenotwork servers
{% endblock %} {% block scripts %} {% if pwyw_enabled %} {% endif %} {% endblock %}