Skip to content

Latest commit

 

History

History

Add Store Category Accordion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Add Store Category Accordion

Version 0.2d1

SS Versions 7.1, 7.0

v7.1 Fluid Engine Compatible : Unknown


Install

Example Use Case

v7.0

​In the store page Intro area add a code block with the following code.

<div category="[enter category here between double quotes]"></div>

After the code block add an image and text block. Repeat this pattern for all categories. The category must match the category text as entered in the SS interface.

v7.1

​In the store page add a page section before the store page section. Add a code block with the following code.

<div category="[enter category here between double quotes]"></div>

After the code block add an image and text block. Repeat this pattern for all categories. The category must match the category text as entered in the SS interface.

Make a Donation

Please consider making a donation.

Changes

  • 2021-07-11

    • fix syntax errors
    • bumped version to 0.2d1
  • 2021-07-10

    • support v7.1
    • bumped version to 0.2d0
  • 2021-05-20

    • initial version