phpsa/sc-free-shipping

A free shipping module for Statamic's Simple commerce

Maintainers

👁 phpsa

Package info

github.com/phpsa/sc-free-shipping

pkg:composer/phpsa/sc-free-shipping

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2020-08-29 23:16 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6b17a8502871468f311e1da7c9620d1c650976a9

  • Craig Smith <vxdhost.woop@gmail.com>

addonshippingstatamicsimple-commerce

This package is auto-updated.

Last update: 2026-06-29 02:11:49 UTC


README

👁 Statami v3
👁 Packagist

A Simple Commerce shipping module to handle free shipping for orders over a set monetory value.

This repository contains the code for the shipping gateway. While the code is open-source, it's important to remember that you'll need to purchase a license before using this addon in production. Licenses cost $5 and can be purchased from the Statamic Marketplace.

Installation

Install via the Control Panel or via composer

composer require phpsa/sc-free-shipping

Configuration

Update the config/simple-commerce.php file to add as a shipping method:

'shipping' => [
 'methods' => [
 ...
 \Phpsa\ScFreeShipping\ShippingMethods\FreeShipping::class
 ],
],

Publish the Free Shipping configuration file, where you'll be able to update your shipping settings per site.

php artisan vendor:publish --provider="Phpsa\ScFreeShipping\ServiceProvider" --tag="config"

Security

If you discover any security related issues, please email vxdhost@gmail.com instead of using the issue tracker.