p6gb / montreet

Montreet Shopify building on Motion Theme
3 stars 6 forks source link

Checkliste Julia #11

Open p6gb opened 2 years ago

p6gb commented 2 years ago
p6gb commented 2 years ago
p6gb commented 2 years ago

image

left align und mit Strich

p6gb commented 2 years ago

Color Swatch Trigger ist als 'farbe' eingestellt

if block.settings.color_swatches
                          assign is_color = false
                          assign color_option_index = 0
                          assign swatch_trigger = 'products.general.color_swatch_trigger' | t | downcase
                          assign color_option_index = forloop.index0
                          assign downcased_option = option.name | downcase
                          if downcased_option contains swatch_trigger
                          assign is_color = true
                          elsif swatch_trigger == 'color' and downcased_option contains 'colour'
                          assign is_color = true
                          endif
                          endif

also müssen alle Variants geändert werden -> Bulk Edit

https://archetypethemes.co/blogs/motion/how-do-i-set-up-color-swatches

p6gb commented 2 years ago

Make Lists available in Tabs (for Features and Material) a294ef4