Hi, On Oct 7, 5:34 am, Ryan Headley <[email protected]> wrote: > 4000 products in a drop down list -- aside from possibly causing you any > problems -- is probably a bad idea all around, mainly for usability > purposes. You may want to re-think your user interface. >
Its in the admin interface so looks like I have to edit some core files to switch to a text input field. But yes it is definetly a bad idea to have a drop down for products. > I doubt that is your problem, but anything is possible...is this question > still in regards to getting the "This field is required" error? > I was surprise to when it start working by removing products from inventory. Yes it is still for the "This field is Required" error. Since it did not display the product dropdown when I updated the product status and wanted to save the it was missing the product. I am looking into using an autocomplete filed for it. thank you lzantal > > > On Tue, Oct 6, 2009 at 5:03 PM, lzantal <[email protected]> wrote: > > > Hi, > > I think I figured it out. > > The store has 4300+ products. If I remove most of the products > > so the store only has 100 products then it displays all the drop downs > > with products. > > > Is it a satchmo or django issue that it cant display 4000+ prodcts x 5 > > drop down? > > Id there a better way to display it than in a drop down? > > So poor server does not have to create 5 really long <select> on a > > page? > > > thank you > > > lzantal > > > On Oct 1, 6:50 am, Ryan Headley <[email protected]> wrote: > > > I believe I was getting this error when I didn't have a shipping > > > configuration...of course this was a long time ago. There are a number > > of > > > configuration steps (in /admin and /settings) that you have to go through > > > before you get anything that works. > > > > I remember having all sorts of issues due to not having a piece > > configured, > > > (store configurations, shipping, tax, etc). All of that is in /admin and > > > /settings, so poke around and see if there is anything you need to > > configure > > > yet. > > > > Check satchmo.log and see if there are any errors in there. I'm pretty > > sure > > > thats where I found my issue as it logged the HTML line that was spitting > > > out that error, and that gave me the clue as to what I was missing. > > > > sorry my response is so rambled...been a long 7 days... > > > > On Thu, Oct 1, 2009 at 2:19 AM, lzantal <[email protected]> wrote: > > > > > Hi, > > > > > When I open an order and trying to save it I get an error at Order Line > > > > Items showing the product This field is required. > > > > But there is nothing to enter.It only shows the product name as text. > > > > I am using: > > > > python 2.5 > > > > django 1.1 > > > > satchmo 0.9-pre > > > > > thank you > > > > > lzantal > > > > -- > >http://www.sudovi.com/http://www.twitter.com/lifewithryanhttp://www.t... > > --http://www.sudovi.com/http://www.twitter.com/lifewithryanhttp://www.thecommontongue.comhttp://www.lifewithryan.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
