This plugin provides integration with Stamped.io by pushing order information to Stamped.io, to be added to a queue to be sent to your customers.
You can install Stamped.io via the plugin store, or through Composer.
To install Stamped.io, navigate to the Plugin Store section of your Craft control panel, search for Stamped.io
, and click the Try button.
You can also add the package to your project using Composer.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require verbb/stamped-io
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Stamped.io.
In the Control Panel, go to Settings → Stamped.io, and enter a your API details from your Stamped.io account.
When an order is complete, a Queue job will be created to send a payload of order data to Stamped.io. Order data will appear in the review queue in Stamped.io, where you can manage from there.
Create a stamped-io.php
file under your /config
directory with the following options available to you. You can also use multi-environment options to change these per environment.
<?php
return [
'*' => [
'keyPublic' => '',
'keyPrivate' => '',
'storeHash' => '',
],
];
keyPublic
-Enter the API Key Public from your Stamped.io account.keyPrivate
- Enter the API Key Private from your Stamped.io account.storeHash
- Enter the Store Hash from your Stamped.io account.
Stamped.io is licensed under the MIT license, meaning it will always be free and open source – we love free stuff! If you'd like to show your support to the plugin regardless, Sponsor development.