new category on home page
Posted: Tue Jun 29, 2010 10:30 pm
Hi,
I just upgraded, and some changes have influenced the customizations I made.
Previously, I had a featured products category show up on my store front home page. I did this by editing:
catalog->controller->common->home.php
changing this line to:
foreach ($this->model_catalog_product->getLatestProducts(8) as $result) {
to:
foreach ($this->model_catalog_product->getProductsByCategoryId(38,'','','',12) as $result) {
Can someone tell me how to do this in 1.4.8b.
Also, I want to add:
$_['error_postcode'] =
Where did the file go with these error variables.
Thank you.
I just upgraded, and some changes have influenced the customizations I made.
Previously, I had a featured products category show up on my store front home page. I did this by editing:
catalog->controller->common->home.php
changing this line to:
foreach ($this->model_catalog_product->getLatestProducts(8) as $result) {
to:
foreach ($this->model_catalog_product->getProductsByCategoryId(38,'','','',12) as $result) {
Can someone tell me how to do this in 1.4.8b.
Also, I want to add:
$_['error_postcode'] =
Where did the file go with these error variables.
Thank you.