Question

I need to add some specific page to the online store, how to do it?

Answer

  1. Create a new layout template:

    Home > Products > Online Store

    Add New Layout Template button, remember its name.

  2. Place required content in Template, html, smarty with php modifier can be used.
  3. Synchronize the store.
  4. As a result the template content will be available by address:

    store_URL/index.php?mypage=<layout template name from step 1>
    

    e.g:

    https://myprovider.store/index.php?mypage=partners
    
  5. If required, a link to the page can be added from a different, default layout template. To do that include

    <a href="?mypage=layout template name from step 1">Link name</a>

    to the required template from Home > Products > Online Store > Layout Template. Store synchronization is required for changes to apply.

Internal content

Link on internal Article