Assuming that a gift message could be applied to a product, you should be able to add your message to the CartItemDetails model via the satchmo_cart_details_query() signal.
An example of this is shown here: http://thisismedium.com/tech/satchmo-diaries-part-three-more-signals/ Best, Bob On Tue, Nov 24, 2009 at 3:55 AM, Binbin <[email protected]> wrote: > Our client wants to add a capability to allow user to define a gift > message that will be printed out and enclosed in the shipping package. > Summarized requirements: > > 1. This message can be defined at the stage of managing shopping cart. > ( Our site has NO user registration, purely cookie-based. ) > 2. This message will appear in user's shopping cart and order detail. > > I considered two possible solution: > > 1. Save that text message with cookie. ( This message will be within > the limitation of a cookie) > 2. Save that text message as a field of satchmo shopping cart. > > Just as a rough impression, a cookie will not work well enough, and I > would prefer going with a cart field. So, my question is, will it be > practical/logical to additionally attribute a satchmo cart? > > -- > > 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.
