My front page is now showing new and recentrly viewed products. How do I keep it from showing recently viewed? And since you said this is core code, wont our work get erased at the next update?
Yes, this is core code. I personally copy the files and directory structure (and make edits to the copy) into the Local folder as this overrides the core code without you having to edit the core code.
xgabo - 12 September 2008 08:36 AM
Is there a way to make the new products wrap into another column with something like rows of 4
Yes, just edit the corresponding template files to display the information however you like.
The corresponding template files are typically in the “same” file location.
For instance the corresponding template file to app/code/core/Mage/Catalog/Block/Product/View.php would be app/design/frontend/default/default/template/catalog/product/view.phtml
i managed to have new products on homepage, with date from and to.But when the date is over the products still appears on homepage. It seems magento doesn’t take care of that. Does anyone have the same problem?
My homepage is still not showing some new products.
I dont know how to solve this problem, could somebody, who has done this successfully, post the solution?
My homepage is still not showing some new products.
I dont know how to solve this problem, could somebody, who has done this successfully, post the solution?
Is it possible to do random products as well?
Thank you very much!
I’ve had the same problem for months, I don’t know how many hours I spent on trying to do the most obvious thing a web store owner wants to do, show the newest products on the first page!!! I can’t believe it isn’t simpler to do, and why this forum doesn’t get bombarded with questions of how to fix it.
On my store some products show up as new and newer products don’t. It has been the same five products since I finally managed to get some new products listed. I have added newer products after this and they don’t show up :-(
OK, there is a problem with internet explorer. IE puts to much spacing in between each new product so 5 products wont fit on a page. And instead of wrapping. IE moves the right column to the bottom of the page and lets the new product row extend to the right. what can I do to change this. I dont thing IE understands the 20% per product in the boxes.css file
brendan. - 05 September 2008 04:03 PM
hi,
good to see you got it sorted!.
Ok you might have to modfiy the new.php file
You might want to randomize the results set. Do do this you add some new code . see below
$products->getSelect()->order('rand()');
put this code before the following
$this->setProductCollection($products);
One final thing, the above example is done against the core files. This is not advisable if you plan on upgrading in the future. You can put this code into a custom local module class that is out of the upgrade path. Again, there is a wiki on creating your own modules/classes
Does anyone else have a problem getting grouped products to show up using the new products module? I can’t get them to show up, but simple products do.