CHCP 65001
Import-Module International
powercfg -h off
powershell Set-WinUserLanguageList -LanguageList Nb-no -Force
Set-Culture nb-NO
&tzutil.exe /s "Romance Standard Time"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- assign option_index = 'option1' -%} | |
| {%- assign image_matrix = '[ ' -%} | |
| {%- assign image_grid__default = '' -%} | |
| {% for option in product.options_with_values %} | |
| {%- assign option_lowercase = option | downcase -%} | |
| {% if option.name == 'color' %} | |
| {% capture option_index %}option{{ forloop.index }}{% endcapture %} | |
| {% break %} | |
| {% endif %} | |
| {% endfor %} |