techspot / brestimateshipping
The Tech Spot Br Estimate Shipping Module for Magento 2 hide country and state fields in estimate shipping cart, and show postcode with mask Brazil 99999-999
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.2
- piszczek/magento2-inputmask: >=0.0.2
- webshopapps/module-matrixrate: ^20.1
This package is not auto-updated.
Last update: 2025-04-05 14:18:52 UTC
README
O Módulo TechSpot Br Estimate Shipping, formata o summary de quotação de frete do carrinho, de forma a mostrar apenas o campo CEP com a máscara padrão Brasil (99999-999).
Se você deseja utilizar o módulo matrix table rate, este módulo também formata o CEP Brasil para o padrão numérico, afim de não bugar o cálculo de frete via matrix table rate.
The TechSpot Br Estimate Shipping Module for Magento 2 hide country and state fields in estimate shipping cart, and show postcode with mask Brazil 99999-999
Install
Installe via composer:
cd <your Magento install dir>
composer require techspot/brestimateshipping
php bin/magento module:enable --clear-static-content Techspot_BrEstimateShipping
php bin/magento setup:static-content:deploy //ou php bin/magento setup:static-content:deploy pt_BR
Authors
- Bruno Monteiro - Initial work - TechSpot
License
This project is licensed under the MIT License - see the LICENSE.md file for details