Download the PHP package arobases/sylius-transporter-label-generation-plugin without Composer
On this page you can find all versions of the php package arobases/sylius-transporter-label-generation-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arobases/sylius-transporter-label-generation-plugin
More information about arobases/sylius-transporter-label-generation-plugin
Files in arobases/sylius-transporter-label-generation-plugin
Package sylius-transporter-label-generation-plugin
Short Description Arobases transporter label generation plugin for sylius
License MIT
Informations about the package sylius-transporter-label-generation-plugin
Arobases Sylius Transporter generation label plugin
Installation
Step 1: Download the plugin
Step 2: Enable the plugin
Step 3: Import Routes
Step 4: Import config
Step 5: Include Traits
override Shipment entity to include TransporterTrait
override Address entity to include PickupPointTrait
override Product entity to include HsCodeTrait and add the field to your form
override OrderRepository or add it 'findByShipment'
Step 6: Update database
Don't forget to run those commands to generate your files
How it works
!!! think to allow file writting for label generation (public/upload/label/colissimo) !!!
Add a transporter
As things stand, you can add only Colissimo transporter. To add another one, override TransporterType and add more choices :
Create another connector service to looks like ColissimoRequest service and complete OrderLabelController.php to handle others transporters.
All versions of sylius-transporter-label-generation-plugin with dependencies
ext-simplexml Version *
ext-soap Version *
sylius/sylius Version 1.10.14