{% extends 'tournaments/base.html' %} {% block head_title %}La Boutique{% endblock %} {% block first_title %}Padel Club{% endblock %} {% block second_title %}La Boutique{% endblock %} {% block content %} {% if STRIPE_IS_TEST_MODE %}
⚠️ Test Mode: Stripe is currently in test mode. No real payments will be processed.
Use test card: 4242 4242 4242 4242 with any future date and any CVC.
{% endif %}

Votre panier

{% if display_data.items %}

Comment fonctionne la livraison ?

Cette boutique fonctionne entre amis 'Padel Club'. Les commandes sont :

  1. Passées en ligne via notre système
  2. Préparées par notre équipe
  3. Remises en main propre lors d'une prochaine session de padel

Pas d'expédition : nous vous remettrons votre commande personnellement au club !

{% include 'shop/partials/order_items_display.html' with items=display_data.items total_quantity=display_data.total_quantity total_price=display_data.total_price edit_mode=True %}
Avez-vous un code de réduction?
{% if user.is_authenticated %} {% else %} Passer la commande

Connectez-vous pour un paiement plus rapide.

Se connecter
{% endif %}
{% if display_data.items %} Vider le panier {% endif %} {% if settings.DEBUG %}

Debug Payment Simulation

{% endif %}
{% else %}

Votre panier est vide.

Retourner à la boutique {% endif %}
{% if user.is_authenticated and display_data.items %} {% endif %} {% endblock %}