spree_wholesale
spree_wholesale copied to clipboard
A wholesale extension for Spree Commerce
Hi, I am currently building a Spree website and there will be a wholesale section. Would there be an update on this extension for Spree 2-0-0? Thanks. Thanks, K
We need to override the checkout helper (pull request imminent). It currently looks like: ``` def checkout_states if @order.payment and @order.payment.payment_method.payment_profiles_supported? %w(address delivery payment confirm complete) else %w(address delivery payment...
Pull request coming in a few: ./orders/show.html.erb:14: 'shared/order_details' should be ./orders/show.html.erb:14: 'spree/shared/order_details'
spree_wholesale / app / views / spree / admin / wholesalers / index.html.erb button should be f.button