{"id":20349159,"url":"https://github.com/mage2pro/logo","last_synced_at":"2026-04-15T21:32:13.879Z","repository":{"id":62521832,"uuid":"124902267","full_name":"mage2pro/logo","owner":"mage2pro","description":"A product logotype chooser for Magento 2","archived":false,"fork":false,"pushed_at":"2023-08-04T16:03:38.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T16:24:07.116Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","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/mage2pro.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}},"created_at":"2018-03-12T14:32:06.000Z","updated_at":"2024-03-26T23:41:51.000Z","dependencies_parsed_at":"2024-11-15T01:00:25.106Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/logo","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/logo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Flogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Flogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Flogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Flogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/logo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Flogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","magento2","magento2-extension","magento2-module"],"created_at":"2024-11-14T22:24:24.416Z","updated_at":"2026-04-15T21:32:13.862Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"A product logotype chooser for Magento 2.\n\n## How to install\n```\ncomposer require mage2pro/logo:*\nbin/magento setup:upgrade\nrm -rf pub/static/* \u0026\u0026 bin/magento setup:static-content:deploy en_US \u003cadditional locales, e.g.: de_DE\u003e\nrm -rf var/di var/generation generated/code \u0026\u0026 bin/magento setup:di:compile\n```\nIf you have some problems while executing these commands, then check the [detailed instruction](https://mage2.pro/t/263).\n\n## Frontend\n\n![](https://mage2.pro/uploads/default/original/2X/0/0f549582cdfad0bcc858de55340e3d6044417551.png)\n\n![](https://mage2.pro/uploads/default/original/2X/f/fbe2b2e52c0520ba6fa5d830a53e6d735ff33db2.png)\n\n## Backend\n\nYou can set logotypes for a product in the «**Customizable Options**» section of the product's backend page.  \nIf you use configurable products, then set logotypes for the parent product only, not for children.  \n\n![](https://mage2.pro/uploads/default/original/2X/c/c575f3ea0f3a4a24c330447fa2316f5644806574.png)\n\nTo control the logotypes appearance you should create **3 product attributes** with the following codes:\n\n- `dfe_logo_offset_left`\n- `dfe_logo_offset_top`\n- `dfe_logo_scale`\n\n![](https://mage2.pro/uploads/default/original/2X/4/49d720d69356dd74a2301c5b9f5bec816701b190.png)\n\nThese attributes should be **text fields**:\n![](https://mage2.pro/uploads/default/original/2X/c/c9fb78c2d5c2f40bff80247712ddba0da08adc5b.png)\n\nYou should add these attributes to your **attribute set**:\n![](https://mage2.pro/uploads/default/original/2X/9/97ca2c5f7ef2501f53f417307062d0ca6b646933.png)\n\nThen the attributes will be should on your backend product page.  \nThe `dfe_logo_offset_left` and `dfe_logo_offset_top` attributes specify the chosen logotype's offset (in percent) relative the top left corner of the main product image. E.g. of the both values has the `50` value, the logotype will be placed in the center of the main product image.   \nThe `dfe_logo_scale` attibutes specifies the scale factor (in percent) of the chosen logotype. E.g. the `40` value means that the chosen logotype will have 40% of its initial size. \n![](https://mage2.pro/uploads/default/original/2X/c/cc531a99fef641413d6a6471d5d6a48ba5a298a1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Flogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Flogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Flogo/lists"}