It must be stupid, but it drives me crazy!
All I want is to show new products for a certain category, but all I get is new products from any category.
Suppose I want to show category 74, Ive tried almost any combination of this code
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" category_id="74" template="catalog/product/new.phtml"}}
When assigning category_id
{{block type="catalog/product_new" category_id="74" template="catalog/product/new.phtml"}}
With a category implicit in dependency or which category Im access to
{{block type="catalog/product_new" template="catalog/product/new.phtml"}}
This code has been tested, hardcoded into the code of the home page, creating a static block with it and turning it on through the categories panel (static block and products) ... but it's useless. Ive checked almost any Ive code found on this and other forums, but no result.
Regardless of any code (with the assignment of category_id = "74" and not), Im gets the same result all the time. The category filter does not work and shows me new products from any category, not new products of the current category, nor products of the category with manual input (for example, category_id = "74")
On the other hand, if I use list products instead of new products, it works fine on the home page and as a static block, so the categories seem to be well created
{{block type="catalog/product_list" category_id="74" template="catalog/product/list.phtml"}}
It shows me category 74 products
Im using magento Magento ver. 1.3.2.4, and shows the same result even when using different templates.
Any advice would be welcome.
Have a nice day, J.
PS I also tried other categories, not only 74. With parent categories, child categories ... but there was no result at all