printdotio / pio.js

An embeddable widget that enables users to quickly and easily monetize a webpage by enabling photo-product sales of its images.
4 stars 0 forks source link

Is There A Way to Limit Layouts? #94

Open nicholasdunbar opened 9 years ago

nicholasdunbar commented 9 years ago

My application only uploads one photo. I would like to streamline the purchase process by removing potentially complicating factors like this screen?

screen shot 2015-06-25 at 11 08 27 pm

Thank you,

nicholasdunbar commented 9 years ago

Also on cards you require two images for back and front. Is there a way to customize the widget so that it leaves the back of the card blank. I tried auto uploading a second blank white image which works great but then when I try to print a phone case it defaults the image to the second image in the image array.

     PIO.open({
                    images:[designPath,
                            root+'/images/print/whiteBlank.png'
                           ]
                });

Tagging: @benhoxie @printioengineering and @thetriciarussel (Tricia Russel)