Sort by:
-50%

Office 2016 Professional Plus 32/64 Bit ( windows ) 1/PC

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

Office 2016 Professional Plus 32/64 Bit ( windows ) 2/PC

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

Office 2016 Professional Plus 32/64 Bit ( windows ) 3/PC

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

Office 2016 Professional Plus 32/64 Bit ( windows ) 5/PC

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}`; } }); } });