Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<quiqqer>
<project>
<settings>
<config>
<section name="templateCologne.settings">
<conf name="showRetailPrice">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
<conf name="basketStyle">
<type><![CDATA[string]]></type>
<defaultvalue>full</defaultvalue>
</conf>

Michael Danielczok
committed
<conf name="basketOpen">
<type><![CDATA[integer]]></type>
<defaultvalue>2</defaultvalue>
</conf>

Michael Danielczok
committed
<!-- header -->
<conf name="headerStartPage">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<conf name="headerNoSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<conf name="headerNoSidebarThin">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>

Michael Danielczok
committed
<conf name="headerLeftSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<conf name="headerRightSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<!-- header img height position -->
<conf name="headerHeight">
<type><![CDATA[integer]]></type>
<defaultvalue>250</defaultvalue>
</conf>
<conf name="headerImagePosition">
<type><![CDATA[string]]></type>
<defaultvalue>center</defaultvalue>
</conf>
<!-- category menu -->
<conf name="showCategoryMenu">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="showCategoryShortFor">
<type><![CDATA[string]]></type>
<defaultvalue>all</defaultvalue>
</conf>

Michael Danielczok
committed
<!-- show breadcrumb -->
<conf name="showBreadcrumbStartPage">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showBreadcrumbNoSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="showBreadcrumbNoSidebarThin">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>

Michael Danielczok
committed
<conf name="showBreadcrumbLeftSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="showBreadcrumbRightSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>

Michael Danielczok
committed
<!-- predefined footer: payments -->
<conf name="predefinedFooter.payments">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>

Michael Danielczok
committed
<conf name="predefinedFooter.payments.title">
<type><![CDATA[string]]></type>
</conf>

Michael Danielczok
committed
<conf name="predefinedFooter.payments.layout">
<type><![CDATA[string]]></type>
<defaultvalue>grid</defaultvalue>
</conf>
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!-- predefined footer: url list -->
<conf name="predefinedFooter.urlList">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="predefinedFooter.urlList.title">
<type><![CDATA[string]]></type>
</conf>
<conf name="predefinedFooter.urlList.sites">
<type><![CDATA[string]]></type>
</conf>
<conf name="predefinedFooter.urlList.sites.order">
<type><![CDATA[string]]></type>
</conf>
<conf name="predefinedFooter.urlList.showStandardSites">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<!-- predefined footer: featured products -->
<conf name="predefinedFooter.featuredProducts">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="predefinedFooter.featuredProducts.title">
<type><![CDATA[string]]></type>
</conf>
<conf name="predefinedFooter.featuredProducts.category">
<type><![CDATA[string]]></type>
</conf>
<conf name="predefinedFooter.featuredProducts.order">
<type><![CDATA[string]]></type>
<defaultvalue>c_date ASC</defaultvalue>
</conf>
<!-- predefined footer: short text -->
<conf name="predefinedFooter.shortText">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="predefinedFooter.shortText.title">
<type><![CDATA[string]]></type>
</conf>
</section>
</config>
<window>
<categories>
<category name="templateCologne">
<text>
<locale group="quiqqer/template-cologne"
</text>
<icon>URL_BIN_DIR/22x22/quiqqer.png</icon>
<settings title="templateCologne.settings"
name="templateCologne.settings.shop">
<title>
<locale group="quiqqer/template-cologne"
var="settings.shop.title"
<!-- show retail price -->
<input conf="templateCologne.settings.showRetailPrice" type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.shop.retailPrice"
/>
</text>
<description>
<locale group="quiqqer/template-cologne"
var="settings.shop.retailPrice.desc"
/>
</description>
</input>
<!-- basket style -->
<select conf="templateCologne.settings.basketStyle">
<text>
<locale group="quiqqer/template-cologne"
var="settings.shop.basketStyle"
/>
</text>
<option value="full">
<locale group="quiqqer/template-cologne"
var="settings.shop.basketStyle.full"
/>
</option>
<option value="compact">
<locale group="quiqqer/template-cologne"
var="settings.shop.basketStyle.compact"
/>
</option>

Michael Danielczok
committed
</select>
<!-- basket open (nothing order window, order page)-->
<select conf="templateCologne.settings.basketOpen">
<text>
<locale group="quiqqer/template-cologne"
var="settings.shop.basketOpen"
/>
</text>
<option value="0">
<locale group="quiqqer/template-cologne"
var="settings.shop.basketOpen.nothing"
/>
</option>
<option value="1">
<locale group="quiqqer/template-cologne"
var="settings.shop.basketOpen.window"
/>
</option>
<option value="2">
<locale group="quiqqer/template-cologne"
var="settings.shop.basketOpen.page"
/>
</option>

Michael Danielczok
committed
<!-- header -->
<settings title="templateCologne.settings"
name="templateCologne.breadcrumb.settings">
<title>
<locale group="quiqqer/template-cologne"
var="settings.header.title"
/>
</title>
<!-- header: after nav, before content or hide? -->
<text>
<locale group="quiqqer/template-cologne"
var="settings.header.text"/>

Michael Danielczok
committed
</text>
<!-- header: start page -->
<select conf="templateCologne.settings.headerStartPage">
<text>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
/>
</text>
<option value="afterNav">
<locale group="quiqqer/template-cologne"
var="settings.header.display.afterNav"

Michael Danielczok
committed
/>
</option>
<option value="beforeContent">
<locale group="quiqqer/template-cologne"
var="settings.header.display.beforeContent"

Michael Danielczok
committed
/>
</option>
<option value="hide">
<locale group="quiqqer/template-cologne"
var="settings.header.display.hide"

Michael Danielczok
committed
/>
</option>
</select>
<!-- header: no sidebar -->
<select conf="templateCologne.settings.headerNoSidebar">
<text>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
/>
</text>
<option value="afterNav">
<locale group="quiqqer/template-cologne"
var="settings.header.display.afterNav"

Michael Danielczok
committed
/>
</option>
<option value="beforeContent">
<locale group="quiqqer/template-cologne"
var="settings.header.display.beforeContent"

Michael Danielczok
committed
/>
</option>
<option value="hide">
<locale group="quiqqer/template-cologne"
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
var="settings.header.display.hide"
/>
</option>
</select>
<!-- header: no sidebar thin -->
<select conf="templateCologne.settings.headerNoSidebarThin">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.noSidebarThin"
/>
</text>
<option value="afterNav">
<locale group="quiqqer/template-cologne"
var="settings.header.display.afterNav"
/>
</option>
<option value="beforeContent">
<locale group="quiqqer/template-cologne"
var="settings.header.display.beforeContent"
/>
</option>
<option value="hide">
<locale group="quiqqer/template-cologne"
var="settings.header.display.hide"

Michael Danielczok
committed
/>
</option>
</select>
<!-- header: left sidebar -->
<select conf="templateCologne.settings.headerLeftSidebar">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.leftSidebar"

Michael Danielczok
committed
/>
</text>
<option value="afterNav">
<locale group="quiqqer/template-cologne"
var="settings.header.display.afterNav"

Michael Danielczok
committed
/>
</option>
<option value="beforeContent">
<locale group="quiqqer/template-cologne"
var="settings.header.display.beforeContent"

Michael Danielczok
committed
/>
</option>
<option value="hide">
<locale group="quiqqer/template-cologne"
var="settings.header.display.hide"

Michael Danielczok
committed
/>
</option>
</select>
<!-- header: right sidebar -->
<select conf="templateCologne.settings.headerRightSidebar">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.rightSidebar"

Michael Danielczok
committed
/>
</text>
<option value="afterNav">
<locale group="quiqqer/template-cologne"
var="settings.header.display.afterNav"

Michael Danielczok
committed
/>
</option>
<option value="beforeContent">
<locale group="quiqqer/template-cologne"
var="settings.header.display.beforeContent"

Michael Danielczok
committed
/>
</option>
<option value="hide">
<locale group="quiqqer/template-cologne"
var="settings.header.display.hide"

Michael Danielczok
committed
/>
</option>
</select>
<!-- header: image size -->
<text>
<locale group="quiqqer/template-cologne"
var="settings.header.height.text"
/>
</text>
<input conf="templateCologne.settings.headerHeight" type="number">
<text>
<locale group="quiqqer/template-cologne"
var="settings.header.height.value"

Michael Danielczok
committed
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
/>
</text>
</input>
<!-- header: image position -->
<select conf="templateCologne.settings.headerImagePosition">
<text>
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.text"
/>
</text>
<option value="flex-start">
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.top"
/>
</option>
<option value="center">
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.center"
/>
</option>
<option value="flex-end">
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.bottom"
/>
</option>
</select>
</settings>
<!-- category menu -->
<settings title="templateCologne.settings"
name="templateCologne.categoryMenu.settings">
<title>
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.title"
/>
</title>
<text>
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.text"/>
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
</text>
<input conf="templateCologne.settings.showCategoryMenu"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.show"
/>
</text>
</input>
<!-- show short desc of categories for... -->
<select conf="templateCologne.settings.showCategoryShortFor">
<text>
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.showDescFor"
/>
</text>
<option value="all">
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.showDescFor.all"
/>
</option>
<option value="firstLevel">
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.showDescFor.firstLevel"
/>
</option>
<option value="none">
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.showDescFor.none"
/>
</option>
</select>
</settings>

Michael Danielczok
committed
<!-- breadrcumb -->
<settings title="templateCologne.settings"
name="templateCologne.breadcrumb.settings">
<title>
<locale group="quiqqer/template-cologne"
var="settings.breadcrumb.title"

Michael Danielczok
committed
/>
</title>
<!-- no breadcrumb? -->
<text>
<locale group="quiqqer/template-cologne"
var="settings.breadcrumb.text"/>

Michael Danielczok
committed
</text>
<input conf="templateCologne.settings.showBreadcrumbStartPage"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
/>
</text>
</input>
<input conf="templateCologne.settings.showBreadcrumbNoSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.noSidebar"
/>
</text>
</input>
<input conf="templateCologne.settings.showBreadcrumbNoSidebarThin"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.noSidebarThin"

Michael Danielczok
committed
/>
</text>
</input>
<input conf="templateCologne.settings.showBreadcrumbLeftSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.leftSidebar"

Michael Danielczok
committed
/>
</text>
</input>
<input conf="templateCologne.settings.showBreadcrumbRightSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.rightSidebar"

Michael Danielczok
committed
/>
</text>
</input>
</settings>
<!--...................-->
<!-- Predefined footer -->
<!--...................-->
<!-- predefined footer: Short text -->
<settings title="templateCologne.settings"
name="templateCologne.settings.predefinedFooter">
<title>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.shortText"
/>
</title>
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.shortText.info"
/>
</text>
<!-- show -->
<input conf="templateCologne.settings.predefinedFooter.shortText"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.shortText.show"
/>
</text>
</input>
<!-- title -->
<input conf="templateCologne.settings.predefinedFooter.shortText.title"
type="text" data-qui="controls/lang/InputMultiLang">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.shortText.title"
/>
</text>
</input>
</settings>
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!-- predefined footer: url list -->
<settings title="templateCologne.settings"
name="templateCologne.settings.predefinedFooter">
<title>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.urlList"
/>
</title>
<!-- show -->
<input conf="templateCologne.settings.predefinedFooter.urlList"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.urlList.show"
/>
</text>
</input>
<!-- title -->
<input conf="templateCologne.settings.predefinedFooter.urlList.title"
type="text" data-qui="controls/lang/InputMultiLang">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.urlList.title"
/>
</text>
</input>
<!-- sites -->
<input conf="templateCologne.settings.predefinedFooter.urlList.sites"
type="text" data-qui="controls/projects/project/site/Select">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.urlList.sites"
/>
</text>
</input>
<!-- site order -->
<select conf="templateCologne.settings.predefinedFooter.urlList.sites.order">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.urlList.sites.order"
/>
</text>
<option value=""/>
<option value="name ASC" selected="selected">
<locale group="quiqqer/system" var="name_asc"/>
</option>
<option value="name DESC">
<locale group="quiqqer/system" var="name_desc"/>
</option>
<option value="title ASC">
<locale group="quiqqer/system" var="title_asc"/>
</option>
<option value="title DESC">
<locale group="quiqqer/system" var="title_desc"/>
</option>
<option value="c_date ASC">
<locale group="quiqqer/system" var="c_date_asc"/>
</option>
<option value="c_date DESC">
<locale group="quiqqer/system" var="c_date_desc"/>
</option>
<option value="e_date ASC">
<locale group="quiqqer/system" var="e_date_asc"/>
</option>
<option value="e_date DESC">
<locale group="quiqqer/system" var="e_date_desc"/>
</option>
<option value="release_from ASC">
<locale group="quiqqer/system" var="release_from_asc"/>
</option>
<option value="release_from DESC">
<locale group="quiqqer/system" var="release_from_desc"/>
</option>
<option value="order_field ASC">
<locale group="quiqqer/quiqqer" var="order_field_asc"/>
</option>
<option value="order_field DESC">
<locale group="quiqqer/quiqqer" var="order_field_desc"/>
</option>
</select>
</settings>
<!-- predefined footer: featured products -->
<settings title="templateCologne.settings"
name="templateCologne.settings.predefinedFooter">
<title>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.featuredProducts"
/>
</title>
<!-- show -->
<input conf="templateCologne.settings.predefinedFooter.featuredProducts"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.featuredProducts.show"
/>
</text>
</input>
<!-- title -->
<input conf="templateCologne.settings.predefinedFooter.featuredProducts.title"
type="text" data-qui="controls/lang/InputMultiLang">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.featuredProducts.title"
/>
</text>
</input>
<!-- category id -->
<input conf="templateCologne.settings.predefinedFooter.featuredProducts.category"
type="hidden"
data-qui="package/quiqqer/products/bin/controls/categories/Select"
data-qui-options-max="1">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.featuredProducts.category"
/>
</text>
</input>
<!-- order -->
<select conf="templateCologne.settings.predefinedFooter.featuredProducts.order">
<text>
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.featuredProducts.order"
/>
</text>
<option value="priority">
<locale group="quiqqer/product-bricks"
var="sort.sorting"/>
</option>
<option value="c_date ASC">
<locale group="quiqqer/product-bricks"
var="sort.cdate.ASC"/>
</option>
<option value="c_date DESC">
<locale group="quiqqer/product-bricks"
var="sort.cdate.DESC"/>
</option>
<option value="title ASC">
<locale group="quiqqer/product-bricks"
var="sort.title.ASC"/>
</option>
<option value="title DESC">
<locale group="quiqqer/product-bricks"
var="sort.title.DESC"/>
</option>
<option value="productNo ASC">
<locale group="quiqqer/product-bricks"
var="sort.productNo.ASC"/>
</option>
<option value="productNo DESC">
<locale group="quiqqer/product-bricks"
var="sort.productNo.DESC"/>
</option>
</select>
</settings>
<!-- predefined footer: payments -->
<settings title="templateCologne.settings"

Michael Danielczok
committed
name="templateCologne.settings.predefinedFooter">
<title>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
var="settings.predefinedFooter.title"
<!-- show -->

Michael Danielczok
committed
<input conf="templateCologne.settings.predefinedFooter.payments"
type="checkbox">
<text>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
var="settings.predefinedFooter.payments"
/>
</text>
</input>
<!-- title -->
<input conf="templateCologne.settings.predefinedFooter.payments.title"
type="text" data-qui="controls/lang/InputMultiLang">

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="settings.predefinedFooter.payments.title"
/>
</text>
</input>
<!-- layout -->

Michael Danielczok
committed
<select conf="templateCologne.settings.predefinedFooter.payments.layout">
<text>
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
var="settings.predefinedFooter.payments.layout"
/>
</text>
<option value="grid">
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
var="settings.footer.predefinedFooter.layout.grid"
/>
</option>
<option value="list">
<locale group="quiqqer/template-cologne"

Michael Danielczok
committed
var="settings.footer.predefinedFooter.layout.list"
/>
</option>
</select>
</settings>
michael.daniel
committed
<!-- Basket button behaviour -->
<!--<settings title="templateCologne.settings"
name="templateCologne.settings.general">

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="templateCologne.settings.bgColorSwitcher.title"
/>
</title>
<!– Background Color Switcher Prefix –>

Michael Danielczok
committed
<select conf="templateCologne.settings.bgColorSwitcherPrefix">

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="templateCologne.settings.bgColorSwitcherPrefix.text"
/>
</text>
<description>

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="templateCologne.settings.bgColorSwitcherPrefix.description"
/>
</description>
<option value="hide">

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="templateCologne.settings.bgColorSwitcher.hide"
/>
</option>
<option value="display">

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="templateCologne.settings.bgColorSwitcher.display"
/>
</option>
</select>
</settings>-->
</category>
</categories>
</window>
</settings>
<wysiwyg class="page-content">
<css src="//fonts.googleapis.com/css?family=Maven+Pro:400,500,700"/>
<css src="URL_OPT_DIR/quiqqer/template-cologne/bin/css/style.css"/>
<css src="URL_OPT_DIR/quiqqer/template-cologne/bin/css/buttons.css"/>
<css src="URL_OPT_DIR/quiqqer/template-cologne/bin/css/form.css"/>
<css src="URL_OPT_DIR/quiqqer/template-cologne/bin/css/editor/editor.css"/>
</wysiwyg>
</project>
</quiqqer>