File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
{ if $nodes |count}
3
3
<ul
4
4
{ if $depth === 0} id =" top-menu" { /if }
5
- class =" { if $depth === 0} main-menu__tree h-100{ else if $depth === 1} row row-cols-4 gy-3{ else } submenu{ /if } "
5
+ class =" { if $depth === 0} main-menu__tree h-100{ elseif $depth === 1} row row-cols-4 gy-3{ else } submenu{ /if } "
6
6
data-depth =" { $depth } "
7
7
>
8
8
{ foreach from= $nodes item= node}
Original file line number Diff line number Diff line change 35
35
" sku" : " { if $product .reference} { $product .reference} { else } { $product .id} { /if } " ,
36
36
" mpn" : " { if $product .mpn} { $product .mpn} { elseif $product .reference} { $product .reference} { else } { $product .id} { /if } "
37
37
{ if $product .ean13} ," gtin13" : " { $product .ean13} "
38
- { else if $product .upc} ," gtin13" : " { $product .upc} "
38
+ { elseif $product .upc} ," gtin13" : " { $product .upc} "
39
39
{ /if }
40
40
{ if $product_manufacturer -> name } ,
41
41
" brand" : {
80
80
{ /if }
81
81
" sku" : " { if $product .reference} { $product .reference} { else } { $product .id} { /if } " ,
82
82
" mpn" : " { if $product .mpn} { $product .mpn} { elseif $product .reference} { $product .reference} { else } { $product .id} { /if } " ,
83
- { if $product .ean13} " gtin13" : " { $product .ean13} " ,{ else if $product .upc} " gtin13" : " 0{ $product .upc} " ,{ /if }
83
+ { if $product .ean13} " gtin13" : " { $product .ean13} " ,{ elseif $product .upc} " gtin13" : " 0{ $product .upc} " ,{ /if }
84
84
{ if $product .condition == ' new' } " itemCondition" : " https://schema.org/NewCondition" ,{ /if }
85
85
{ if $product .show_condition > 0}
86
86
{ if $product .condition == ' used' } " itemCondition" : " https://schema.org/UsedCondition" ,{ /if }
Original file line number Diff line number Diff line change 12
12
{ hook h= ' displayContactLeftColumn' }
13
13
</div >
14
14
{ /block }
15
- { else if $layout === ' layouts/layout-right-column.tpl' }
15
+ { elseif $layout === ' layouts/layout-right-column.tpl' }
16
16
{ block name= ' right_column' }
17
17
<div id =" right-column" class =" wrapper__right-column col-md-4 col-lg-3" >
18
18
{ hook h= ' displayContactRightColumn' }
You can’t perform that action at this time.
0 commit comments