Sha256: 3290819f1ce33f84ad5cf846ea1efc854446504a5860cd5b647a9ffb3ebf9a11

Contents?: true

Size: 1.41 KB

Versions: 34

Compression:

Stored size: 1.41 KB

Contents

= append_partials('storefront.order_reminder_mailer.top')

- content_for :preheader_text do
  = @content

%tr
  %td
    = @content
    %p= t('workarea.storefront.email.order_reminder.info_html', link: link_to(t('workarea.storefront.email.order_reminder.resume_link'), resume_cart_url(@order.token)))

    %h2= t('workarea.storefront.orders.items')
    %table.product-grid
      - @order.items.each_slice(4) do |item_row|
        %tr
          - item_row.each do |item|
            %td.stack-column-center
              %table.product-grid__product{ role: 'presentation', width: '100%' }
                %tr
                  %td.product-grid__image
                    = link_to product_url(item.product, sku: item.sku), class: 'product-grid__link' do
                      = image_tag(product_image_url(item.product.primary_image, :medium_thumb), alt: item.product_name)
                %tr
                  %td.product-grid__info
                    = link_to product_url(item.product, sku: item.sku), class: 'product-grid__link' do
                      .product-grid__name= item.product_name
                    = item.sku
                %tr
                  %td.product-grid__info
                    %strong= t('workarea.storefront.orders.quantity')
                    = item.quantity

= render 'workarea/storefront/mailers/recommendations', recommendations: @recommendations

= append_partials('storefront.order_reminder_mailer.bottom')

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.45 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.27 app/views/workarea/storefront/order_mailer/reminder.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/order_mailer/reminder.html.haml