Check availibility of the product based on post code. Allow customer to check qty available in requested product page using postcode.
Module has used Configuration based post code check without using AJAX.
In order to install module, you can do it two ways:
- Install By Composer
- Take clone
- run composer require sbdevblog/catalog-blog
- Run necessary magento commands like setup:upgrade, di:compile, static-content:deploy
- Install From App/Code
- Clone and Just extract zip and paste SbDevBlog/Catalog directory inside app/code
- Run necessary magento commands like setup:upgrade, di:compile, static-content:deploy