Additional Shipping Block Module lets you add block in the desired placement position within shipping method in checkout page.
This module lets you add a block in the desired placement position within the shipping method on the checkout page.
* = in production please use the --keep-generated
option
composer require sndsabin/module-additionalshippingblock
php bin/magento module:enable SNDSABIN_AdditionalShippingBlock
php bin/magento setup:upgrade
*php bin/magento cache:flush
git clone https://github.com/sndsabin/AdditionalShippingBlock.git
) this repo in app/code/SNDSABIN/
.php bin/magento module:enable SNDSABIN_AdditionalShippingBlock
php bin/magento setup:upgrade
*php bin/magento cache:flush
Select Block to be rendered on the checkout page
Select the block placement
Default Option: After Shipping Methods
3 Render Selected Block Even if it’s not enabled (optional)
Default Option: No
Make the selected block visible on the checkout page
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
There are two classes added to the div element in the template additional-shipping-block-container
and additional-shipping-block-content
if in case you need to use it.
Yes 😄
Bootstrapped using Mage2Gen. Inspired from magento2-module-additional-shipping-block.