Removing delivery step from checkout skips shipping address also in spree + rails -


when write remove_checkout_step :delivery in order_decorator.rb removes shipping address info checkout/address page in spree3-1 stable branch. requirement skip checkout step 3 page i.e given in image

enter image description here

please guide me how overcome issue.

add following code rails/spree app:

in app/models/spree/order_decorator.rb

spree::order.class_eval   remove_checkout_step :delivery end 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -