{"id":20672093,"url":"https://github.com/workarea-commerce/workarea-variant-list","last_synced_at":"2025-10-15T00:24:20.264Z","repository":{"id":35074059,"uuid":"203657137","full_name":"workarea-commerce/workarea-variant-list","owner":"workarea-commerce","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T09:14:50.000Z","size":581,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T13:53:13.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/workarea-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-21T20:11:08.000Z","updated_at":"2020-12-14T13:29:26.000Z","dependencies_parsed_at":"2023-01-15T13:16:59.356Z","dependency_job_id":null,"html_url":"https://github.com/workarea-commerce/workarea-variant-list","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/workarea-commerce/workarea-variant-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-variant-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-variant-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-variant-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-variant-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workarea-commerce","download_url":"https://codeload.github.com/workarea-commerce/workarea-variant-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-variant-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275055088,"owners_count":25397576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":"2024-11-16T20:31:54.141Z","updated_at":"2025-10-15T00:24:15.233Z","avatar_url":"https://github.com/workarea-commerce.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Workarea Variant List\n================================================================================\n\nA Workarea Commerce plugin that adds a product template for variant list display. With the variant list product template, the product detail page displays a grid of variants for the product, each variants options and price, and the ability to add any number of each variant to cart at the same time.\n\nGetting Started\n--------------------------------------------------------------------------------\n\nAdd the gem to your application's Gemfile:\n\n```ruby\n# ...\ngem 'workarea-variant_list'\n# ...\n```\n\nUpdate your application's bundle.\n\n```bash\ncd path/to/application\nbundle\n```\n\nCaveats\n--------------------------------------------------------------------------------\n\nThe list of plugins that this template is known to be incompatible with\nincludes, but not limited to:\n\n- [BOPUS](https://plugins.workarea.com/plugins/bopus)\n- [Subscriptions](https://plugins.workarea.com/plugins/subscriptions)\n- [Product Bundles](https://plugins.workarea.com/plugins/product-bundles)\n- [Wish Lists](https://plugins.workarea.com/plugins/wish-lists)\n\nIn the case that you have a plugin installed that is not compatible with\nVariant Lists, you'll need to determine how the plugin is meant to\ninteract with products on a variant list template. On most projects,\nyou'll probably want to disable the interaction between the two plugins.\nFor example, here's how you'd disable adding to wish list on variant\nlist product templates by overriding **app/views/workarea/storefront/products/_add_to_wish_list.html.haml**:\n\n```haml\n- unless product.template == 'variant_list'\n    .wish-list-button\n      - if product.purchasable?\n        = link_to users_wish_list_path, class: 'wish-list-button__link text-button', data: { wish_list_button: '', analytics: add_to_wish_list_analytics_data(product).to_json } do\n          = t('workarea.storefront.wish_lists.add_to_wish_list')\n```\n\nWorkarea Commerce Documentation\n--------------------------------------------------------------------------------\n\nSee [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.\n\nLicense\n--------------------------------------------------------------------------------\n\nWorkarea Variant List is released under the [Business Software License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-variant-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkarea-commerce%2Fworkarea-variant-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-variant-list/lists"}