In the Magento store I'm creating, I can not list more than 9 products on the homepage. I think this might be a problem with the theme, but I could not increase that amount.
Shop: donachicosa.com.br
Has anyone ever had this problem?
XML is blank (I do not know why) and the store already has 25 products registered. (In addition to being blank, I did not find any other XML that the system accepted)
To list the products, I'm using the following code snippet:
{{block type="catalog/product_list_random" template="catalog/product/list.phtml"}}
Also, to make matters worse, I do not see the "Previous" and "Next" of the theme, so the visitor can navigate the pagination.
Does anyone know how to solve this?