Hi,

just curious how to simply add company fields to checkout template (1st 
step).

By default Satchmo renders in form only basic contact info including 
billing & shipping addresses, no related objects like Organization is put 
into rendering context.

concerned template: *shop/checkout/form.html*
concerned view:        *payment.views.contact.contact_info_view*

I'm trying subclass *payment.views.contact.CheckoutForm* and replace url to 
its new instance however original *get* method invokes signal 
*signals_ahoy.signals.form_initialdata* inside it's body so it would be 
called twice - once from parent and once from subclassed with extended 
context instance :(

I can copy & paste whole original *get* method and do my tweaks in 
subclass, however find it a bit hairy as it may not possibly match changes 
in Satchmo updates (not relying on *super* call).

Is there some more straightforward and/or simpler way ?

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/satchmo-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to