Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Files required for integration:

  • sections/wizart-floating-button.liquid - floating button for homepage

  • sections/wizart-entry-point-button.liquid - entry point button for product pages

You need to replace the following elements in the file:

  1. API Token, which can be found in your PIM account:

 How do I find my API Token

Here’s where you can enter the API Token:

If you are using an older version of the theme (for example, the "Supply" theme):

  • To enable the floating button on the homepage, go to the Theme Settings Customization, and add a Section Wizart Floating Button.

  • To enable the entry point button on the product pages, add {% section 'wizart-entry-point-button' %} to the Template product.liquid.

  • All additional button settings can be found at Theme Settings Customization.

If you are using an newest version of the theme (for example, the "Dawn" theme):

  • To enable the floating button on the homepage, go to the Theme Settings Customization, and add a Section Wizart Floating Button on your main page.

  • To enable the entry-point button on the product page, navigate to Theme Settings > Customization > Select a product template (if applicable) or the default product template > Add the Entry Point Button section.

For the product page, it is also necessary to specify to which element the visualizer button should be added. This can be changed here:

Screenshot from 2024-09-09 12-56-44.png

Using this setting, you can choose the button's location. This can be done as follows:

  1. On the product page, press F12 to open the Inspector window. Click on the cursor.

Screenshot from 2024-09-09 13-00-10.png
  1. Hover over the desired element with your cursor and you will get the name of the element where you would like to place the button.

Screenshot from 2024-09-09 13-01-32.png

You can check all the parameters of the buttons in our Deployment Kit.

  • No labels