{"id":50732662,"url":"https://github.com/etechflow/extra-options","last_synced_at":"2026-06-10T10:30:31.762Z","repository":{"id":363535955,"uuid":"1257058335","full_name":"etechflow/extra-options","owner":"etechflow","description":"extra options on product detail page","archived":false,"fork":false,"pushed_at":"2026-06-09T10:56:18.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T11:05:43.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etechflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-02T10:23:23.000Z","updated_at":"2026-06-09T10:58:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/etechflow/extra-options","commit_stats":null,"previous_names":["etechflow/extra-options"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/etechflow/extra-options","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etechflow%2Fextra-options","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etechflow%2Fextra-options/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etechflow%2Fextra-options/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etechflow%2Fextra-options/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etechflow","download_url":"https://codeload.github.com/etechflow/extra-options/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etechflow%2Fextra-options/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2026-06-10T10:30:30.881Z","updated_at":"2026-06-10T10:30:31.757Z","avatar_url":"https://github.com/etechflow.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EtechFlow Extra Options for Magento 2\n\nA power-up over Magento's native custom-options system with:\n\n- **Admin Templates UI** — define an option set once, apply to many products or whole categories. Replaces / extends Amasty Prot.\n- **Per-category apply** — link a template to a category; every product in that category inherits its options on save.\n- **Bulk Price Update** — change a single option-value's price and propagate to every linked product.\n- **Migration tool** — convert legacy keyword-based custom-option configs into Templates with backup.\n- **Conditional required validation** — \"Cut from code\" requires the code field; \"Cut from image\" requires an upload. The non-matching satellites are silently stripped so the cart/order stays clean.\n- **Multi-image upload** (up to 10 files per option) — customers can attach multiple reference photos to a file-type option; thumbnails surface in cart drawer + checkout summary + admin order view + invoice. AJAX-based, no jQuery.\n- **Hyvä + Luma compatible** — Hyvä-specific data-provider patches + storefront templates work alongside default Luma rendering.\n\n## Distribution contents\n\n```\netechflow extra options/\n├── Etechflow_OptionsPlugin/        ← the Magento 2 module\n├── README.md                       ← this file\n├── INSTALL.md                      ← step-by-step install\n├── USAGE.md                        ← admin walkthrough + customization hooks\n├── CHANGELOG.md\n├── LICENSE.md\n└── etechflow-extra-options-2.0.0.zip   ← drop-in ZIP for non-composer installs\n```\n\n## Compatibility\n\n| | |\n|---|---|\n| Magento Open Source | 2.4.4 – 2.4.8 |\n| Adobe Commerce | 2.4.4 – 2.4.8 |\n| PHP | 8.1, 8.2, 8.3 |\n| Themes | **Hyvä** + **Luma** + Adobe Commerce default + custom theme inheriting from either |\n| Production / Developer mode | Both supported |\n\n## At a glance\n\n| Area | What ships |\n|---|---|\n| **Admin** | Top-level *eTechFlow* menu → Templates listing, Add/Edit template form (Options + Apply-To + Sync Status), Bulk Price Update, Migration Tool. Stores → Configuration → eTechFlow → Extra Options Plugin (legacy keyword config as fallback). |\n| **Catalog product edit** | DataProvider modifier adds an \"Etechflow Option Templates\" fieldset. |\n| **Catalog category edit** | DataProvider modifier adds an \"Option Templates\" tab. |\n| **Storefront PDP** | Multi-image upload widget (AJAX, up to 10 files); conditional radio-card cut flow. |\n| **Storefront cart drawer / checkout summary** | Multi-image option renders as thumbnails / link list. |\n| **Admin order / invoice** | Same rendering — list of clickable file links. |\n| **Cron / async** | `efopt_sync` queue drains category → product sync in the background for large categories. |\n\n## Quickstart\n\n```bash\nunzip etechflow-extra-options-2.0.0.zip\ncp -r Etechflow_OptionsPlugin \u003cmagento_root\u003e/app/code/Etechflow/OptionsPlugin\n\ncd \u003cmagento_root\u003e\nbin/magento module:enable Etechflow_OptionsPlugin\nbin/magento setup:upgrade\nbin/magento setup:di:compile           # required in production mode\nbin/magento setup:static-content:deploy -f\nbin/magento cache:flush\n```\n\nSee **INSTALL.md** for all install methods + troubleshooting, **USAGE.md** for admin walkthrough.\n\n## Routes\n\n| URL | Method | Purpose |\n|---|---|---|\n| `/etechflow/files/upload` | POST | Storefront AJAX endpoint — accepts one file per call, validates MIME + size (10 MB cap), stores at `pub/media/etechflow/uploads/\u003chash\u003e/`, returns `{ok, path, name, size, url}`. Used by the multi-image picker. |\n| `/efopt/templates/index` | GET (admin) | Templates listing. |\n| `/efopt/templates/edit/template_id/\u003cid\u003e` | GET (admin) | Edit / create template. |\n| `/efopt/bulkprice/index` | GET (admin) | Bulk price update form. |\n| `/efopt/migration/index` | GET (admin) | Migration wizard. |\n\n## Author\n\nEtechFlow · etechflow0@gmail.com\n\n## License\n\nProprietary — see `LICENSE.md`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetechflow%2Fextra-options","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetechflow%2Fextra-options","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetechflow%2Fextra-options/lists"}