Thanks, I thought of this too. I did try it, and I found that it
would require similar changes in many places, including many of the
screen templates and email templates. And I wasn't sure whether it
would have other effects that I didn't know about.
The solution I mentioned seemed to me to be more economical, even
though it did mean digging into the Python. But I was doing that
anyway, as I mentioned in another thread yesterday.
- Allan
On Fri, 4 Mar 2011, hynekcer wrote:
this leaves values like the billing country undefined
No, much easier solution is possible. You should change the checkbox
"both adresses are same" to be hidden and checked.
<input type="checkbox" name="copy_address" id="id_copy_address" />
to
<input type="hidden" name="copy_address" id="id_copy_address"
checked="checked" />
Make hidden all following text boxes, but not to delete them. Of
course change the text. I did not tested it.
--
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.