scandi/module-randomize-shipping

A module that will remove two random input from shipping step, invert the label and the next direction

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

dev-master 2020-08-06 16:51 UTC

This package is not auto-updated.

Last update: 2024-04-13 09:23:14 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

  1. Run composer require scandi/module-randomize-shipping:dev-master in your project directory.
  2. 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.

  1. Create the app/code/Scandi/RandomizeShipping directory.
  2. Insert all files from zip inside this created directory.