Globalflyer

  • planes
  • photography
  • little
  • photography

WordPress plugin dropship sell your art

Artists need to make money too.

This plugin enables artists to sell their art super easy.  All work to integrated and setup dropshipping is already done.  All you need to do is add your art and start selling.

How to get going?

1.      Download and unzip Dropship Sell Your Art plugin

2.      Upload the entire directory to the /wp-content/plugins/ directory

3.      Activate the Dropship Sell Your Art plugin through the Plugins menu in WordPress

4.      Insert your API keys through Printful -> Settings (We support Printful only at this time). Printful is used for drop shipping.

5.      Insert your Stripe API keys through Dropship -> Settings (We support Stripe only at this time). Stripe is used to get money from your customer to your bank account.

6.      Use our unique shortcodes to display your art anywhere.

[“canvas_prints_image_gallery rows=4 columns =4“]

Would you like to change color of some buttons and backgrounds?

Here are the CSS elements that can update in Custom CSS section for your wordpress theme:

// Change background color of popup that asks users to select options

.canvas-type-overlay-options {
background: #000!important;
}

// Change background color of popup that asks users to select shipping address

.buy-canvas-choose-type {
background: #000!important;
}

// Change background color of the continue butto

.canvas-button {
background: #c48f56!important;
}