Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created August 28, 2026 15:13
Show Gist options
  • Select an option

  • Save unlocomqx/4da5ef9b954e3edccae4b4b83bacecc6 to your computer and use it in GitHub Desktop.

Select an option

Save unlocomqx/4da5ef9b954e3edccae4b4b83bacecc6 to your computer and use it in GitHub Desktop.
productdesigner - masquer le bouton d'ajout au panier quand la personnalisation est obligatoire
/* Masquer le bouton d'ajout au panier quand la personnalisation est obligatoire */
body.dsn-required .product-add-to-cart {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment