add new delivery type for turbo
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
DELIVERY
|
||||
<% elsif order.delivery.delivery_type == 'pick_up' %>
|
||||
PICK-UP
|
||||
<% elsif order.delivery.delivery_type == 'turbo' %>
|
||||
TURBO
|
||||
<% else %>
|
||||
DIRECT DELIVERY
|
||||
<% end %>
|
||||
@@ -148,6 +150,8 @@
|
||||
DELIVERY
|
||||
<% elsif order.delivery.delivery_type == 'pick_up' %>
|
||||
PICK-UP
|
||||
<% elsif order.delivery.delivery_type == 'turbo' %>
|
||||
TURBO
|
||||
<% else %>
|
||||
DIRECT DELIVERY
|
||||
<% end %>
|
||||
@@ -197,6 +201,8 @@
|
||||
DELIVERY
|
||||
<% elsif order.delivery.delivery_type == 'pick_up' %>
|
||||
PICK-UP
|
||||
<% elsif order.delivery.delivery_type == 'turbo' %>
|
||||
TURBO
|
||||
<% else %>
|
||||
DIRECT DELIVERY
|
||||
<% end %>
|
||||
@@ -246,6 +252,8 @@
|
||||
DELIVERY
|
||||
<% elsif order.delivery.delivery_type == 'pick_up' %>
|
||||
PICK-UP
|
||||
<% elsif order.delivery.delivery_type == 'turbo' %>
|
||||
TURBO
|
||||
<% else %>
|
||||
DIRECT DELIVERY
|
||||
<% end %>
|
||||
@@ -295,6 +303,8 @@
|
||||
DELIVERY
|
||||
<% elsif order.delivery.delivery_type == 'pick_up' %>
|
||||
PICK-UP
|
||||
<% elsif order.delivery.delivery_type == 'turbo' %>
|
||||
TURBO
|
||||
<% else %>
|
||||
DIRECT DELIVERY
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user