Sort by:
-50%

Office 2019 Professional Plus 32/64 Bit 1/PC (Windows) No MAC

Le prix initial était : €19.99.Le prix actuel est : €9.99.
-51%

Office 2019 Professional Plus 32/64 Bit 2/PC (Windows) No MAC

Le prix initial était : €34.99.Le prix actuel est : €16.99.
-50%

Office 2019 Professional Plus 32/64 Bit 3/PC (Windows) No MAC

Le prix initial était : €49.99.Le prix actuel est : €24.99.
-50%

Office 2019 Professional Plus 32/64 Bit 5/PC (Windows) No MAC

Le prix initial était : €79.99.Le prix actuel est : €39.99.
document.addEventListener('DOMContentLoaded', function() { // Cible le bouton et la case quantité const externalBtn = document.querySelector('.single_add_to_cart_button'); const qtyInput = document.querySelector('input.qty'); if (externalBtn && qtyInput) { externalBtn.addEventListener('click', function(e) { e.preventDefault(); // 1. Récupère l'URL configurée dans le produit (qui contient l'ID dynamique) const baseUrl = externalBtn.getAttribute('data-url'); // 2. Récupère la quantité const quantity = qtyInput.value; if (baseUrl) { // 3. On assemble l'URL du shop avec la quantité choisie et on redirige // L'URL de base se termine déjà par "yes", donc on ajoute "&quantity=" window.location.href = `${baseUrl}&quantity=${quantity}`; } }); } });