```
✨ feat(Product): Supprime le champ 'installation' et ajuste les tarifs.
```
This commit is contained in:
@@ -118,17 +118,6 @@
|
||||
Finances & Tarifs
|
||||
</h3>
|
||||
|
||||
<div class="space-y-8">
|
||||
{# INSTALLATION (Montant) #}
|
||||
<div class="p-5 bg-white/5 rounded-3xl border border-white/5 relative overflow-hidden group">
|
||||
<div class="absolute top-0 right-0 p-2 opacity-10">
|
||||
<svg class="w-12 h-12 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg>
|
||||
</div>
|
||||
{{ form_label(form.installation, 'Forfait Installation (€)', {'label_attr': {'class': 'text-[9px] font-black text-amber-500 uppercase tracking-widest mb-3 block'}}) }}
|
||||
{{ form_widget(form.installation, {'attr': {'class': 'w-full bg-slate-950/50 border-white/10 rounded-xl text-amber-500 font-bold focus:ring-amber-500/20 focus:border-amber-500 transition-all py-3 px-4 text-lg'}}) }}
|
||||
<p class="text-[8px] text-slate-500 mt-2 font-bold uppercase italic tracking-tighter">Saisir 0 si inclus dans la loc</p>
|
||||
</div>
|
||||
|
||||
{# PRIX LOCATION #}
|
||||
<div class="space-y-6">
|
||||
<div>
|
||||
@@ -148,12 +137,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="mt-2"/>
|
||||
{# CAUTION #}
|
||||
<div class="pt-8 border-t border-white/5">
|
||||
{{ form_label(form.caution, 'Montant de la Caution (€)', {'label_attr': {'class': 'text-[10px] font-black text-slate-500 uppercase tracking-widest ml-1 mb-2 block'}}) }}
|
||||
<div class="relative">
|
||||
{{ form_widget(form.caution, {'attr': {'class': 'w-full bg-slate-900/50 border-white/5 rounded-2xl text-white font-mono focus:ring-blue-500/20 focus:border-blue-500 transition-all py-3 px-5 text-center'}}) }}
|
||||
</div>
|
||||
<div class="mt-4 p-4 rounded-2xl bg-white/5 border border-white/10 backdrop-blur-md shadow-xl">
|
||||
<div class="flex gap-3">
|
||||
<div class="flex-shrink-0">
|
||||
<svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="text-[11px] leading-relaxed text-slate-300">
|
||||
<strong class="text-white block mb-1 uppercase tracking-wider">Information importante</strong>
|
||||
Cette somme sera prélevée sur le compte bancaire du client. Conformément aux politiques de <span class="text-blue-400">Stripe</span>, les fonds peuvent être bloqués pour un maximum de <span class="font-bold text-white">4 jours</span>. Passé ce délai, aucun prélèvement ultérieur ne sera possible.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user