Hello,
i have renamed Feature product category with my category name
and i have associated some new products to it.
In the Static Block i have this string:
Code:
<div>{{block type="joomlart_jmproducts/list" name="twoproduct" quanlity="2" catsid="28" title="" template="joomlart/jmproducts/twoproduct.phtml" }}</div>
the menu item is configured for show the static block inside the second column of the menu item.
I have configured this it for two menu items but the static blocks don’t appear
Thanks!
9 answers
I have the same issue in the static block inside the home.
my cose is:
Code:
{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="Best Selling Updated hourly" template="joomlart/jmproducts/list.phtml" catsid="31"}}
Hi Matteo,
Could you please tell me more details of which menu item you add static block and which static block are you using?
Hello Saguaros,
i have started from the quickstart and the static blocks are those default of it. I have changed only the title and catsid value and nothing else.
This is the static block:
Code:
<div>{{block type="joomlart_jmproducts/list" name="twoproduct" quanlity="2" catsid="28" title="" template="joomlart/jmproducts/twoproduct.phtml" }}</div>
The menu item is a normal menu item with submenu content set to "static block"
and the select block set to "my static block"
I see this workflow problem.
If i insert a new product inside the category configured in the static block i can see it, but i cant see all inserted products before the creation and modification date of the static blocks.
I went to resetting the category of products inserted before of the static block and these products are appeared in my block.
Any idea to solve this
Hi
It may relate to cache issue, could you try to flush magento cache after making changes? If you’re in development stage, you can try to disable cache via Admin > System > Cache Management.
Hello
i have removed all possible cache but nothing….
"I have temporary solved the problem" assigning to full path inclusive of the first default category.
But this is abnormal
I just checked the static blocks in your site and its output content looks different from that in our demo site: http://static.joomlart.com/ima…Products_b.png
It should be:
PHP Code:
<div>{{block type="joomlart_jmproducts/list" name="twoproduct" title="" quanlity="2" template="joomlart/jmproducts/twoproduct.phtml" catsid="28"}}</div>
you mean of the sequence? i have checked all possible sequence but nothing to do.
I meant the ‘Content’ option in the static block that you add to menu item: http://static.joomlart.com/ima…Products_b.png , the name attribute should be: name="twoproduct"