THAI: Added script catalog layout v3
This commit is contained in:
parent
4df9405451
commit
3c966ee66d
124 changed files with 137793 additions and 15 deletions
9
xml/v3/event/event_v3/1_promotion_matcha_every_day.json
Normal file
9
xml/v3/event/event_v3/1_promotion_matcha_every_day.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-03-10T00:00:00",
|
||||
"end": "2025-03-31T00:00:00",
|
||||
"state": "MatchaEveryDayProState",
|
||||
"type": "IMAGE",
|
||||
"media_thai": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day.png",
|
||||
"media_eng": "ROOT/taobin_project/image/event/matcha_every_day/matcha_every_day.png",
|
||||
"event_click": "Open \"ROOT/taobin_project/xml/v3/page_catalog_group_pro_matcha_every_day.xml\""
|
||||
}
|
||||
9
xml/v3/event/event_v3/2_promotion_coconut_milk.json
Normal file
9
xml/v3/event/event_v3/2_promotion_coconut_milk.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start": "2025-03-1T00:00:00",
|
||||
"end": "2025-03-31T00:00:00",
|
||||
"state": "CoconutMilkProState",
|
||||
"type": "VIDEO",
|
||||
"media_thai": "ROOT/taobin_project/image/event/coconut_milk/coconut_milk.mp4",
|
||||
"media_eng": "ROOT/taobin_project/image/event/coconut_milk/coconut_milk.mp4",
|
||||
"event_click": "Open \"ROOT/taobin_project/xml/v3/page_catalog_group_pro_coconut_milk.xml\""
|
||||
}
|
||||
6981
xml/v3/event/event_v3/active_promotions.xml
Normal file
6981
xml/v3/event/event_v3/active_promotions.xml
Normal file
File diff suppressed because it is too large
Load diff
16
xml/v3/event/event_v3/promotion_template.inc
Normal file
16
xml/v3/event/event_v3/promotion_template.inc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<Banner>
|
||||
<State> #State </State>
|
||||
<Type> #Type </Type>
|
||||
<Media>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "#MediaEng"
|
||||
Else
|
||||
Var return = "#MediaThai"
|
||||
EndIf
|
||||
)
|
||||
</Media>
|
||||
<EventOnClick>
|
||||
#EventClick
|
||||
</EventOnClick>
|
||||
</Banner>
|
||||
Loading…
Add table
Add a link
Reference in a new issue