{"id":23778775,"url":"https://github.com/blopa/magento2-order-confirmation-confetti","last_synced_at":"2026-01-28T14:02:00.713Z","repository":{"id":269897077,"uuid":"908790436","full_name":"blopa/magento2-order-confirmation-confetti","owner":"blopa","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-27T01:32:46.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T13:55:02.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blopa.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-27T01:26:29.000Z","updated_at":"2025-01-25T20:06:58.000Z","dependencies_parsed_at":"2024-12-27T04:01:37.357Z","dependency_job_id":null,"html_url":"https://github.com/blopa/magento2-order-confirmation-confetti","commit_stats":null,"previous_names":["blopa/magento2-order-confirmation-confetti"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blopa/magento2-order-confirmation-confetti","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento2-order-confirmation-confetti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento2-order-confirmation-confetti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento2-order-confirmation-confetti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento2-order-confirmation-confetti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopa","download_url":"https://codeload.github.com/blopa/magento2-order-confirmation-confetti/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento2-order-confirmation-confetti/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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":[],"created_at":"2025-01-01T09:15:06.061Z","updated_at":"2026-01-28T14:02:00.699Z","avatar_url":"https://github.com/blopa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Werules_ConfirmationConfetti\n\n**Werules/ConfirmationConfetti** is a Magento 2 module that adds a custom confetti effect and message to the order confirmation page. This module is designed to enhance the customer experience by celebrating their purchase in a fun and interactive way.\n\n## Features\n- Displays a custom thank-you message on the order confirmation page.\n- Triggers a confetti animation effect for a celebratory touch.\n- Fully configurable and easy to integrate into any Magento 2 store.\n\n## Installation\n\n1. Clone or download this repository into your Magento 2 `app/code` directory:\n   ```bash\n   cd app/code\n   git clone https://github.com/yourusername/Werules_ConfirmationConfetti.git Werules/ConfirmationConfetti\n   ```\n\n2. Enable the module:\n   ```bash\n   php bin/magento module:enable Werules_ConfirmationConfetti\n   php bin/magento setup:upgrade\n   php bin/magento cache:flush\n   ```\n\n3. Deploy static content:\n   ```bash\n   php bin/magento setup:static-content:deploy -f\n   ```\n\n## Usage\n\nOnce installed and configured, the module will automatically add the following to the order confirmation page:\n\n- A custom thank-you message.\n- A confetti animation effect triggered after the page loads.\n\n## Customization\n\n### JavaScript Customization\nThe confetti animation is handled by a `confetti.js` file. You can find it at:\n```\napp/code/Werules/ConfirmationConfetti/view/frontend/web/js/confetti.js\n```\nYou can customize this file to modify the confetti effect according to your store’s branding or preferences.\n\n### Thank-You Message\nThe thank-you message is rendered in a `.phtml` template:\n```\napp/code/Werules/ConfirmationConfetti/view/frontend/templates/confetti.phtml\n```\nUpdate this file to change the text or HTML structure of the message.\n\n### Layout Customization\nThe module uses the `checkout_onepage_success.xml` layout file to add the block and JavaScript to the order confirmation page:\n```\napp/code/Werules/ConfirmationConfetti/view/frontend/layout/checkout_onepage_success.xml\n```\nEdit this file if you need to change the placement of the message or script.\n\n## Troubleshooting\n\n1. **Confetti Effect Not Showing:**\n    - Verify that `confetti.js` is loaded in the browser console.\n    - Ensure that static content has been deployed and caches are cleared.\n\n2. **Error in Console:**\n    - Check for errors in your browser console to debug any JavaScript issues.\n    - Ensure that `confetti.js` is properly loaded from the `pub/static` directory.\n\n3. **Custom Message Not Appearing:**\n    - Confirm that the module is enabled using:\n      ```bash\n      php bin/magento module:status\n      ```\n    - Verify that the layout and `.phtml` files are correctly placed and configured.\n\n## Contributing\nContributions are welcome! If you’d like to improve this module, feel free to fork the repository and submit a pull request.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Support\nFor any issues or questions, please open an issue on this repository or contact the maintainer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento2-order-confirmation-confetti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopa%2Fmagento2-order-confirmation-confetti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento2-order-confirmation-confetti/lists"}