Search code examples
ruby-on-railsrubyspree

Disable guest checkout spree


Is there any way to disable the functionality which allows guests to make orders in spree? I searched around but couldn't seem to see anything, also no settings in the admin panel.

Is there any proper way to do this or will I have to go through the code and rip stuff out?


Solution

  • Use the allow_guest_checkout preference to change the default setting with checkout.

    You can set this preference false to disable guest checkout in spree. Hope this helps.