attributes.twig
3 years ago
footer.twig
3 years ago
header.twig
10 months ago
introduction.twig
3 years ago
multi-currency.twig
10 months ago
notice.twig
3 years ago
store-pages.twig
3 years ago
wizard-notice.twig
3 years ago
store-pages.twig
12 lines
| 1 | <span id="{{ strings.step_id }}"> |
| 2 | <h1>{{ strings.heading }}</h1> |
| 3 | |
| 4 | <p>{{ strings.description }}</p> |
| 5 | |
| 6 | {{ store_pages|raw }} |
| 7 | |
| 8 | <p class="wcml-setup-actions step"> |
| 9 | <a href="{{ go_back_url }}" class="go-back">{{ strings.go_back }}</a> |
| 10 | <a href="{{ continue_url }}" class="button button-primary button-large submit">{{ strings.continue }}</a> |
| 11 | </p> |
| 12 | </span> |