To find the corresponding template file in SCA

  • To find the template of a corresponding element for extension, use the select icon frominspect → click on the element. There we can see

<!–template starts :template name–>
……………………………….
……………………………….
<!–template ends:templatename–>

  • Template Name will be along with template tag.
  • Next, find the view file which the corresponding template belonging to.
    • Goto Dev → search with same template name → result will be from:
      • suiteCommerce folder (which contains standard code)
      • Customized folder with any name.
    • Select view file from customized folder.
  • The variables in the templates are returns of corresponding getContext functionin its view file.

Leave a comment

Your email address will not be published. Required fields are marked *