Load items into SimulArt
You may load items from external sites directly into your store. Do do so, you can create links with specific variables passed in the URL:
artWidthWidth of your image
artHeightHeight of your image
artMediaOptional media type (valid options are canvas, paper, metal, wood, acrylic)
artPriceOptional price of the item framed (when a media type is provided - e.g. 125 or 89.95)
artTitleOptional title of the item framed (when a media type is provided)
stepMust be set to 2
artUrlHTTPS image URL, must be a JPEG image
Example:
https://simulartstudio.com/demostore/index.php?artWidth=16&artHeight=20&step=2&artUrl=https://framing.studio/images/remote-image.jpg
Load print-on-demand items into SimulArt
You may load resizable/croppable images to be printed from external sites directly into your store. Do do so, you can create links with specific variables passed in the URL:
stepMust be set to 2
artUrlHTTPS image URL, must be a JPEG image
Example:
https://simulartstudio.com/demostore/bridge.php?step=2&artUrl=https://framing.studio/images/remote-image.jpg
Load Shopify items into SimulArt
Shopify items with fixed dimensions can be passed to SimulArt using their ID and variant ID:
shopifyIdNumeric Shopify product ID
shopifyVariantIdNumeric Shopify variant ID
Example:
https://simulartstudio.com/your-folder/?shopifyId=your-item-id&shopifyVariantId=your-variant-id
For this to work, your SimulArt store must be connected to Shopify and your Shopify item must have dimensions in option 1 (width and height, e.g. 16"x20") and an optional media type in option 2 (canvas or paper).
Load print-on-demand Shopify items into SimulArt
Shopify print-on-demand items can be passed to SimulArt using their ID and variant ID:
shopifyIdNumeric Shopify product ID
shopifyVariantIdNumeric Shopify variant ID
Example:
https://simulartstudio.com/your-folder-here/bridge.php?shopifyId=your-item-id&shopifyVariantId=your-variant-id
For this to work, your SimulArt store must be connected to Shopify.
Link to images already added to SimulArt
You can link to images already added to SimulArt by using an image ID. Do do so, you must specify 2 variables in the URL:
imgIdID assigned, you will find it under
Settings -> Web Store -> Images Offered -> Image
stepMust be set to 2
Example:
https://www.simulartstudio.com/demostore/index.php?imgId=8&step=2
Back