diff --git a/app/code/Magento/PageBuilder/view/frontend/templates/catalog/product/widget/content/carousel.phtml b/app/code/Magento/PageBuilder/view/frontend/templates/catalog/product/widget/content/carousel.phtml index 16843d499fd..e6c42d4f90a 100644 --- a/app/code/Magento/PageBuilder/view/frontend/templates/catalog/product/widget/content/carousel.phtml +++ b/app/code/Magento/PageBuilder/view/frontend/templates/catalog/product/widget/content/carousel.phtml @@ -34,15 +34,15 @@ use Magento\Framework\App\Action\Action; ' : '
  • ' ?>
    - + getImage($_item, $image)->toHtml() ?>
    - - escapeHtml($_item->getName()) ?> + escapeHtml($_item->getName()) ?> @@ -60,14 +60,20 @@ use Magento\Framework\App\Action\Action;
    isSaleable()): ?> getAddToCartPostParams($_item); ?> -
    - + + getOptionsData($_item); ?> + + + + getBlockHtml('formkey') ?>
    getIsSalable()): ?> -
    escapeHtml(__('In stock')) ?>
    +
    escapeHtml(__('In stock')) ?>
    -
    escapeHtml(__('Out of stock')) ?>
    +
    escapeHtml(__('Out of stock')) ?>
    @@ -92,14 +98,14 @@ use Magento\Framework\App\Action\Action;