Reviews from verified customers who have purchased products at this store.
41,31€
1
Customer reviews
Reviews only from verified customers
Reviews are only accepted from verified customers who have signed in and purchased the products. This ensures that each review is based on genuine customer experiences. All reviews are checked before publication to prevent spam.
Gerhard G.
Winkelhaid,
Alemania
14-12-2025
This customer didn’t leave a review but rated the product.
Adobe InDesign 2025 is the leading tool for creating magazines, books, brochures, posters, and digital documents with a professional finish. Its intuitive interface allows designers and businesses to bring any editorial project to life.
// Seleccionamos específicamente el botón de PayPal por su atributo data-funding-source
var botonPaypal = document.querySelector('div[data-funding-source="paypal"]');
if (botonPaypal) {
// Ocultamos el contenedor abuelo (el que tiene la clase 'paypal-button-row')
// para eliminar también el espacio/margen que ocupa.
botonPaypal.closest('.paypal-button-row').style.display = 'none';
}