Sha256: 79edb4c79a668b38fad2c3c8e40f68315421c894dee3a12f3356f92bec9cf2fb
Contents?: true
Size: 701 Bytes
Versions: 37
Compression:
Stored size: 701 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> <% @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>
Version data entries
37 entries across 37 versions & 1 rubygems