templates/web/customer/product/details/parts/common.info.buttons.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details buttons block
  3.  #
  4.  # @ListChild (list="product.details.page.info.form", weight="100")
  5.  # @ListChild (list="product.details.quicklook.info.form", weight="100")
  6.  #}
  7. <div class="product-buttons shade-base">
  8.   {% if this.isProductAdded() %}
  9.     {{ widget_list('buttons-added', type='nested') }}
  10.   {% else %}
  11.     {{ widget_list('buttons', type='nested') }}
  12.   {% endif %}
  13. </div>