2015-07-13 48 views

回答

1

如果您想跳過付款方式,那麼您必須在模型中創建order_decorator.rb文件並編寫這些代碼行。

Spree::Order.class_eval do 
remove_checkout_step :payment 
end