drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Cannot select a shipping method during admin purchasable checkout. #129

Open ramza1 opened 10 years ago

ramza1 commented 10 years ago

I am trying to do an admin purchase and every time i get to the check out stage a get a message that says pick a shipping method and there is no shipping method to pick, both on the demo site and the master branch. the only thing on the page is the order items.

Secondly wouldn't it be better to group order items than displaying it on a long list presenting each item.

I think the problem is, there is a product that i selected that does not have a shipping method or the shipping method is no longer active.

drhenner commented 10 years ago

the demo must have bad data. if the data is cleaned up i'm sure there isnt an issue. unfortunately i given admin privileges to everyone playing on the demo. I'll try to clean up some of the data but this can always be an issue for products that were setup by some random people.

If you have a suggestion (or script) that will help I'm open to hearing details. Otherwise I'll close the issue and do my best at cleaning up from time to time.

ramza1 commented 10 years ago

ok. one more thing i observed is that i have to always set the country and state when editing the tax rate. is this the default behavior?