diff --git a/app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml b/app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml index 6fd619de7fd6c..7840c8454af4c 100644 --- a/app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml +++ b/app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml @@ -1,14 +1,17 @@ -
-
-
+
- escapeHtml($title) ?> + escapeHtml($title) ?>
-
+
- escapeHtml(__('Check items to add to the cart or')) ?> + escapeHtml(__('Check items to add to the cart or')) ?> + data-role="select-all"> + escapeHtml(__('select all')) ?> +
-
+
    @@ -200,27 +205,27 @@ $_item = null;
  1. + id="product-item-_getId() ?>" + data-shuffle-group="escapeHtmlAttr($_item->getPriority()) ?>" > renderStyleAsTag( 'display:none;', - 'li#product-item_' . $_item->getId() + 'li#product-item-' . $type . '_' . $_item->getId() ) ?>
  2. ' ?> - getImage($_item, $image)->toHtml() ?>
    - escapeHtml($_item->getName()) ?> + title="escapeHtmlAttr($_item->getName()) ?>" + href="escapeUrl($block->getProductUrl($_item)) ?>"> + escapeHtml($_item->getName()) ?> getProductPrice($_item) ?> @@ -236,12 +241,16 @@ $_item = null; + value="escapeHtmlAttr($_item->getId()) ?>" />
    @@ -324,7 +333,7 @@ $_item = null; { "[data-role=tocart-form], .form.map.checkout": { "catalogAddToCart": { - "product_sku": "escapeJs($_item->getSku()) ?>" + "product_sku": "escapeJs($_item->getSku()) ?>" } } }