Page 1 of 1

Broadleaf Commerce Tags

Posted: Mon Dec 24, 2012 2:17 am
by 22dec1960
Hi,

I am newbie to broadleaf commerce.

I notice some of broadleaf tags like:

<blc:categories/>

I want to know all the available broadleaf tags and their documentation. Where can I find it?

Thanks advanced.

22dec1960

Re: Broadleaf Commerce Tags

Posted: Mon Dec 24, 2012 4:07 am
by pluto
Hey,

Checkout http://docs.broadleafcommerce.org/curre ... Layer.html

Broadleaf provides its own dialect to interact with the system. This dialect is invoked with the blc: prefix and you can find all of the available processors by inspecting the org.broadleafcommerce.core.web.processor and org.broadleafcommerce.cms.web.processor packages. Typical usage of these processors is viewable directly in the source code for the Heat Clinic application.


Re: Broadleaf Commerce Tags

Posted: Mon Dec 24, 2012 8:37 am
by 22dec1960
Thanks pluto.
:-)