commerce_cart_estimate
Commerce Cart Estimate defines a form for estimating items like taxes and shipping rates in a views area handler that can be placed on the shopping cart form page. It requires customers to supply an administrative area (Country) and postal code and then returns an estimate for shipping and taxes if any shipping methods and tax calculations are available for the defined shipping location.
Since it is only adding partial data to the cart order's customer profiles, it may not be compatible with all tax rates and shipping methods.
You can configure the administrative areas that are available for estimation in the store settings. The countries available for selection in the estimate form are inherited from the configured “Shipping countries” list set for the store.
Configuration
- Install the module on a site with a supported module enabled (currently only Commerce Shipping).
- Browse to admin/structure/views/view/commerce_cart_form
- Choose where to insert the estimate form. Either in the Header or in the Footer. Most typically the form will be inserted into the footer.
- Click “add” and search for “Cart estimate form”
- Add and configure the form and save the view.
Module History
This is a renamed and rewritten version of this sandbox module from jasonkrust (preserving that module's Git history for Jason's credit).
Looking for Drupal Commerce support?
- Hire the project maintainers:
- Centarro offers Drupal Commerce Support and Development services, ranging from a flat monthly fee for maintenance support (with optional development retainers) to full site architecture and development.
- Community support options:
- Over 2,000 developers participate in our two support channels on a best-effort basis, Drupal Answers and Drupal Slack (channel: #commerce).
Branches
2.x → Actively developed for Drupal 9, 10, and 11
7.x → No further support will be provided for this branch