Note: this article applies to booking forms. For widgets, please use the translation tab.
You can change the language of the labels shown when using booking forms that have date or time pickers by following these instructions:
Step 1 - Edit the booking form snippet
- In Shopify Admin, open your current theme.
- Open the booking-form.liquid file under the Snippets area of your Theme Editor.
- Find labels you want to change and update them.
For example, to show the label for the time picker to 'Hora' (Spanish for time), change:
<label for="{{ attribute }}-{{ product.handle }}">Time:</label>
To:
<label for="{{ attribute }}-{{ product.handle }}">Hora:</label>
Comments
0 comments
Article is closed for comments.