{"id":24066160,"url":"https://github.com/opengento/magento2-saleable","last_synced_at":"2025-10-15T04:56:35.361Z","repository":{"id":57032222,"uuid":"262764204","full_name":"opengento/magento2-saleable","owner":"opengento","description":"This extension allows to set if a product is saleable and can show its price by scope and customer group.","archived":false,"fork":false,"pushed_at":"2025-04-23T14:35:26.000Z","size":61,"stargazers_count":13,"open_issues_count":1,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-23T15:43:50.871Z","etag":null,"topics":["catalog","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","price","prices","product","sales","shopping"],"latest_commit_sha":null,"homepage":"https://opengento.fr/","language":"PHP","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/opengento.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}},"created_at":"2020-05-10T10:39:56.000Z","updated_at":"2025-04-23T14:34:55.000Z","dependencies_parsed_at":"2022-08-23T20:50:18.248Z","dependency_job_id":null,"html_url":"https://github.com/opengento/magento2-saleable","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-saleable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-saleable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-saleable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-saleable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengento","download_url":"https://codeload.github.com/opengento/magento2-saleable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250467136,"owners_count":21435442,"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","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":["catalog","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","price","prices","product","sales","shopping"],"created_at":"2025-01-09T11:20:00.304Z","updated_at":"2025-10-15T04:56:30.326Z","avatar_url":"https://github.com/opengento.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Saleable Module for Magento 2\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-saleable.svg?style=flat-square)](https://packagist.org/packages/opengento/module-saleable)\n[![License: MIT](https://img.shields.io/github/license/opengento/magento2-saleable.svg?style=flat-square)](./LICENSE) \n[![Packagist](https://img.shields.io/packagist/dt/opengento/module-saleable.svg?style=flat-square)](https://packagist.org/packages/opengento/module-saleable/stats)\n[![Packagist](https://img.shields.io/packagist/dm/opengento/module-saleable.svg?style=flat-square)](https://packagist.org/packages/opengento/module-saleable/stats)\n\nThis extension allows to set if a product is saleable and can show its price by scope and customer group.\n\n - [Setup](#setup)\n   - [Composer installation](#composer-installation)\n   - [Setup the module](#setup-the-module)\n - [Features](#features)\n - [Settings](#settings)\n - [Support](#support)\n - [Authors](#authors)\n - [License](#license)\n\n## Setup\n\nMagento 2 Open Source or Commerce edition is required.\n\n### Composer installation\n\nRun the following composer command:\n\n```\ncomposer require opengento/module-saleable\n```\n\n### Setup the module\n\nRun the following magento command:\n\n```\nbin/magento setup:upgrade\n```\n\n**If you are in production mode, do not forget to recompile and redeploy the static resources.**\n\n## Features\n\n### Saleable\n\n- Define if the price can be displayed on the storefront, depending of the customer group and by scope.\n- Define if the sales are enabled on the website and by customer groups.\n\n## Settings\n\nThe configuration for this module is available in 'Stores \u003e Configuration \u003e Catalog \u003e Catalog \u003e Price'.\n\n- Show Prices for Customer Groups\n\nThe configuration for this module is available in 'Stores \u003e Configuration \u003e Sales \u003e Checkout \u003e Shopping Cart'.\n\n- Enable Sales for Customer Groups\n\n### Product Attributes\n\n- can_show_price (yes/no)\n- is_purchasable (yes/no)\n\nDo not create the following attributes as they are already used internally by Magento for field alias and flag:\n\n- is_saleable\n- is_salable\n- salable\n\n## Support\n\nRaise a new [request](https://github.com/opengento/magento2-saleable/issues) to the issue tracker.\n\n## Authors\n\n- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)\n- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)\n- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-saleable.svg?style=flat-square)](https://github.com/opengento/magento2-saleable/graphs/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.\n\n***That's all folks!***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-saleable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengento%2Fmagento2-saleable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-saleable/lists"}