Overriding the custom template
The advanced customization feature is subject to the corresponding option. Please contactE-commerce customer service for more information.
The Merchant Back Office allows:
- to create several custom templates of payment pages,
- to define the template that will be used by default for all your transactions.
The payment form allows to dynamically override the template to be used thanks to the field vads_theme_config.
For this, you must use the keyword: RESPONSIVE_MODEL and indicate the name of the template to be used (Model_1,Model_2, ...).
Example of use:
<input type="hidden" name="vads_theme_config" value="RESPONSIVE_MODEL=Model_1" />
See the Back Office user manual - Advanced customization for more details on template creation.
See the vads_theme_config field description for more details on using this field.