Skip to main content

Integrations

Printcart compatible the most ecommerce platforms. This document will guide you How to setup Printcart for each other platforms.

Shopify

How to set up and use on Shopify:

1. Integrate Printcart with Shopify Store

Open the Shopify app store by clicking “Apps” → Visit the Shopify App Store.

Open the Shopify app store!

Here you can find our app by searching for “Printcart”.

search Printcart on Shopify app store!

Next, press Add app → Install app to proceed.

Press Printcart App!

2. Define a Design Area in Printcart

On the dashboard of Printcart. Choose a product you want to design => Continue.

Choose a product!

Select the design area for the product by uploading an image to the Printcart then align the design area size

select the design area!

After filling in the size information => Continue

filling in the size!

Now you can visit your Printcart Dashboard or visit your store to check out your work.

Complete setup products!

3. How Printcart works on your website

In your website store, the product you selected shows an additional "start design" button

start design button!

After completing your product design with the toolbar on the left, select process

Design on Printcart!

Then click X to return to the Product Page

Comback Product page!

The design you just created will be displayed on the product page:

Show design project!

After completing the order process, the order will be displayed on the admin Shopify and the dashboard Printcart simultaneously.

Shopify Admin!

Printcart Dashboard!

Your final step is to select that order on our printcart dashboard then print them to a pdf file then print on your product

Check PDF file!

Then download a pdf file.

Download PDF!

Finally, you print this pdf file and proceed to print it on your customer's product.

PDF file for Print!

WordPress

1. Install Printcart Plugin on Woocommerce Website

Step 1: Install & Activate Printcart

Log in to your WooCommerce account and go to the admin panel. There, open *Plugins. In Plugins, click on Add new.

Add new Plugin!

In the search box, search "Printcart" for WooCommerce. Choose Install to install this plugin, and when the installation is complete, the Install button will turn into Activate, click on it.

Install and active!

Step 2: Connect the Printcart Dashboard to your site

After activating, Printcart will be shown in your WordPress dashboard, click on Connect to Dashboard

Connect to dashboard!

Afterward, you will be required to enter your WooCommerce store name. When it is done, you can start publishing your products from Printcart to WooCommerce.

WooCommerce store name!

2. Define a Design Area in Printcart Dashboard

Same Shopify

3. How Printcart works on your Woocommerce Website

Same Shopify

Magento

How to install & upgrade Printcart_Design

1. Install via composer (recommend)

We recommend you to install Printcart_Design module via composer. It is easy to install, update and maintaince.

Run the following command in Magento 2 root folder.

1.1 Install

composer require printcart/magento-integration
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 Upgrade

composer update printcart/magento-integration
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store in Product mode:

php bin/magento setup:di:compile

2. Copy and paste

If you don't want to install via composer, you can use this way.

  • Download the latest version here
  • Extract main.zip file to app/code/Printcart/Design ; You should create a folder path app/code/Printcart/Design if not exist.
  • Go to Magento root folder and run upgrade command line to install Printcart_Design:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

How to integrate Printcart API to Magento (Adobe Commerce) website