heimrichhannot / contao-isotope-bundle
0.15.0
2021-02-17 10:19 UTC
Requires
- php: ^7.1
- alchemy/ghostscript: >=0.4.0
- contao-components/tablesorter: ^2.0.5
- contao/core-bundle: ^4.4
- heimrichhannot/contao-fieldpalette-bundle: ~0.2||~1.0
- heimrichhannot/contao-frontendedit: ^6.0
- heimrichhannot/contao-request-bundle: ^1.0
- heimrichhannot/contao-slick-bundle: ^1.0.0-beta
- heimrichhannot/contao-utils-bundle: ^2.0
- isotope/isotope-core: *
- miljar/php-exif: ^v0.6
- symfony/framework-bundle: ^3.4||^4.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- contao/test-case: ^1.1
- friendsofphp/php-cs-fixer: ^2.2
- php-http/guzzle6-adapter: ^1.1
- php-http/message-factory: ^1.0.2
- phpunit/php-token-stream: ^1.4|^2.0|^3.0
- phpunit/phpunit: ^6.5
- phpunit/phpunit-mock-objects: ^4.0|^5.0
- satooshi/php-coveralls: ^2.0
- symfony/phpunit-bridge: ^3.2
- dev-master
- 0.15.0
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.27
- 0.11.26
- 0.11.25
- 0.11.24
- 0.11.23
- 0.11.22
- 0.11.21
- 0.11.20
- 0.11.19
- 0.11.18
- 0.11.17
- 0.11.16
- 0.11.15
- 0.11.14
- 0.11.13
- 0.11.12
- 0.11.11
- 0.11.10
- 0.11.9
- 0.11.8
- 0.11.7
- 0.11.6
- 0.11.5
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2021-09-24 12:09:43 UTC
README
此仓库已被弃用 -> 使用 https://github.com/heimrichhannot/contao-isotope-extension-bundle 代替。
[已弃用!!] Contao Isotope Bundle
此包为 isotope 电商系统提供额外功能。
功能
列表不完整
- 库存管理
- 集合
- 预订功能(为特定时间预订资源(产品))
有关包含功能的更多信息,请参阅 Contao Isotope_Plus 文档。
安装
composer require heimrichhannot/contao-isotope-bundle
安装后,您需要调用数据库更新工具。
如果您从 0.8 或 isotope_plus 模块更新到较旧版本,您需要调用升级命令(见 开发者)。
我们建议使用 Contao Encore 进行资源管理。
使用
预订
要将预订功能添加到产品,您需要在可预订产品的前端模块中激活预订操作。
在后台,您可以添加 bookingOverview、bookingReservedDates 和 bookingOverview 字段。
字段 | 描述 |
---|---|
bookingOverview | 围绕预订日期封锁的天数(用于运输、打印等) |
bookingReservedDates | 封锁预订的预订日期 |
bookingOverview | 显示包含预订项目信息的日历。 |
跳过运输价格计算的产品
您可以在运输方法配置中声明要跳过的产品以进行运输价格计算。您只能将这些产品添加到类型为 flat
的运输方法。您只能声明要跳过的产品属于在运输方法配置中声明的产品类型。这些 flat
-运输方法需要添加到类型为 group
的运输方法。然后需要将类型为 group
的运输方法选择为结账模块的运输方法。
开发者
从较旧版本或模块升级
如果您从 Isotope_Plus 或版本 0.8 之前的包升级,您应该使用升级命令来设置产品数据表。
# From project folder:
php vendor/bin/contao-console huh:isotope:upgrade
此命令根据存储在产品表中的数据填充产品数据表。
命令
获取更多信息,请使用帮助功能([命令] --help
)。
命令 | 描述 | 属性 | 选项 |
---|---|---|---|
huh:isotope:upgrade | 将产品数据镜像到产品数据表中 | - | overwriteExistingEntries |