Releases: nordcomputer/magento2-showoutofstockprice
Releases · nordcomputer/magento2-showoutofstockprice
v0.6
What's Changed
- Develop by @nordcomputer in #22
Swatches and Add-to-cart button can now be shown on category and searchresult pages, even if products are out of stock.
Full Changelog: v0.5...v0.6
Extension is working on product pages, even if m2 setting is set to "No"
If the setting "Show out of stock products" in magento is set to "No", the product URL is still working. With this release, the price etc. is also shown on the product page.
[minor] added some informations to readme, added ruleset file
v0.4.2 Updated composer.json to version v0.4.2
- implemented magento2 coding standard
Merge pull request #14 from nordcomputer/magento-coding-standard Magento coding standard
[feature] make add to cart button optional
Merge pull request #12 from nordcomputer/optional-add-to-cart [feature] optional add to cart button
[feature] added acl.xml configuration
You can now configure the permission to the module-configuration
[feature] show swatches and add-to-cart button (if configured)
Configuration
You can now configure, if you want to show swatches and the add-to-cart button on the product page from the backend:
Stores -> Configuration -> Nordcomputer -> Show Price for out-of-stock products
Note
If you have no swatches configured (for example by using Dropdown instead), the Dropdown wont show up. But the Add-to-cart button still works
[minorchanges] Updated composer.json
Updated composer.json to use php 7.1|7.2|7.3|7.4
Updated Readme file
v0.1.1 Update README.md
Show price for out of stock products
v0.1 first commit