This may be complete heresy and will violate DRY but I'd just recommend using url_replace to put your own custom view in there for the first phase of the checkout process. You will end up duplicating the checkout view code and just adding a few lines of your own code but I personally think it's a bit easier to manage than using signals for this.
-Chris On Thu, Nov 3, 2011 at 8:56 AM, Dan <[email protected]> wrote: > Where is the best place to actually add it to the order, do i need to > override a view or use signals or something? > > On Nov 3, 8:42 pm, Chris Moffitt <[email protected]> wrote: > > I've used order_variables for this. You can get the value during the > > checkout process and add it to the order. > > > > -Chris > > > > > > > > > > > > > > > > On Thu, Nov 3, 2011 at 8:32 AM, Dan <[email protected]> wrote: > > > Hi > > > > > How can I allow the user to select a delivery time. > > > > > Is it best to have an extra field linked to the order? > > > > > Any ideas? > > > > > Thanks > > > > > -Dan > > > > > -- > > > 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. > > -- > 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. > > -- 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.
