Skip to content

Latest commit

 

History

History

Configurator Page Text and Image Blocks

Configurator Page Text and Image Blocks

Synopsis

Create a simple product configurator.

Version

  • 0.2.1

SS Versions

Fluid Engine Compatible

  • Yes

Dependencies


Install

  • Install twcsl. After you install twcsl be sure to continue on with the rest of the steps.

  • Add code from file configurator page text and image blocks.html to Page Settings > Advanced > Page Header Code Injection for the page. Read the code for any instructions within.

  • Add code from file cptaib variant url redirect.html to Page Settings > Advanced > Page Header Code Injection for the page before the configurator page text and image blocks code. If you write your own doneCallback code then you can skip this step.

  • In the first page section add a code block and enter the following code.

    <x-twc-cptaib data-label="[enter the label for this configurator replacing square brackets]"></x-twc-cptaib>

    If you have multiple configurator pages be sure your data-label attributes are unique. Note the code block only needs to be added once per page.

  • In the same section you want to set up a layout similar to the following example.

    option variant text

    Note the first text block and its special formatting. The first line (twc-cptaib,Option 1) tells the code that the text blocks are to be used to delineate an option and its variants. It also provides the label for the option. In this example the option is Option 1. But you would use more common options like Color, Size, or etc.

    The last line is exclude and that tells the code not to use this text block as a variant label.

    Any text block in the page section without the last line of exclude will be used as a variant label for the option.

  • Add a new section after the previous section with image blocks that contain one image for each of the variants in the previous section. Note the order of these sections is important.

    option variant image

  • You can repeat the previous text section followed by image section for as many options and variants as needed.

  • Once you have set up all options and variants add a final section at the very bottom of the page similar to the following.

    done options variants links

    Set the button Link to #twc-cptaib. The last text block of the section is how you link the various combinations of variants to a URL. The first line is optional. You can use it to keep track of the option labels in the following lines. If your link points to a SS product page and the product has options/variants then your option and variant labels must match the information you entered in the SS product editor interface.

    If you have a lot of lines you may find the Text Block Easy Links bookmarklet of use.

  • Add code from file cptaib store page product detail options and variants select.html to Store Settings > Advanced > Page Header Code Injection for the page.

Note

The configurator is simple but configuring it is not.

Demo

You can see a demo of this effect here.

Make a Donation

Please consider making a donation.

Changes

  • 2023-08-11

    • fix is product detail check
    • bumped version to 0.2.1
  • 2023-02-01

    • support v7.0 Bedford template family
    • bumped version to 0.2.0
  • 2023-01-16

    • initial version