marekskopal/typo3-pricing 问题修复 & 功能扩展

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

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

marekskopal/typo3-pricing

Composer 安装命令:

composer require marekskopal/typo3-pricing

包简介

Dynamic pricing comparison table for TYPO3 CMS

README 文档

README

Dynamic pricing comparison table as a content element in TYPO3. Plans, features, and cell values are managed in the TYPO3 backend; the frontend renders a responsive table with a monthly/yearly price toggle.

Features

  • Pricing plans with monthly and yearly prices
  • Feature rows grouped by feature groups
  • Per-cell value types: available (✓), unavailable (–), or custom text
  • Monthly/yearly toggle with no page reload
  • Highlighted plan column
  • Optional tooltip per feature (via description field)
  • Customizable templates and styling

Example

Live example: fingather.com/pricing

Requirements

  • PHP 8.3+
  • TYPO3 13.4 or 14.x

Installation

composer require marekskopal/typo3-pricing

After installation, run the database analyser in the TYPO3 Install Tool to create the required tables.

Setup

Include the TypoScript Set Pricing in your site package or via the site configuration sets.

Available Settings

Setting Default Description
settings.currency $ Currency symbol displayed before prices
view.templateRootPath (extension default) Override template root path
view.partialRootPath (extension default) Override partial root path
view.layoutRootPath (extension default) Override layout root path

Backend Setup

Create records in this order:

  1. Feature Groups — optional section headers (e.g. "Limits", "Integrations")
  2. Features — individual table rows; assign a feature group if desired
  3. Plans — pricing columns (name, subtitle, monthly/yearly price, currency, highlighted flag) For each plan, add Plan Feature inline records that link a feature to a value type:
    • available — renders a checkmark
    • unavailable — renders a dash (default when no record exists)
    • text — renders a custom string (e.g. "20", "Unlimited", "Email")

Usage

Add the Pricing Table content element to a page. The table is rendered automatically from the backend records.

Customization

Templates

Override templates by setting custom paths in TypoScript:

plugin.tx_mspricing.view.templateRootPath = EXT:your_extension/Resources/Private/Templates/MsPricing/

Styling

The extension includes minimal CSS. Key classes:

Class Element
.mspricing-toggle Monthly/yearly toggle container
.mspricing-toggle__button--active Active toggle button
.mspricing-table The <table> element
.mspricing-plan Plan header cell (<th>)
.mspricing-plan--highlighted Highlighted plan column
.mspricing-plan__name Plan name
.mspricing-plan__subtitle Plan subtitle
.mspricing-plan__price Price element
.mspricing-group-header Feature group header row
.mspricing-feature__name Feature name cell
.mspricing-cell Value cell
.mspricing-cell--highlighted Value cell in highlighted column
.mspricing-check Checkmark SVG icon

License

GPL-2.0-or-later

marekskopal/typo3-pricing 适用场景与选型建议

marekskopal/typo3-pricing 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 92 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「pricing」 「comparison」 「typo3」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 marekskopal/typo3-pricing 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 marekskopal/typo3-pricing 我们能提供哪些服务?
定制开发 / 二次开发

基于 marekskopal/typo3-pricing 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-05