The Product Page Shipping Calculator is the latest addition to ShipperHQ’s arsenal of advanced features, designed to enhance a customer’s checkout experience. This feature enables customers to calculate and view estimated shipping costs and delivery dates directly on the product page, without needing to navigate to the checkout.
- Real-Time Shipping Estimates: Allow customers to view accurate shipping costs based on their location and chosen options.
- Delivery Date Estimates: Display estimated delivery dates directly on the product page.
- Improved User Experience: Streamline the shopping process by providing essential shipping information upfront.
- Seamless Integration: Works out-of-the-box with Magento 2 Luma theme.
- Magento 2: Compatible with Magento 2.4.4+
- Luma Theme: Compatible with the default Magento 2 Luma theme
- Dependencies: Requires either the
module-shq-server
ormodule-shipper
extensions to be installed and configured - A valid ShipperHQ account: Sign up here for your 15-day free trial!
No additional configuration is required once the dependencies are in place.
-
Enable Maintenance Mode:
php bin/magento maintenance:enable
-
Install via Composer:
composer require shipperhq/module-shq-productpage
-
Enable Required Modules:
php bin/magento module:enable --clear-static-content ShipperHQ_ProductPage
-
Flush Cache:
php bin/magento cache:flush
-
Upgrade Setup:
php bin/magento setup:upgrade
-
Compile Dependencies:
php bin/magento setup:di:compile
-
Deploy Static Content:
php bin/magento setup:static-content:deploy
-
Disable Maintenance Mode:
php bin/magento maintenance:disable
If you encounter any issues with this module, please open an issue on GitHub. Alternatively, contact ShipperHQ support at [email protected] or visit https://shipperhq.com/contact.
We welcome contributions to improve the module. The best way to contribute is to open a pull request on GitHub.
See license files.
Copyright (c) 2021 Zowta LLC (http://www.ShipperHQ.com)