Se quiser adicionar um campo personalizado à sua página de checkout, basta incluir a seguinte SmartTag™ em seu formulário de checkout:
[MM_Form_Field type='custom' id='10' isRequired='false']
In order for this to work correctly make sure that you place the SmartTag™ between the MM_Form type=’checkout’ and /MM_Form SmartTags. After this SmartTag™ has been included in the checkout form MemberMouse will render the custom field as part of the checkout form based on the Configuração de campo personalizado.
Como obter o SmartTag™ para um determinado campo personalizado:
- No menu MemberMouse, clique em Configurações de checkout e, em seguida, clique no botão Campos personalizados guia.
- Localize na tabela o campo personalizado que você deseja adicionar à página de checkout.

- Click the ‘blue tag’ button in the Formulário SmartTag coluna.
- Na caixa de diálogo que aparece, copie a SmartTag.

- Paste the SmartTag™ anywhere between the MM_Form type=’checkout’ and /MM_Form SmartTags on your checkout page.
Atributos SmartTag™ de campo personalizado
| isRequired | Set the ‘isRequired’ attribute to ‘true’ if you want the field to be required. By default it will not be required. |
| classe | Set the ‘class’ attribute to apply a custom CSS class to the field. |
| tipo | Set the ‘type’ attribute to ‘custom-hidden’ to make this a hidden field. This would usually be use in conjunction with passar dados personalizados para a página de checkout por meio do URL. |

