|
|
BasketIntroductionthe basket plugin is a simple plugin. It creates a session in which products can be added. It's possible to call functions over the url. ConfigurationTo use the basket plugin, you have to put it into the CollectionConfig in .configxml (or .configxml.children) in the appropriate collection in the data/ directory. For example: <?xml version="1.0"?> <bxcms xmlns="http://bitflux.org/config"> <plugins> <parameter name="xslt" type="pipeline" value="basket.xsl"/> <plugin type="basket"> <parameter name="basketname" value="myBasketName"/> <parameter name="baskethandlerclass" value="bx_helpers_mybasket"/> </plugin> <plugin type="navitree"/> </plugins> </bxcms> Parameters |
Add Comment