Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Vehicle Search TypoScript Constants
The vehicle search extension for TYPO3 can be configured using the following TypoScript Constants.
Fluid Templates for vehicle search
Configure template paths for vehicle search.
Constant | {$themes.configuration.view.templateRootPath} |
---|---|
Label | Fluid Templates |
Type | string |
Default value | EXT:fahrzeugsuche/Resources/Private/Templates/ |
Constant | {$themes.configuration.view.partialRootPath} |
---|---|
Label | Fluid Partials |
Type | string |
Default value | EXT:fahrzeugsuche/Resources/Private/Partials/ |
Constant | {$themes.configuration.view.layoutRootPath} |
---|---|
Label | Fluid Layouts |
Type | string |
Default value | EXT:fahrzeugsuche/Resources/Private/Layouts/ |
Vehicle search pages
Configure pages for vehicle search.
Constant | {$themes.configuration.pages.fahrzeugsuche.search} |
---|---|
Label | Fahrzeugsuche - Suchseite |
Type | int+ |
Default value |
Vehicle search URLs
Configure URLs - mostly used for the browser history feature.
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.sitemap} |
---|---|
Label | URL for the single view, when a Fahrzeug record is linked by the sitemap.xml. %1$s contains the Fahrzeug number. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/?tx_fahrzeugsuche_fahrzeugsuche%5Bfahrzeug%5D=%1$s |
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.details} |
---|---|
Label | URL of a details view of a Fahrzeug record. %1$s contains the Fahrzeug number. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/?tx_fahrzeugsuche_fahrzeugsuche%5Bfahrzeug%5D=%1$s |
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.request} |
---|---|
Label | URL of a request view of a Fahrzeug record. %1$s contains the Fahrzeug number.. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/?tx_fahrzeugsuche_fahrzeugsuche%5Bfahrzeug%5D=%1$s |
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.bookmarks} |
---|---|
Label | URL of the bookmarks view. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/bookmarks/ |
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.research} |
---|---|
Label | URL of the research view. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/research/ |
Constant | {$themes.configuration.extension.fahrzeugsuche.urls.list} |
---|---|
Label | URL of the list view. |
Type | string |
Default value | https://www.example.com/fahrzeugsuche/ |
Vehicle search list
Configure the vehicle search listings.
Constant | {$themes.configuration.extension.fahrzeugsuche.list.image.width} |
---|---|
Label | List image: Width of the image |
Type | string |
Default value | 200px |
Constant | {$themes.configuration.extension.fahrzeugsuche.list.image.height} |
---|---|
Label | List image: Height of the image |
Type | string |
Default value |
Constant | {$themes.configuration.extension.fahrzeugsuche.list.limit} |
---|---|
Label | List limit: Limit for list items |
Type | int+ |
Default value | 10 |
Constant | {$themes.configuration.extension.fahrzeugsuche.list.defaultSorting} |
---|---|
Label | List default sorting: Default sorting for the list items |
Type | options[priceAscending, priceDescending, firstRegistrationAscending, firstRegistrationDescending, mileageAscending, mileageDescending, powerAscending, powerDescending, makeAscending] |
Default value | firstRegistrationDescending |
Vehicle request
Configure the request feature of the vehicle search.
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.subject} |
---|---|
Label | Request email: Subject |
Type | string |
Default value | Fahrzeug-Anfrage |
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.template} |
---|---|
Label | Request email template: For example: EXT:fahrzeugsuche/Resources/Private/Template/Email/Request.html |
Type | string |
Default value | EXT:fahrzeugsuche/Resources/Private/Templates/Email/Request.html |
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.fromEmail} |
---|---|
Label | Request email: From email |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.fromName} |
---|---|
Label | Request email: From name |
Type | string |
Default value | TYPO3 - Fahrzeugsuche |
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.toEmail} |
---|---|
Label | Request email: To email (Note: This can be overriden in the typoscript setup depending on the maker, see setup.txt for an example |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.fahrzeugsuche.request.email.toName} |
---|---|
Label | Request email: To name |
Type | string |
Default value | TYPO3 - Fahrzeugsuche - Anfrage |
PDF settings
The PDF feature is only available in the PRO version.
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.expose.fontPath} |
---|---|
Label | PDF Expose: Font path |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Fonts |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.expose.imagePath} |
---|---|
Label | PDF Expose: Image path |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Images |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.expose.background} |
---|---|
Label | PDF Expose: Background path (For example: EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf or fileadmin/Pdf/Expose/Briefpapier.pdf) |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.expose.partialRootPath} |
---|---|
Label | PDF Expose: Partials path |
Type | string |
Default value | EXT:fahrzeugsuche_pro/Resources/Private/Partials/ |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.expose.templateRootPath} |
---|---|
Label | PDF Expose: Template path |
Type | string |
Default value | EXT:fahrzeugsuche_pro/Resources/Private/Templates/ |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.bookmarks.fontPath} |
---|---|
Label | PDF Bookmarks: Font path |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Fonts |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.bookmarks.imagePath} |
---|---|
Label | PDF Bookmarks: Image path |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Images |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.bookmarks.background} |
---|---|
Label | PDF Bookmarks: Background path (For example: EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf or fileadmin/Pdf/Expose/Briefpapier.pdf) |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.bookmarks.partialRootPath} |
---|---|
Label | PDF Bookmarks: Partials path |
Type | string |
Default value | EXT:fahrzeugsuche_pro/Resources/Private/Partials/ |
Constant | {$themes.configuration.extension.fahrzeugsuche.pdf.bookmarks.templateRootPath} |
---|---|
Label | PDF Bookmarks: Template path |
Type | string |
Default value | EXT:fahrzeugsuche_pro/Resources/Private/Templates/ |
Vehicle search research (enquiry)
The research feature is only available in the PRO version.
Constant | {$themes.configuration.extension.fahrzeugsuche.research.email.subject} |
---|---|
Label | Research email: Subject |
Type | string |
Default value | Fahrzeug-Suchauftrag |
Constant | {$themes.configuration.extension.fahrzeugsuche.research.email.fromEmail} |
---|---|
Label | Research email: From email |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.fahrzeugsuche.research.email.fromName} |
---|---|
Label | Research email: From name |
Type | string |
Default value | TYPO3 - Fahrzeugsuche |
Constant | {$themes.configuration.extension.fahrzeugsuche.research.email.toEmail} |
---|---|
Label | Research email: To email |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.fahrzeugsuche.research.email.toName} |
---|---|
Label | Research email: To name |
Type | string |
Default value | TYPO3 - Fahrzeugsuche - Anfrage |
Vehicle search bookmark
The bookmark feature is only available in the PRO version.
Constant | {$themes.configuration.extension.fahrzeugsuche.bookmark.maxItems} |
---|---|
Label | Bookmarks: Max items |
Type | string |
Default value | 3 |
Vehicle search sitemap.xml
Configure the sitemap.xml of the vehicle search.
Constant | {$themes.configuration.extension.fahrzeugsuche.sitemapXml.priority} |
---|---|
Label | Priority of the sitemap XML pages. |
Type | string |
Default value | 0.8 |
Constant | {$themes.configuration.extension.fahrzeugsuche.sitemapXml.changeFrequency} |
---|---|
Label | Frequency of changes. Possible values are always, hourly, daily, weekly, monthly, yearly, never. |
Type | options[always, hourly, daily, weekly, monthly, yearly, never] |
Default value | daily |