Skip to content

Latest commit

 

History

History

Store Tag Page Description Add

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Store Tag Page Description Add

Version 0.1.0

SS Version 7.1

Fluid Engine Compatible : Not Applicable


Install

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

  • Add code from file store tag page description add.html to Store Settings > Advanced > Page Header Code Injection for the store page. Read the code for any instructions within.

  • In the Store page add a page section as the last section of the store page. Add a code block with the following example code.

    <x-twc-stpda>
    
        [enter tag here replacing square brackets]
        [enter description here replacing square brackets]
        [enter tag here replacing square brackets]
        [enter description here replacing square brackets]
        [enter tag here replacing square brackets]
        [enter description here replacing square brackets]
        [enter tag here replacing square brackets]
        [enter description here replacing square brackets]
        
      </x-twc-stpda>

    Add tag and description pairs on lines by themselves. Each tag must match exactly what you entered for each tag in the SS interface. Each description must be on a single line. Keep in mind that word wrap

    You can add a data-paragraph-style attribute to the x-twc-stpda tag to select a paragraph style. If the attribute is not added then Heading 3 will be used.

    <x-twc-stpda data-paragraph-style="Heading 3">
    
        [enter tag here replacing square brackets]
        [enter description here replacing square brackets]
        
      </x-twc-stpda>

    Use one of the following paragraph styles.

    Heading 1

    Heading 2

    Heading 3

    Heading 4

    Paragraph 1

    Paragraph 2

    Paragraph 3

    Monospace

Make a Donation

Please consider making a donation.

Changes

  • 2023-02-23

    • initial version