Sha256: f5dbb55517819ba939cf0774f1015f7ea97d8163035cd64cca10fa5b19bc4772

Contents?: true

Size: 934 Bytes

Versions: 48

Compression:

Stored size: 934 Bytes

Contents

<h3>All Finished!</h3>
<p>Thank you for your order! Your order has been submitted.</p>
<p>Please allow up to 48 hours for your order to be processed.  Orders are processed during normal business hours Monday through Friday.</p>

<% if @last_order.has_downloadable_items? %>
  <p>Your order contained downloadable items. Download your items with the links below:</p>
  <ul id='downloads'>
    <% @last_order.line_items.each do |li| %>
      <% if li.variant.downloadable %>
        <li><a href='/my-account/orders/<%= @last_order.id %>/line-items/<%= li.id %>/download' target="_blank"><%= li.variant.product.title %></a></li>
      <% end %>
    <% end %>
  </ul>   
<% end %>

<p><a href="/">Continue Shopping</a></p>


<%= content_for :caboose_css do %>
<style type='text/css'>

p { margin-bottom: 10px; }

#downloads { margin: 0 0 10px 0; padding: 0; list-style: none; }
#downloads li { margin: 0; padding: 0; }

</style>
<% end %>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
caboose-cms-0.5.205 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.204 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.203 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.202 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.201 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.200 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.199 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.198 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.197 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.196 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.195 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.194 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.193 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.192 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.191 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.190 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.189 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.188 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.187 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.5.186 app/views/caboose/checkout/thanks.html.erb