Files
spree_digital/app/views/spree/checkout/_delivery.html.erb
2011-12-19 18:46:11 +01: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' %>