Ok. I've been stumped because I couldn't figure out how to reproduce this. On a whim, I checked my settings and noticed that I had "Hide if one?" set to No and everything works fine. If I set "Hide if one?" to No, then I am able to check out properly.
Can you confirm your settings and whether or not you see the same thing? If so, then there's a bug we'll need to track down in the "Hide if one" setting. -Chris On Wed, Mar 31, 2010 at 5:19 PM, Allan Stavely <[email protected]> wrote: > > No, I'm afraid that doesn't help either. I see no change in any of the > behavior I've reported. > > I notice that I'm not getting a config.pyc or a shipper.pyc in the no/ > directory, so I'd guess that the module isn't getting imported at all. > > But I'm getting no diagnostics from the Satchmo server (the development > server as run by start-satchmo). I'd expect to see Python diagnostics if > the code tried to import something that wasn't there or was broken. > > - Allan > > > > On Wed, 31 Mar 2010, Chris Moffitt wrote: > > I noticed that there's no config.py file in the shipping module directory. >> That may be a requirement for it to be imported correctly. >> >> Try adding a simple config.py file (similar to the flat module). >> >> -Chris >> >> >> >> On Wed, Mar 31, 2010 at 11:59 AM, Allan Stavely <[email protected]> wrote: >> >> >>> Thanks, Bruce! I had the problem that Dave reports too. >>> >>> But I've put 'shipping.modules.no' in the INSTALLED_APPS list in my >>> settings.py, and it still doesn't show up as a choice in the "Active >>> shipping modules" menu on the site settings page. And the problem isn't >>> fixed yet. >>> >>> I've also tried adding 'no' to the CUSTOM_SHIPPING_MODULES section of >>> SATCHMO_SETTING in settings.py, and that doesn't help. >>> >>> Now what? Is there anything else I need to do? >>> >>> Thanks again, >>> >>> - Allan >>> >>> >>> >>> On Tue, 30 Mar 2010, Bruce Kroeze wrote: >>> >>> Just install only shipping.modules.no in INSTALLED_APPS, and activate >>> it >>> >>>> on >>>> your shipping section on /settings/ >>>> >>>> On Tue, Mar 30, 2010 at 9:57 PM, Dave Lowe <[email protected]> >>>> wrote: >>>> >>>> I'm setting up a store with 100% digital/downloadable products and >>>> >>>>> running into an issue with shipping. For some context, I'm not setting >>>>> up the products as "DownloadableProducts" because I'm storing the >>>>> downloaded files on S3, so I've got my own model that handles that >>>>> relationship. >>>>> >>>>> I've marked the products as Not Shippable, but when I try to complete >>>>> a checkout process with 1 product in the cart, it won't let me past >>>>> the credit card entry page: it returns an error that says the shipping >>>>> field is required. This despite the fact that on the page it states >>>>> that no shipping is required as nothing in the order is shippable. >>>>> >>>>> I'm at a loss for how to continue. Does anyone know how to fix this? >>>>> Can I just remove the shipping module from my INSTALLED_APPS? >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups >>>>> "Satchmo users" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<satchmo-users%[email protected]> >>>>> <satchmo-users%[email protected]<satchmo-users%[email protected]> >>>>> > >>>>> <satchmo-users%[email protected]<satchmo-users%[email protected]> >>>>> <satchmo-users%[email protected]<satchmo-users%[email protected]> >>>>> > >>>>> >>>>> >>>>>> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/satchmo-users?hl=en. >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> Bruce Kroeze >>>> http://www.ecomsmith.com >>>> It's time to hammer your site into shape. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups >>>> "Satchmo users" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<satchmo-users%[email protected]> >>>> <satchmo-users%[email protected]<satchmo-users%[email protected]> >>>> > >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/satchmo-users?hl=en. >>>> >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Satchmo users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<satchmo-users%[email protected]> >>> <satchmo-users%[email protected]<satchmo-users%[email protected]> >>> > >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/satchmo-users?hl=en. >>> >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Satchmo users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<satchmo-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/satchmo-users?hl=en. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
