https://github.com/opengento/magento2-saleable
This extension allows to set if a product is saleable and can show its price by scope and customer group.
https://github.com/opengento/magento2-saleable
catalog magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module price prices product sales shopping
Last synced: 6 months ago
JSON representation
This extension allows to set if a product is saleable and can show its price by scope and customer group.
- Host: GitHub
- URL: https://github.com/opengento/magento2-saleable
- Owner: opengento
- License: mit
- Created: 2020-05-10T10:39:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:35:26.000Z (6 months ago)
- Last Synced: 2025-04-23T15:43:50.871Z (6 months ago)
- Topics: catalog, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, price, prices, product, sales, shopping
- Language: PHP
- Homepage: https://opengento.fr/
- Size: 59.6 KB
- Stars: 13
- Watchers: 10
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saleable Module for Magento 2
[](https://packagist.org/packages/opengento/module-saleable)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-saleable/stats)
[](https://packagist.org/packages/opengento/module-saleable/stats)This extension allows to set if a product is saleable and can show its price by scope and customer group.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-saleable
```### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
### Saleable
- Define if the price can be displayed on the storefront, depending of the customer group and by scope.
- Define if the sales are enabled on the website and by customer groups.## Settings
The configuration for this module is available in 'Stores > Configuration > Catalog > Catalog > Price'.
- Show Prices for Customer Groups
The configuration for this module is available in 'Stores > Configuration > Sales > Checkout > Shopping Cart'.
- Enable Sales for Customer Groups
### Product Attributes
- can_show_price (yes/no)
- is_purchasable (yes/no)Do not create the following attributes as they are already used internally by Magento for field alias and flag:
- is_saleable
- is_salable
- salable## Support
Raise a new [request](https://github.com/opengento/magento2-saleable/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-saleable/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***