aligent / orocommerce-shipping-estimator
An OroCommerce Bundle that adds a shipping estimator component.
Requires
- oro/commerce: 5.0.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.18.2
- phpmd/phpmd: ^2.12
- phpstan/phpstan: 1.8.5
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- symfony/phpunit-bridge: ~4.4.24 || ~6.1.0
- dev-main
- 6.1.x-dev
- 5.0.x-dev
- v5.0.0
- 4.2.x-dev
- v4.2.1
- v4.2.0
- dev-hotfix/Oro_6.1_compat_fixes
- dev-dependabot/composer/phpstan/phpstan-1.10.6
- dev-dependabot/composer/friendsofphp/php-cs-fixer-approx-2.18.2or-approx-2.19.0
- dev-dependabot/composer/symfony/phpunit-bridge-approx-4.4.24or-approx-6.1.0or-approx-6.2.0
This package is auto-updated.
Last update: 2025-03-25 02:44:39 UTC
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