scandi / module-randomize-shipping
A module that will remove two random input from shipping step, invert the label and the next direction
Package info
github.com/jorgehs91/scandi-randomize-shipping
Language:JavaScript
Type:magento2-module
pkg:composer/scandi/module-randomize-shipping
dev-master
2020-08-06 16:51 UTC
This package is not auto-updated.
Last update: 2026-03-28 18:29:18 UTC
README
Scandi_RandomizeShipping module functionality is represented by the following:
- When the shipping page is loaded:
- Two random input fields from address form are removed;
- All address input labels are inverteds;
- The next button leads to the cart page.
Installation
Composer Mehod
- Run
composer require scandi/module-randomize-shipping:dev-masterin your project directory. - Run
bin/magento setup:upgrade.
Zip Method (app/code)
Also, you can insert the module files directly in the app/code directory, in Magento 2 installation.
- Create the app/code/Scandi/RandomizeShipping directory.
- Insert all files from zip inside this created directory.