teufels/tt3-vehicles 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

teufels/tt3-vehicles

最新稳定版本:1.8.1

Composer 安装命令:

composer require teufels/tt3-vehicles

包简介

Create and list vehicles

README 文档

README

VENDOR PACKAGE KEY version

[ ṯeufels ] Vehicles

This extension allows you to create and manage vehicles, featuring filtering, watchlist, detail view, cross-selling, etc.

This version supports TYPO3

CUSTOMER CUSTOMER

Composer support

composer req teufels/tt3-vehicles

Links

URL
Repository:https://bitbucket.org/teufels/tt3-vehicles/
Packagist:https://packagist.org/packages/teufels/tt3-vehicles/
TER:https://extensions.typo3.org/package/teufels/tt3-vehicles
Documentation:http://localhost:5173/Documentation-GENERATED-temp/Index.html

1. Features

  • Filtering Options after search word (variant, vehicleNumber, hsn, tsn), type, body, manufacturer, model, ...
  • Pre-Filter for type, body, manufacturer, model, ...
  • Search Form (manufacturer, model)
  • Watchlist
  • Related Vehicles

2. Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer req teufels/tt3-vehicles.

3. Changelog

Read on Bitbucket Changelog.md

4. Documentation

Documentation provided with this extension.

Rendering the Documentation folder locally with Docker

4.1 Route Enhancer

4.1.1 Detail View (Show)

  VehicleShow:
    type: Extbase
    limitToPages: <uid-of-detail-page>
    namespace: tx_tt3vehicles_vehiclesshow
    routes:
      - routePath: '/{vehicle-title}'
        _controller: 'Vehicle::show'
        _arguments:
          vehicle-title: vehicle
      - routePath: /
        _controller: 'Vehicle::list'
    defaultController: 'Vehicle::list'
    aspects:
      vehicle-title:
        type: PersistedAliasMapper
        tableName: tx_tt3vehicles_domain_model_vehicle
        routeFieldName: slug

4.1.2 List View (List)

4.1.2.1 Pagination
  VehicleList:
    type: Extbase
    limitToPages: [<uid-of-list-page>,<uid-of-list-page>]
    namespace: tx_tt3vehicles_vehicleslist
    routes:
      - routePath: /
        _controller: 'Vehicle::list'
      - routePath: '/{page-label}-{page}'
        _controller: 'Vehicle::list'
        _arguments:
          page: currentPage
    defaultController: 'Vehicle::list'
    defaults:
      page: '1'
    requirements:
      page: '\d+'
    aspects:
      page:
        type: StaticRangeMapper
        start: '1'
        end: '100'
      page-label:
        type: LocaleModifier
        default: page
        localeMap:
          - locale: 'de_DE.*'
            value: seite
          - locale: 'zh_CN.*'
            value: 第
4.1.2.1 Filter
tbd

5. Dependencies

5.1 Requirements

  • "friendsoftypo3/tt-address"
  • "brotkrueml/schema"
  • "fluidtypo3/vhs"
  • "mittwald/web2pdf"

5.2 Suggestion

  • "teufels/tt3-vehicles-importer": "dev-main" import vehicles from external sources with the external_import Extension

5.3 Other

6. How to use

Quick start guide read on Quick start

  • Install with composer
  • Import Static Template (before sitepackage)
  • Create Page & Folder Structure
  • Place Plugins
  • Create "Vehicle" Records in Backend

Ideas for future features

  • Offer as seperated Data (Inline-IREE) to add special, time-based offers (DATA: offer_number,title,price,vat_stated,description,image,badge,...)

This extension is provided by teufels GmbH © 2024

统计信息

  • 总下载量: 152
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2024-10-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固