Hello People, When we register a handlebar helper,...
# suitecommerce
a
Hello People, When we register a handlebar helper, do we need to pass it to the template context variables somehow or is it available globally? I registered a helper in my custom extension entry point file. I am unable to use it in my theme files. Is there anything that I missed?
d
it should be globally, show me the registration please
a
Got it fixed. The syntax for calling the function in template file was incorrect. Thank You anyway.
👍 1