Skip to content

openstream/magento2-extension-swiss-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopigo

Magento 2 Swiss Post extension by Shopigo

This extension makes Swiss Post shipping in Magento smart and easy, by implementing three new shipping methods:

  • SwissPost Economy
  • SwissPost Priority
  • SwissPost Express

Requirements

Magento Open Source Edition 2.2.x.

Installation

Method 1 - Installing via composer

  • Switch to your Magento project root
  • Run composer require shopigo/magento2-extension-swiss-post

Method 2 - Installing using archive

  • Download ZIP Archive
  • Switch to your Magento project root
  • Create folder app/code/Shopigo/SwissPost
  • Extract zip into path

Enable extension

  • Switch to your Magento project root
  • Run the following commands to enable the module and clear static contents generated by Magento:
php bin/magento module:enable Shopigo_SwissPost
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

How to use it

  • Log into your Magento back-office
  • Go to the menu "Stores > Configuration > Sales > Shipping Methods"
  • Expand the section "Swiss Post – Economy", "Swiss Post – Priority" or "Swiss Post – Express"
  • Set the parameter "Enabled" to "Yes"
  • Flush Magento caches from the menu "System > Tools > Cache Management"

Screenshots

Shipping methods in the checkout page

Shipping methods in the checkout page

Add a tracking number

Add a tracking number

Track a shipment

Track a shipment

Parcel tracking

Parcel tracking

Settings

Settings

Support

If you have any issues, open a bug report in GitHub's issue tracker.

Need more features?

Please contact us to get a quote https://www.shopigo.ch/contact

Change logs

Version 1.0.0 (2018-10-09)

  • First version

License

The code is licensed under Open Software License ("OSL") v. 3.0.


Enjoy!
Shopigo

About

Magento 2 Swiss Post extension by Shopigo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.8%
  • JavaScript 21.2%