Download the PHP package mageworx/module-deliverydate-stock-validation without Composer
On this page you can find all versions of the php package mageworx/module-deliverydate-stock-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mageworx/module-deliverydate-stock-validation
More information about mageworx/module-deliverydate-stock-validation
Files in mageworx/module-deliverydate-stock-validation
Package module-deliverydate-stock-validation
Short Description Delivery Date and Magento MSI integration
License OSL-3.0 AFL-3.0
Informations about the package module-deliverydate-stock-validation
Mageworx Stock Validation Plugin for the Delivery Date module
The module allows you to use stock validation (using the MSI Magento module) to suggest the most correct delivery dates.
*Base extension Mageworx Delivery Date is required
Installation
Upload using composer
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Install package using composer:
composer require mageworx/module-deliverydate-stock-validation
Upload by copying code
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Download the "Ready to paste" package from your customer's area, unzip it and upload the 'app' folder to your Magento install dir.
Enable the extension
- Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system.
-
Go to your Magento install dir:
- And finally, update the database:
How to use
This plugin allows you to use the setting "Use Product Salable Quantity" in the Magento 2 Delivery date module.
This setting allows you to hide the estimated delivery feature on the product page if the salable quantity of this product equals or less than 0. This setting also hides the delivery date functionality on the checkout if at least one product with salable quantity equals or less than 0 is added to the cart.
This setting can be helpful if you have the integration with any Pre-order extension, which displays the Pre-order button on the products if their salable quantity equals or less than 0 (i.e. out of stock).
All versions of module-deliverydate-stock-validation with dependencies
mageworx/module-deliverydate Version >=1.13
magento/module-inventory-sales-api Version >=1.0
magento/module-inventory-configuration Version >=1.0