Hi, I don't think so, but you can add your own field and make it mandatory.
quote: Extra checkout fields
It is possible to add two new fields to your cart checkout page. The extraorderfield1 will go at the top of the billing and shipping form and the extraordefield2 at the bottom of the billing and shipping form.
extraorderfield1="Company Name"
- adds a company name field to the top of your cart checkout page, the text can be edited here for other uses.
extraorderfield1required=true
- will make this field obligatory, setting to false will make it optional
extraorderfield2="Another Field"
- will add an additional field to the bottom of the cart checkout page, obviously the text will need editing here.
extraorderfield2required=true
- will make this field obligatory, setting to false will make it optional
There are 2 other "checkout" parameters which will appear in the "Miscellaneous" section, following the additional information field. You can use these in the following way...
There is also a parameter to switch the control and the text which can be useful if you are using a checkbox or similar small control. To do that just add...
extracheckoutfield1reverse=TRUE
To specify custom HTML for these just use something like this for example...
If you don't want the extra checkout / order fields to appear on the printable invoice or packing slip, use the following... extraorderfield1noprint=TRUE extraorderfield2noprint=TRUE extracheckoutfield1noprint=TRUE extracheckoutfield2noprint=TRUE