Download the PHP package sndsabin/module-additionalshippingblock without Composer
On this page you can find all versions of the php package sndsabin/module-additionalshippingblock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sndsabin/module-additionalshippingblock
More information about sndsabin/module-additionalshippingblock
Files in sndsabin/module-additionalshippingblock
Package module-additionalshippingblock
Short Description This module lets you add the block in the desired position within shipping method in checkout page
License GPL-3.0
Informations about the package module-additionalshippingblock
AdditionalShippingBlock - Magento 2 Module
- Main Functionality
- Installation
- Configuration
Main Functionality
This module lets you add a block in the desired placement position within the shipping method on the checkout page.
Installation
* = in production please use the --keep-generated
option
Type 1: Composer (recommended)
- Install the module composer by running
composer require sndsabin/module-additionalshippingblock
- enable the module by running
php bin/magento module:enable SNDSABIN_AdditionalShippingBlock
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file or git clone() this repo in
app/code/SNDSABIN/
. - Enable the module by running
php bin/magento module:enable SNDSABIN_AdditionalShippingBlock
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
Block
-
Select Block to be rendered on the checkout page
- Stores > Configuration > Additional Shipping Block > View Settings > Block > Block
- select the block to be added above/below the shipping methods on the checkout page.
-
Select the block placement
- Stores > Configuration > Additional Shipping Block > View Settings > Block > Block Placement
- select the position of the selected block to be placed on the checkout page (above or below the shipping methods).
Default Option: After Shipping Methods
3 Render Selected Block Even if it's not enabled (optional)
- Stores > Configuration > Additional Shipping Block > View Settings > Block > Render Selected Block If Disabled
- select the Yes / No Option (If selected Yes, the selected block will be rendered on the checkout page even if the selected block is not enabled.)
Default Option: No
- Stores > Configuration > Additional Shipping Block > View Settings > Block > Block Placement
General
-
Make the selected block visible on the checkout page
- Stores > Configuration > Additional Shipping Block > View Settings > General > Enabled
- select the Yes / No Option (If enabled, the assigned block will be visible in the desired position within the shipping method on the checkout page.)
Default Option: Yes
Frontend Checkout Page
Block Placement : After Shipping Methods
Block Placement : Before Shipping Methods
Template css class
There are two classes added to the div element in the template and if in case you need to use it.
License
GPL
Uppercase Vendor Name 😛 ?
Yes 😄
Bootstrapped using Mage2Gen. Inspired from magento2-module-additional-shipping-block.