Skip to content

SP0D/SPOD-Magento-Extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
etc
 
 
 
 

Magento 2 Spod Sync module

Installation

Register or login on https://login.spod.com/register, click on ‘Connect Integrations’, select Magento and click on Connect.

Open your terminal and navigate to the Magento 2 root directory (if you are using hosting platforms, use SSH to open terminal). Run the following commands to set up the SPOD extension:

composer require spod/module-sync (you need to install Composer which is a dependency manager for php on your machine)

bin/magento module:enable Spod_Sync

bin/magento setup:upgrade

In your Magento menu you should now see SPOD. Click on Status and add the API key that you created earlier on https://app.spod.com/

Configuration

You have to at least

  • configure the Magento 2 general store information (General / General / Store Information)
  • store informations used are:
    • Store Name
    • Phone Number
    • Country
    • Region (depends on country selection)
    • ZIP
    • City
    • Street Address

In addition, you have to configure basic parameters in the configuration area of the Spod_Sync menu entry (SPOD / Configuration):

  • Add first- and lastname for shipping from addresses, which is required by the SPOD API
  • Decide if there is a shipping method you offer in your store, which has to be mapped to the PREMIUM and/or EXPRESS shipping types of SPOD.

Optional parameters:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published