atcipher-group / craft-printful-api

Other
0 stars 0 forks source link

Printful API for Craft CMS & Craft Commerce

This plugin allows you to add your products from your Printful account to your Craft Commerce website.

Key Features:

Turn your Craft Commerce website into an automated e-commerce system. Let this plugin do all the hard work for you by managing your orders, products and more. You don't need to do anything except import new products, update your website, and provide the best Customer Service that you can.

Requirements

This plugin requires the following: -

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Printful API”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require atcipher-group/craft-printful-api

# tell Craft to install the plugin
./craft plugin/install printful-api