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>
<conf name="hideEmptyFields">
<type><![CDATA[bool]]></type>
<defaultvalue>1</defaultvalue>
</conf>
<conf name="showBuyNowButton">
<type><![CDATA[bool]]></type>
<defaultvalue>0</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>
<!-- page title -->
<conf name="pageTitleStartPage">
<type><![CDATA[string]]></type>
<defaultvalue>breadcrumb</defaultvalue>
</conf>
<conf name="pageTitleNoSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>breadcrumb</defaultvalue>
</conf>
<conf name="pageTitleNoSidebarThin">
<type><![CDATA[string]]></type>
<defaultvalue>breadcrumb</defaultvalue>
</conf>
<conf name="pageTitleLeftSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>breadcrumb</defaultvalue>
</conf>
<conf name="pageTitleRightSidebar">
<type><![CDATA[string]]></type>
<defaultvalue>breadcrumb</defaultvalue>
</conf>

Michael Danielczok
committed
<!-- 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>
<conf name="categoryStartId">
<type><![CDATA[integer]]></type>
<defaultvalue>1</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>
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!-- 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>
<!-- hide empty fields -->
<input conf="templateCologne.settings.hideEmptyFields" type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.shop.hideEmptyFields"
/>
</text>
</input>
<input conf="templateCologne.settings.showBuyNowButton" type="checkbox">
<text>
<locale group="quiqqer/template-cologne"
var="settings.shop.showBuyNowButton"
/>
</text>
</input>

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"
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
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
/>
</text>
</input>
<!-- header: image position -->
<select conf="templateCologne.settings.headerImagePosition">
<text>
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.text"
/>
</text>

Michael Danielczok
committed
<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>

Michael Danielczok
committed
<locale group="quiqqer/template-cologne"
var="settings.header.imagePosition.bottom"
/>
</option>
</select>
</settings>
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
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
<!-- page title -->
<settings title="templateCologne.settings"
name="templateCologne.pageTitle.settings">
<title>
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.title"
/>
</title>
<text>
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.text"/>
</text>
<!-- page title: start page -->
<select conf="templateCologne.settings.pageTitleStartPage">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.startpage"
/>
</text>
<option value="header">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.header"
/>
</option>
<option value="breadcrumb">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.breadcrumb"
/>
</option>
<option value="both">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.both"
/>
</option>
</select>
<!-- page title: no sidebar -->
<select conf="templateCologne.settings.pageTitleNoSidebar">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.noSidebar"
/>
</text>
<option value="header">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.header"
/>
</option>
<option value="breadcrumb">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.breadcrumb"
/>
</option>
<option value="both">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.both"
/>
</option>
</select>
<!-- page title: no sidebar (thin) -->
<select conf="templateCologne.settings.pageTitleNoSidebarThin">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.noSidebarThin"
/>
</text>
<option value="header">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.header"
/>
</option>
<option value="breadcrumb">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.breadcrumb"
/>
</option>
<option value="both">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.both"
/>
</option>
</select>
<!-- page title: left sidebar -->
<select conf="templateCologne.settings.pageTitleLeftSidebar">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.leftSidebar"
/>
</text>
<option value="header">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.header"
/>
</option>
<option value="breadcrumb">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.breadcrumb"
/>
</option>
<option value="both">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.both"
/>
</option>
</select>
<!-- page title: right sidebar -->
<select conf="templateCologne.settings.pageTitleRightSidebar">
<text>
<locale group="quiqqer/template-cologne"
var="admin.layout.rightSidebar"
/>
</text>
<option value="header">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.header"
/>
</option>
<option value="breadcrumb">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.breadcrumb"
/>
</option>
<option value="both">
<locale group="quiqqer/template-cologne"
var="settings.pageTitle.both"
/>
</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"/>
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
</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>
<!-- start by page -->
<input conf="templateCologne.settings.categoryStartId"
type="text" class="project-site">
<text>
<locale group="quiqqer/template-cologne"
var="settings.categoryMenu.startId"
/>
</text>
</input>

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>
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<!-- 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"