I need help with a couple of problems in my magento sales module.
I have a mobile number text field in my magento extension back-end. I want to get it validated using this regular expression
^[a-z0-9\. _\'-]{1,11}$
.Also want to show a help text for each fields.I want my extension to do some operations when the Admin ships the order.Please give a sample code of identify the event.
I want to add a mobile number field to the magento customer registration page.
Any help is highly appreciated.