{"id":25519679,"url":"https://github.com/aligent/orocommerce-announcement-bundle","last_synced_at":"2026-02-14T06:32:13.638Z","repository":{"id":40618688,"uuid":"338977379","full_name":"aligent/orocommerce-announcement-bundle","owner":"aligent","description":"Site-wide announcement banners in OroCommerce","archived":false,"fork":false,"pushed_at":"2026-02-11T22:16:03.000Z","size":133,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-12T07:11:35.158Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aligent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-15T05:34:24.000Z","updated_at":"2026-02-11T22:15:46.000Z","dependencies_parsed_at":"2025-05-21T10:14:27.384Z","dependency_job_id":"1be88617-9371-423d-a69f-8b0cedd939da","html_url":"https://github.com/aligent/orocommerce-announcement-bundle","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":0.3076923076923077,"last_synced_commit":"9f810592b0facba7ee08703b99ba58165083ba80"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/aligent/orocommerce-announcement-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Forocommerce-announcement-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Forocommerce-announcement-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Forocommerce-announcement-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Forocommerce-announcement-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligent","download_url":"https://codeload.github.com/aligent/orocommerce-announcement-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Forocommerce-announcement-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"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":[],"created_at":"2025-02-19T17:29:21.269Z","updated_at":"2026-02-14T06:32:13.620Z","avatar_url":"https://github.com/aligent.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Aligent OroCommerce Announcement Bundle\n==============================\nThis bundle adds the ability to display a custom Announcement Message on the OroCommerce storefront.\n\n\u003cimg src=\"src/Aligent/AnnouncementBundle/Resources/doc/img/sample-announcement.png\" alt=\"Sample Announcement\"\u003e\n\n### Example Use Cases\n- Shipping Delays\n- Public Holiday closures\n- Promotional Messages\n- Upcoming Website Maintenance\n\n### Features\n- Select custom Background Colour for Announcement\n- Set optional Start/End Date for Announcement\n- Restrict Announcement to one or more Customer Groups \n\nRequirements\n-------------------\n- OroCommerce 5.0\n\nInstallation and Usage\n-------------------\n**NOTE: Adjust instructions as needed for your local environment**\n\n### Installation\nInstall via Composer\n```shell\ncomposer require aligent/orocommerce-announcement-bundle\n```\n\nOnce installed, run platform update to perform the installation:\n```shell\nphp bin/console oro:platform:update --env=prod\n```\n\n\n### Configuration Settings\n\n\u003cimg src=\"src/Aligent/AnnouncementBundle/Resources/doc/img/configuration-options.png\" alt=\"Configuration Options\"\u003e\n\n| Setting                     | Description                                                                                                                |\n|-----------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| **Block Background Colour** | Select the background colour for the Announcement on the storefront (Colour picker)                                        |\n| **Start Date**              | Date to start displaying the Announcement (Use Default for 'immediately')                                                  |\n| **End Date**                | Date to stop displaying the Announcement (Use Default for 'forever')                                                       |\n| **Content Block**           | Select the Content Block containing the message to display                                                                 |\n| **Allowed Customer Groups** | If enabled, only these Customer Groups will see the announcement message. (NOTE: **Ctrl+Click** to select multiple Groups) |\n\nDatabase Modifications\n-------------------\n*This Bundle does not directly modify the database schema in any way*\n\nAll configuration is stored in System Configuration (`oro_config_value`).\n\nTemplates\n-------------------\n`Resources/views/layouts/default/page/alert_bar.html.twig`\n\nThis includes a single `_alert_bar_widget` block which can be customized/overridden in OroCommerce themes\nif needed.\n\nRoadmap / Remaining Tasks\n-------------------\n- [x] Ability to restrict Announcement to one or more Customer Groups\n- [x] OroCommerce 5.0 Support\n- [x] Implement Unit Tests\n- [x] Refactor `AnnouncementDataProvider`\n- [ ] Consistent naming of `color` (deprecate `colour`)\n- [ ] Reset `hideAlert` session variable when new Announcements are added\n- [ ] Ability to block dismissal of Announcement Message (hides the 'X' button)\n- [ ] Ability to only display on Homepage\n- [ ] Ability to configure multiple messages for different scenarios\n- [ ] (TBC) Move away from Content Blocks to WYSIWYG configuration fields\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Forocommerce-announcement-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligent%2Forocommerce-announcement-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Forocommerce-announcement-bundle/lists"}