/fpPaymentShippingPlugin

Symfony Shipping plugin. It is part of fpPaymentPlugin

Primary LanguagePHPMIT LicenseMIT

fpPaymentShippingPlugin

Overview

The shipping functional for e-commerce

Requirements

Getting Started

"product" table must have fpPaymentShippable and fpPaymentProduct behaviours

schema.yml

Product:
  actAs:
    fpPaymentProduct: ~
    fpPaymentShippable: ~
  columns:
    some_other_field: {type: integer, notnull: true}

You have to enable "fpPaymentShipping" module

settings.yml

all:
  .settings:
    enabled_modules:
      - fpPaymentShipping