Sha256: c8b11bdec734d68a672ec0f53cd5c58275eae7ca876ae1ccc41b7b89acfa5637

Contents?: true

Size: 1.08 KB

Versions: 151

Compression:

Stored size: 1.08 KB

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? %>
	<% sc = Caboose::StoreConfig.where(:site_id => @site.id).last %>
	<% instr = (sc && !sc.download_instructions.blank?) ? sc.download_instructions : "Your order contained downloadable items. Download your items with the links below:" %>
  <div><%== instr %></div>
  <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

151 entries across 151 versions & 1 rubygems

Version Path
caboose-cms-0.7.65 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.64 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.63 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.62 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.61 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.60 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.59 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.58 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.57 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.55 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.54 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.53 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.52 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.51 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.50 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.49 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.48 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.47 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.46 app/views/caboose/checkout/thanks.html.erb
caboose-cms-0.7.45 app/views/caboose/checkout/thanks.html.erb