Bâches
Avec Meilleure Communication, apportez une existence à votre marque grâce à notre spécialité en branding évènementiel à Bordeaux. Des impressionnants imprimés sur de vastes bâches pour une impression visuelle inégalée.
Avec Meilleure Communication, apportez une existence à votre marque grâce à notre spécialité en branding évènementiel à Bordeaux. Des impressionnants imprimés sur de vastes bâches pour une impression visuelle inégalée.








// Fonction pour calculer le prix en fonction des dimensions const calculatePrice = () => { const width = parseFloat(widthInput.value); const height = parseFloat(heightInput.value); if (isNaN(width) || isNaN(height) || width <= 0 || height <= 0) { priceDisplay.text = "Veuillez entrer des dimensions valides."; return; } // Calcul du prix en fonction des dimensions const pricePerSquareMeter = 5; // Prix par mètre carré const totalPrice = width * height * pricePerSquareMeter; priceDisplay.text = `Prix total : ${totalPrice.toFixed(2)} €`; }; // Écouteur de clic pour le bouton "Calculer Prix" calculatePriceButton.onClick = () => { calculatePrice(); }; // Écouteur de clic pour le bouton "Payer" payButton.onClick = async () => { const width = parseFloat(widthInput.value); const height = parseFloat(heightInput.value); if (isNaN(width) || isNaN(height) || width <= 0 || height <= 0) { alert('Veuillez entrer des dimensions valides.'); return; } // Calcul du prix en fonction des dimensions const pricePerSquareMeter = 5; // Prix par mètre carré const totalPrice = width * height * pricePerSquareMeter; try { // Rediriger vers Stripe Checkout window.location.href = `https://checkout.stripe.com/c/pay/cs_test_your_stripe_checkout_session_id?amount=${totalPrice * 100}¤cy=eur&description=Bache+${width}x${height}m`; } catch (error) { console.error("Erreur lors de la redirection vers Stripe", error); alert("Une erreur s'est produite. Veuillez réessayer."); } };
2024 Per KD2V SAS ❤️ Optima Communicatio × Crea Customa
Nous sommes présent sur bordeaux et son agglomération
2024 Per KD2V SAS ❤️ Optima Communicatio × Crea Customa
Nous sommes présent sur bordeaux et son agglomération
2024 Per KD2V SAS ❤️ Optima Communicatio × Crea Customa
Nous sommes présent sur bordeaux et son agglomération
2024 Per KD2V SAS ❤️
Optima Communicatio × Crea Customa
Nous sommes présent sur bordeaux et son agglomération