{"id":37262864,"url":"https://github.com/boolfly/giaohangnhanh","last_synced_at":"2026-01-15T23:24:05.612Z","repository":{"id":62495944,"uuid":"277446138","full_name":"boolfly/giaohangnhanh","owner":"boolfly","description":"Giao hang nhanh shipping module","archived":false,"fork":false,"pushed_at":"2020-07-08T08:49:29.000Z","size":125,"stargazers_count":6,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T01:48:57.400Z","etag":null,"topics":["giao-hang-nhanh","magento2","magento2-extension","magento2-extension-free","magento2-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boolfly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-06T04:57:44.000Z","updated_at":"2024-11-29T10:36:35.000Z","dependencies_parsed_at":"2022-11-02T11:45:47.031Z","dependency_job_id":null,"html_url":"https://github.com/boolfly/giaohangnhanh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/boolfly/giaohangnhanh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfly%2Fgiaohangnhanh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfly%2Fgiaohangnhanh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfly%2Fgiaohangnhanh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfly%2Fgiaohangnhanh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolfly","download_url":"https://codeload.github.com/boolfly/giaohangnhanh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfly%2Fgiaohangnhanh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["giao-hang-nhanh","magento2","magento2-extension","magento2-extension-free","magento2-module"],"created_at":"2026-01-15T23:24:04.978Z","updated_at":"2026-01-15T23:24:05.607Z","avatar_url":"https://github.com/boolfly.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GiaoHangNhanh\n\n\n## Installation\n\n##### Using Composer (we recommended)\n\n```\ncomposer require boolfly/module-giaohangnhanh\n```\n\n## Configuration\n\nFirst of all, we need to run command-line: bin/magento region:generate\n\nThis command-line will import region information data into database (required).\n\n### Setup Currency\n\nWe need to make sure our website supporting Vietnamese Dong.\n\nLog in to Admin, **STORES \u003e Configurations \u003e GENERAL \u003e Currency Setup \u003e Currency Options \u003e Allowed Currencies**. Make sure the Vietnamese Dong is selected.\n\n![GiaoHangNhanh currency](https://github.com/boolfly/wiki/blob/master/magento/magento2/images/giaohangnhanh/currency-setup.png)\n\nGo to Currency Rates, **STORES \u003e Currency \u003e Currency Rates**\n\n![GiaoHangNhanh currency](https://github.com/boolfly/wiki/blob/master/magento/magento2/images/giaohangnhanh/currency-rate.png)\n\n### Config Store Information\nGiaoHangNhanh extension supports Vietnam store only.\n\nLog in to Admin, **STORES \u003e Configurations \u003e GENERAL \u003e General \u003e Store Information**\n\n - Country: Select Vietnam.\n\n### Config API\nLog in to Admin, **STORES \u003e Configurations \u003e SALES \u003e Shipping Methods \u003e Giao Hang Nhanh**\n\n![GiaoHangNhanh Configuration](https://github.com/boolfly/wiki/blob/master/magento/magento2/images/giaohangnhanh/config-1.png)\n\n![GiaoHangNhanh Configuration](https://github.com/boolfly/wiki/blob/master/magento/magento2/images/giaohangnhanh/config-2.png)\n\nRead more here:\n\n- https://api.ghn.vn\n- https://api.ghn.vn/home/faq\n\nCreate Giao Hang Nhanh account to get the api token.\n\nConfiguration info to integrate with GiaoHangNhanh API.\n\n   - Sandbox Mode: when testing, we should enable this mode\n   - Api Token: Use the info above.\n   - Payment type: Choose who will pay the payment fee.\n   - Note Code: Rule for the shipping.\n   - Debug: Enable to allow writing log.\n\nGiaoHangNhanh extension consists of Giao Hang Nhanh Express and Giao Hang Nhanh Standard. We need to fill neccessary information for these solutions (Advanced Settings).\n\n\n## How does it work?\n\n### Checkout\n After enabling this method, go to the checkout, we can see this method.\n\n ![GiaoHangNhanh Checkout](https://github.com/boolfly/wiki/blob/master/magento/magento2/images/giaohangnhanh/checkout.png)\n\nContribution\n---\nWant to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests)\n\nMagento 2 Extensions\n---\n\n- [Ajax Wishlist](https://github.com/boolfly/ajax-wishlist)\n- [Quick View](https://github.com/boolfly/quick-view)\n- [Banner Slider](https://github.com/boolfly/banner-slider)\n- [Product Label](https://github.com/boolfly/product-label)\n- [ZaloPay](https://github.com/boolfly/zalo-pay)\n- [Momo](https://github.com/boolfly/momo-wallet)\n- [Blog](https://github.com/boolfly/blog)\n- [Brand](https://github.com/boolfly/brand)\n- [Product Question](https://github.com/boolfly/product-question)\n- [Sales Sequence](https://github.com/boolfly/sales-sequence)\n\nSupport\n---\nNeed help settings up or want to customize this extension to meet your business needs? Please email boolfly.inc@gmail.com and if we like your idea we will add this feature for free or at a discounted rate.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfly%2Fgiaohangnhanh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolfly%2Fgiaohangnhanh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfly%2Fgiaohangnhanh/lists"}