 Groups: ProSeller
Joined: 3/9/2005 Posts: 3 Location: lebanon
|
Is there anyway I can get the code for the Scrollable Categories Panel. I would love to add it to my website  Thanks in advance, Myka Jelina
|
 Groups: Member
Joined: 6/5/2009 Posts: 24 Location: San Francisco
|
You just click on the Edit Content link on the left and click the Beta Advanced tab. In the Content Definition window, near the very top, look for the line that says:
<z:content placeholder="contentpane">
In this section, add this line:
<z:module name="categoriesgrid" visible="true" target="products" view="scrolly" />
Or if the line already exists, make sure visible is set to "true" and view is set to "scrolly".
|