hgati/module-shipping-calculator

Magento2 Module - Shipping Cost Calculator on Product Page

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Type:magento2-module

dev-master 2024-04-29 13:53 UTC

This package is auto-updated.

Last update: 2024-04-29 13:53:24 UTC


README

Shipping Cost Calculator in Product Page

Main Functionalities

  • Show Shipping Cost Calculator on Product page
  • Allow buyer check estimate shipping cost on product before purchase
  • Calculate including existing items in the shopping cart
  • Changed checkbox from unattractive UI to a sleek square UI
  • Supported grouped product in addition to existing simple products and configurable products

Installation

* = in production please use the --keep-generated option

  • Install the module composer by running composer require hgati/module-shipping-calculator
  • enable the module by running php bin/magento module:enable Hgati_ShippingCalculator
  • apply database updates by running php bin/magento setup:upgrade*
  • Deploy static files by running php bin/magento setup:static-content:deploy -f*
  • Flush the cache by running php bin/magento cache:flush

Configuration

Go to admin > Stores > Configuration > Hgati > Shipping Calculator

Screenshots

Product page on Frontend

shipping-calculator.png

Configuration

module-config.png