Connect Printful with Woocommerce for Dropshipping

Tiempo de lectura: 3 minutos

html
Copy code

Reading Time:
3
minutes

Hello, today we are going to learn how we can connect Printful with WooCommerce for shipping without the need for storage using dropshipping.

The first thing we need to do is go to the WordPress dashboard.

http://localhost/wp-login/

*In case you are using localhost.

We go to plugins and add new:


And search for Printful.

And choose this one:


Install and activate it.

Go to the Printful section:


To make this plugin work, we need to configure what is shown on the screen:


First, the Permalinks have to be set to plain.

For that, we go to Settings > Permalinks

I like to structure the entry links like this:


Since it favors SEO.

We go to products Permalinks and choose Default:


Click save changes.

And now it requests us not to use this plugin with the store on localhost.


So I’m going to deploy the store on a server and then go through the steps again using this tutorial: https://devcodelight.com/montar-un-woocommerce-con-docker-con-este-docker-compose

Click on connect, and now we can connect with our Printful account:


To do that, we approve the connection:


Once connected, we can add products that we have customized in our store.


Let’s add the one we created in the previous tutorial: https://devcodelight.com/como-personalizar-una-camiseta-en-printful-para-envios-print-on-demand/

Go to My Product Templates.


Choose the sizes and colors, and now we can add our shirt by clicking Proceed to Mockups.


Here, we will create mockups for the product preview.

Once created, click on Publish to Store and wait for it to process:


And now, your product is ready:


Leave a Comment