odiseoteam/sylius-ups-plugin

Plugin for Sylius to make customizable reports.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:sylius-plugin

This package is auto-updated.

Last update: 2024-03-20 06:46:09 UTC


README

Description

This plugin add UPS shipping method to the Sylius project.

Ups calculator

This is a WIP plugin, so we aprecciate your feedback and your colaboration. Thanks!

Features

  • Add a UPS Shipping method calculator.

Upcoming features

  • Add label printing for the shipments.
  • Add tracking system.

Demo

You can see this plugin in action in our Sylius Demo application.

Installation

  1. Run composer require odiseoteam/sylius-ups-plugin

  2. Enable the plugin in bundles.php:

<?php

return [
    // ...
    Odiseo\SyliusUpsPlugin\OdiseoSyliusUpsPlugin::class => ['all' => true],
];
  1. Import the plugin configurations
imports:
    - { resource: "@OdiseoSyliusUpsPlugin/Resources/config/config.yaml" }

Test the plugin

You can follow the instructions to test this plugins in the proper documentation page: Test the plugin.

Credits

This plugin is maintained by Odiseo. Want us to help you with this plugin or any Sylius project? Contact us on team@odiseo.com.ar.