Componente de frete da upper softwares

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2017-12-18 18:18 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:32:55 UTC


README

Configuration

  • Default json file to Calculate the Shipping where the first node is the zipcode range and inside company Key=>Value is Qty > Value(Value/qty shipping)
  • {
      "15500000~15505500": { 
        "Company 1": [
          {
            "1": 10,
            "2": 15,
            "3": 20,
            "4": 25,
            "5": 30
          }
        ],
        "Company 2": [
          {
            "1": 15,
            "2": 20,
            "3": 25,
            "4": 30,
            "5": 35
          }
        ],
        "Company 3": [
          {
            "1": 20,
            "2": 25,
            "3": 30,
            "4": 35,
            "5": 40
          }
        ]
      },
      "15600000~15600999": {
        "Company 1": [
          {
            "1": 12,
            "2": 17,
            "3": 22,
            "4": 27,
            "5": 32
          }
        ],
        "Company 2": [
          {
            "1": 17,
            "2": 22,
            "3": 27,
            "4": 32,
            "5": 37
          }
        ],
        "Company 3": [
          {
            "1": 22,
            "2": 27,
            "3": 32,
            "4": 37,
            "5": 42
          }
        ]
      }
    }