templates/web/customer/button/popup_button.twig line 1

Open in your IDE?
  1. {##
  2.  # Popup button
  3.  #}
  4. <button {{ this.printTagAttributes(this.getAttributes())|raw }}>
  5. {{ this.displayCommentedData(this.getURLParams()) }}
  6. <span>{{ t(this.getButtonContent()) }}</span>
  7. </button>