add new delivery type for turbo

This commit is contained in:
phyusin
2018-08-30 17:04:32 +06:30
parent fef6a4ccd0
commit 78da662a57
9 changed files with 30 additions and 7 deletions

View File

@@ -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 %>