0

通常のチェックアウトから、次の手順を削除しようとしています.order_decorator.rbは次のようになります。

remove_checkout_step :delivery
remove_checkout_step :address
remove_checkout_step :payment

def confirmation_required?
true
end

製品の数量を追加してカートに追加ボタンをクリックしようとすると、上記のエラーが発生し、製品/ショーのページにリダイレクトされます。スクリーンショットに示されているメッセージで。

私のgemfileには次のものがあります:

gem 'capistrano' gem 'rvm-capistrano' gem 'spree', github: 'spree/spree', branch: '2-0-stable' gem 'spree_gateway', :git => ' https://github.com/ spree/spree_gateway.git ', :branch => "2-0-stable" gem 'spree_auth_devise', :github => 'spree/spree_auth_devise', :branch => '2-0-stable' gem 'spree_i18n', : github => 'spree/spree_i18n', :branch => '2-0-stable'

どんな手掛かり?

ここに画像の説明を入力

4

0 に答える 0