shipperhq / module-shq-product-page
ShipperHQ Product Page Calculator Module - By the ShipperHQ Team
Package info
github.com/shipperhq/module-shq-product-page
Type:magento2-module
pkg:composer/shipperhq/module-shq-product-page
Requires
- lcobucci/jwt: ^4.0
- magento/framework: >=103.0
- shipperhq/library-graphql: ^20.4.0
- shipperhq/library-ws: ^20.7.0
- shipperhq/module-logger: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Overview
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.
Features
- 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.
Requirements
- Magento 2: Compatible with Magento 2.4.4+
- Luma Theme: Compatible with the default Magento 2 Luma theme
- Dependencies: Requires either the
module-shq-serverormodule-shipperextensions 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.
Installation
-
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
Support
If you encounter any issues with this module, please open an issue on GitHub. Alternatively, contact ShipperHQ support at support@shipperhq.com or visit https://shipperhq.com/contact.
Contribution
We welcome contributions to improve the module. The best way to contribute is to open a pull request on GitHub.
License
See license files.
Copyright
Copyright (c) 2021 Zowta LLC (http://www.ShipperHQ.com)