1
At the Magento store I’m creating, I can’t list more than 9 products on the home page. I believe that this may be a problem with the theme, but I could not increase that amount.
Shop: donachicosa.com.br
Someone’s had that problem before?
The XML is blank (I don’t know why) and the store already has 25 registered products. (Besides being blank, I couldn’t find any other XML that the system accepted)
To list the products, I am using the following code snippet:
{{block type="catalog/product_list_random" template="catalog/product/list.phtml"}}
Still, to make matters worse, I do not see the "Previous" and "Next" of the theme, so that the visitor can browse through the pagination.
Someone knows how to fix this?