shipperhq/module-shq-product-page

ShipperHQ Product Page Calculator Module - By the ShipperHQ Team

Installs: 1 610

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 10

Forks: 1

Open Issues: 0

Type:magento2-module

20.2.5 2025-01-08 12:28 UTC

This package is auto-updated.

Last update: 2025-01-08 12:29:03 UTC


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-server or module-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.

Installation

  1. Enable Maintenance Mode:

    php bin/magento maintenance:enable
  2. Install via Composer:

    composer require shipperhq/module-shq-productpage
  3. Enable Required Modules:

    php bin/magento module:enable --clear-static-content ShipperHQ_ProductPage
  4. Flush Cache:

    php bin/magento cache:flush
  5. Upgrade Setup:

    php bin/magento setup:upgrade
  6. Compile Dependencies:

    php bin/magento setup:di:compile
  7. Deploy Static Content:

    php bin/magento setup:static-content:deploy
  8. 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)