Configure advanced settings for each checkout section (via dropdown)

Content:

This guide explains how to access and modify advanced settings specific to each data block in your checkout form (such as shipping or billing data).

Procedure

1. Make sure you are on the checkout editing screen and that the first step of the wizard is active (titled Content).

2. Scroll to the checkout section you want to modify (for example, the Shipping Data or Billing Data section).

3. Within that section, locate the box titled Settings.

4. In the Settings box, you will find various options configurable via dropdown menus and checkboxes.

5. To configure a setting using a dropdown:

  • Locate the label of the setting you want to change (e.g., <?= $fieldData['title']; ?>).
  • Click on the dropdown menu below it.
  • Select the desired option from the available values (e.g., <?= $label; ?>).
  • Note: Some options may appear or disappear dynamically depending on selections made in other dropdown menus.

6. Configure any other options present in this section, such as:

  • Custom message: Check the box Insert custom message to enable a text field (TinyMCE) where you can enter a message that will appear before the section.
  • Custom checkbox: Check the box Insert custom checkbox to enable a text field (TinyMCE) for defining an additional checkbox (e.g., for specific terms and conditions).

7. Once all settings changes are complete, proceed with saving the form. Click the form save button (usually located at the bottom of the page or in the wizard footer).