{"id":33966009,"url":"https://github.com/mageprince/magento2-extrafee","last_synced_at":"2025-12-12T23:01:34.524Z","repository":{"id":82005785,"uuid":"87168867","full_name":"mageprince/magento2-extrafee","owner":"mageprince","description":"This module is used to add extra fee to order. Show added extrafee in order, invoice and creditmemo.","archived":false,"fork":false,"pushed_at":"2025-08-19T06:29:07.000Z","size":61,"stargazers_count":48,"open_issues_count":0,"forks_count":27,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-22T01:33:56.142Z","etag":null,"topics":["cart-page","checkout-page","discount","extrafee","free-extension","magento2","magento2-extension","order"],"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/mageprince.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-04T09:28:03.000Z","updated_at":"2025-08-19T06:27:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8880f4f3-335d-47d8-9bcb-f359869df1a3","html_url":"https://github.com/mageprince/magento2-extrafee","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mageprince/magento2-extrafee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-extrafee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-extrafee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-extrafee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-extrafee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mageprince","download_url":"https://codeload.github.com/mageprince/magento2-extrafee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-extrafee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27694444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cart-page","checkout-page","discount","extrafee","free-extension","magento2","magento2-extension","order"],"created_at":"2025-12-12T23:01:22.254Z","updated_at":"2025-12-12T23:01:34.516Z","avatar_url":"https://github.com/mageprince.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Extra Fee\n\nThe Extra Fee extension enables store admins to add additional charge to customer order. It allows the creation of unlimited rules based on flexible conditions, ensuring that extra fee are applied only when specific criteria are met.\n\n#### ⚠️ Note: This extension supports only a single extra fee. If you need to apply multiple extra fees based on flexible rules and conditions, check out the \u003ca href=\"https://commercemarketplace.adobe.com/mageprince-module-extrafee-pro.html\"\u003eMageprince Extra Fee Pro\u003c/a\u003e extension.\n\n# ✅ Compatibility\n\n\u003cb\u003eMagento Open Source:\u003c/b\u003e 2.3.x - 2.4.x \u003c/br\u003e\n\u003cb\u003eAdobe Commerce (on-prem):\u003c/b\u003e 2.3.x - 2.4.x \u003c/br\u003e\n\u003cb\u003eAdobe Commerce (cloud)\u003c/b\u003e: 2.3.x - 2.4.x \u003c/br\u003e\n\n# ✨ Key Features\n\n- Enable or disable the extension from admin configuration\n- Apply extra fees based on specific store views and customer groups\n- Option to enable or disable refunds for extra fees\n- Apply extra fees during admin order creation\n- Fully supports multi-currency and multi-store environments\n- Supports tax calculation on extra fees with configurable tax class selection\n- Choose how to display extra fees: Inclusive, Exclusive, or Both tax formats\n- Define sort order for displaying multiple extra fees\n- Create flexible conditions using cart and product attributes\n- Assign extra fees to specific shipping methods\n- Define rules based on postcode, region, state, or country\n- Apply fees to specific products, categories, or product attributes\n- Display extra fees in order summaries, invoices, credit memos, sales emails, and PDFs\n\n# 🚀 Installation Instructions\n\n### 1. Install via composer (Recommended)\n\nRun the following Magento CLI commands:\n\n```\ncomposer require mageprince/magento2-extrafee\nphp bin/magento setup:upgrade\nphp bin/magento setup:di:compile\nphp bin/magento setup:static-content:deploy\n```\n\n### 2. Manual Installation\n\nCopy the content of the repo to the Magento 2 `app/code/Mageprince/Extrafee`\n\nRun the following Magento CLI commands:\n```\nphp bin/magento setup:upgrade\nphp bin/magento setup:di:compile\nphp bin/magento setup:static-content:deploy\n```\n\n# 🤝 Contribution\n\nWant to contribute to this extension? The quickest way is to \u003ca href=\"https://help.github.com/articles/about-pull-requests/\"\u003eopen a pull request\u003c/a\u003e on GitHub.\n\n# 🛠 Support\n\nIf you encounter any problems or bugs, please \u003ca href=\"https://github.com/mageprince/magento2-extrafee/issues\"\u003eopen an issue\u003c/a\u003e on GitHub.\n\n# 📸 Screenshots\n\n![1_checkout](https://github.com/user-attachments/assets/14f0dd39-ee15-4e6e-9b46-caa976a6fbbb)\n![2_configuration_general](https://github.com/user-attachments/assets/c44062b8-3ee3-4911-a167-52af965737e8)\n![3_configuration_fee](https://github.com/user-attachments/assets/44df80a2-e86c-4815-8a05-6a9267db075e)\n![4_configuration_tax](https://github.com/user-attachments/assets/ba3d226c-545e-47b1-9df9-66719a88269f)\n![5_menu](https://github.com/user-attachments/assets/4e4525b6-c7cc-4427-b0b6-394bb12c9324)\n![6_conditions](https://github.com/user-attachments/assets/71c4062b-e3dc-486f-bd98-e1c9e1d87f16)\n![7_condition_cart_attribute](https://github.com/user-attachments/assets/86000edc-9c0f-49eb-ab85-4fed4df36d34)\n![8_condition_product_attributes](https://github.com/user-attachments/assets/fdf7b546-86f3-4570-a412-d157f3206b31)\n![9_condition_product](https://github.com/user-attachments/assets/43ba4392-dec6-465c-a24e-9760ec4683fb)\n![10_condition_category](https://github.com/user-attachments/assets/124e6516-afd1-45ea-8045-8c1ff8abfb91)\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageprince%2Fmagento2-extrafee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmageprince%2Fmagento2-extrafee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageprince%2Fmagento2-extrafee/lists"}