Shopify Plugin

Installation Process

Merchants will find spiff in the Shopify app store .

Install the app. No credit cards required upfront. Free trial period of 14 days applies so installing is risk free.

The merchant must have an active Shopify Store in order to install spiff. If you install spiff whilst logged into your store, the install will begin automatically. If the merchant is not logged in, they will be prompted by Shopify to either login or sign up to create a store

Next, you are presented with the standard pre-install page from Shopify which makes you aware that you are about to install spiff. It also notifies you of personal details and store access that required.

Having succesfully installed, you will be automatically directed through the spiff create your first product onboarding.

Click here to start your onboarding process.

Render the Personalise Now Button

In the 2 examples above you can see that the spiff button can either augment or replace the add-to-cart button.

the way that spiff opens in your site is customisable but would require a developer with shopify liquid templates experience to interact with our api

It renders on the product page and is customisable via the install snippet that is inserted into your store.

Customizable Attributtes of the Personalize Now Button (Edited in your Liquid Templates)

  • Position
  • Button Color
  • Button Text
  • Choose to appear with or instead of the Add to Cart button.

In your liquid templates, find the line that creates the product form, which will potentially look like this:

{% form 'product' ... %}

Below that line, add this:

{% render 'spiff-button-standard', product_handle: product.handle %}

If you wish to customise the look of the button, you can supply arguments for text and colour.

{% render 'spiff-button-standard', product_handle: product.handle, label_text: 'Customise me!', label_colour: '#000000', background_colour: '#FFFFFF' %}

Once you have installed the snippet, created a workflow and linked a 3D model, your product should display in the live store.

Home » Documents » Quick Start » Ecommerce Plugins » Shopify Plugin