Layout Update XML for JM Products Extension

Hello,

I’m setting up the JM Siotis theme at the moment. I’m going through the guide
http://www.joomlart.com/forums/showt…otis-Userguide

Under
3. JM Products Extension:
I’m missing the "please fill in Layout Update XML parameter as below :.."
information what I have to add to the "Home page" design for the JM Products Extension.

Any hints?

Thanks
Daniel

4 answers

quanpa 0.00 $tone August 26, 2013
Public

Hi Daniel!
This is code for JM Products Extension use to add on Home page:

PHP Code:

<reference name="content">
   <
block  type="joomlart_jmproducts/list"  name="home.jmproducts.list"    template="joomlart/jmproducts/list.phtml" >
         <
action method="setData"><name>title</name><value>Featured Products</value></action>
         <
action method="setData"><name>mode</name><value>featured</value></action
   </
block>
</
reference



#1
Profile photo of Seoki Lee 1510.00 $tone June 3, 2014
Public

You can open file: \app\design\frontend\default\jm_siotistemplate\jo omlart\jmproducts\list.phtml

At line 1, remove or comment this line of code:

Code:

<?php echo $this->getToolbarHtml(); ?>
#3

This question is now closed

Written By

Comments