Files
spree_digital/app/views/checkout/_delivery.html.erb
Captain Future e6134722d4 boom
2011-04-17 16:26:36 +02:00

5 lines
311 B
Plaintext

<%#
This is basically a switch that will render the appropriate "delivery choice" partial.
When there are no physical items at all, there should be no different shipping methods to choose.
%>
<%= render @order.digital? && @order.digital_shipping_method.present? ? 'delivery_digital' : 'delivery_original' %>