-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariablesA.html
43 lines (41 loc) · 1.33 KB
/
variablesA.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%%[
set @hero_url = "collections/mens-snow"
set @box1_url = "custom/goggles/category/c02"
set @box2_url = "mens/apparel-accessories/gloves/category/m0503"
set @box3_url = "mens/apparel-accessories/hats-and-beanies/category/m0502"
set @cmDate = "oct14"
set @cmName = "Biozone"
set @heroHeight = "587"
if @language == "de" then
set @subject = "Icon Subject"
set @preheader = "Icon Header"
set @product1 = "Icon Wool Jacket"
set @product2 = "Icon Block Woven"
set @product3 = "Icon 5 Pocket Pants"
elseif @language == "fr" then
set @subject = "Icon Subject"
set @preheader = "Icon Header"
set @product1 = "Veste Icon Wool"
set @product2 = "Icon Block Chemise"
set @product3 = "Pantalon Icon 5 Poches "
elseif @language == "it" then
set @subject = "Icon Subject"
set @preheader = "Icon Header"
set @product1 = "Giacca Lana Icon"
set @product2 = "Giacca A Scacchi Colore Icon"
set @product3 = "Pantaloni 5 Tasche Icon"
elseif @country == "es" then
set @subject = "Icon Subject"
set @preheader = "Icon Header"
set @product1 = "Icon Wool Jacket"
set @product2 = "Icon Block Woven"
set @product3 = "Pantalon Icon 5 Bolsilllos"
else
set @subject = "Be Ready For Winter - Oakley BioZone"
set @preheader = "Strategically Engineered Tech Outerwear"
set @product1 = "Custom Goggles"
set @product2 = "Gloves"
set @product3 = "Hats & Beanies"
endif
]%%
%%=v(@subject)=%%