{"id":36334008,"url":"https://github.com/rapidez/checkout-theme","last_synced_at":"2026-01-11T12:03:01.952Z","repository":{"id":162131808,"uuid":"636720224","full_name":"rapidez/checkout-theme","owner":"rapidez","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-05T14:09:33.000Z","size":2951,"stargazers_count":3,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-07T23:43:51.114Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/rapidez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-05T13:42:02.000Z","updated_at":"2025-11-27T15:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"511f8419-b5f3-441b-9b45-b46c41ecb399","html_url":"https://github.com/rapidez/checkout-theme","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/rapidez/checkout-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidez%2Fcheckout-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidez%2Fcheckout-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidez%2Fcheckout-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidez%2Fcheckout-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rapidez","download_url":"https://codeload.github.com/rapidez/checkout-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapidez%2Fcheckout-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"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":["hacktoberfest"],"created_at":"2026-01-11T12:03:01.894Z","updated_at":"2026-01-11T12:03:01.947Z","avatar_url":"https://github.com/rapidez.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rapidez Checkout Theme\n\nAn **opinionated** checkout with customer center for [Rapidez](https://github.com/rapidez/rapidez). Easily configurable with your own logo, checkout header/footer, colors, fonts and style. A fully mobile optimized theme which takes about 1 hour to fully implement.\n\n![](images/checkout-theme.gif)\n\nPackage includes:\n- Extensive checkout (including a fast checkout experience when users are logged-in)\n- Extensive customer center\n- Overhaul of the component structure, allowing for limitless control over every part of the checkout theme without hassle\n\nCheckout\n- Step 1 - Cart ([image](images/step-1-cart-payment.jpg))\n- Step 2 - Shipping information with shipping methods ([logged in](images/step-2-logged-in-my-information.jpg), [logged out](images/step-2-my-information.jpg))\n- Step 3 - Payment method ([image](images/step-3-payment.jpg))\n- Step 4 - Order success ([image](images/step-4-success.jpg))\n\nCustomer center\n- Account - Login + Register\n- Account - Forgot password + Register\n- Account - Register account + Account features + Newsletter subscription (optional)\n- Account - Dashboard (My orders, Account settings)\n- Account - My orders\n- Account - Account settings\n\nEasily configurable in less than 5 minutes\n- Colors - Change a total of 8 variables for personal customization\n- Logo - Simply add your own logo by extending 1 template\n- Checkout Header/Footer - Populate these files with relevant usps and links; currently, they use placeholder content and should be replaced with actual brand information\n- Visuals - Change the look of various types of cards, customer center tiles, etc, by extending well-defined templates\n\nFast checkout experience\n- Already logged in - If the user is already logged in when entering the checkout, the user enters a simplified step 2 of the checkout.\n- Not logged in - If the user is not logged in when entering the checkout, we verify the e-mail that's being used on step 2 of the checkout. If the e-mail is known we provide a login screen where the user can log in to enter the simplified step 2 state.\n\n## Installation\n\n```\ncomposer require rapidez/checkout-theme\n```\n\nTo use the views from this package instead of the default ones, you'll need to publish the \"core overwrite views\" with the following command:\n```\nphp artisan vendor:publish --provider=\"Rapidez\\CheckoutTheme\\ServiceProvider\" --tag=core-overwrites\n```\n\nIf you've already overwritten these by yourself before you installed this package, you will have to manually overwrite these as the publish command will not overwrite already existing files.\n\nIf you want more information about how we use color variables; Check our [Rapidez docs](https://docs.rapidez.io/3.x/theming.html#colors).\n\nThis package also requires the `SKU` functionality to be enabled in the image resizer. This is normally enabled by default.\n\n## Configuration\n\nPublish the configuration file and have a look at the options `config/rapidez/checkout-theme.php`\n```\nphp artisan vendor:publish --provider=\"Rapidez\\CheckoutTheme\\ServiceProvider\" --tag=config\n```\n\n## Payment-icons\n\nThe Rapidez core and Rapidez packages that contain payment methods come with payment icons bundled, and the checkout theme will use these automatically. You only have to publish them:\n```\nphp artisan vendor:publish --tag=payment-icons\n```\n\n## Customizations\n\nIt is recommended to edit the `config/rapidez/frontend.php` and remove the `login` step. This will enable two step checkout.\n\nIf you want you *could* publish the views. But it's recommended to only publish and change the views you need so when there is an update you don't have to compare all views with the new version. Also keep in mind this is an opinionated theme, if you want/need to change a lot it's better to build your own in terms of upgradability.\n```\nphp artisan vendor:publish --provider=\"Rapidez\\CheckoutTheme\\ServiceProvider\" --tag=views\n```\n## Browser tests\n\n- Make sure Rapidez with the checkout theme is working in your browser\n- Run the tests with `yarn playwright test`\n- Alternatively, run the tests from a UI with `yarn playwright test --ui`\n- Update the screenshots with `yarn playwright test --update-snapshots`\n\n## License\n\nGNU General Public License v3. Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidez%2Fcheckout-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapidez%2Fcheckout-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapidez%2Fcheckout-theme/lists"}