- 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.
- Goto Dev → search with same template name → result will be from:
- The variables in the templates are returns of corresponding getContext functionin its view file.