aligent/orocommerce-shipping-estimator
最新稳定版本:v5.0.0
Composer 安装命令:
composer require aligent/orocommerce-shipping-estimator
包简介
An OroCommerce Bundle that adds a shipping estimator component.
README 文档
README
This bundle adds the Shipping Estimator functionality on the OroCommerce storefront shopping list.
Features
- Enable/disable the Shipping Estimator component on the storefront shopping list
Requirements
- OroCommerce 4.2
Installation and Usage
NOTE: Adjust instructions as needed for your local environment
Installation
Install via Composer
composer require aligent/orocommerce-shipping-estimator
Once installed, run platform update to perform the installation:
php bin/console oro:platform:update --env=prod
Configuration Settings
| Setting | Description |
|---|---|
| Enable Shipping Estimator On Shopping List | The Estimate Shipping functionality will be displayed on the Shipping List page. |
Database Modifications
This Bundle does not directly modify the database schema in any way
All configuration is stored in System Configuration (oro_config_value).
Templates
Resources/views/layouts/default/oro_shopping_list_frontend_view/shipping_estimator.html.twig
This includes a single _shipping_estimator_container_widget block which can be customized/overridden in OroCommerce themes
if needed.
Roadmap / Remaining Tasks
- Ability to display the Shipping Estimator component on other routes (eg: PDP)
- OroCommerce 5.0 Support
- Implement Unit Tests
统计信息
- 总下载量: 384
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2022-08-23

