Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8612957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:45:16+00:00 2026-06-12T04:45:16+00:00

Hi I use a script for showing random products on my homepage, but it

  • 0

Hi I use a script for showing random products on my homepage, but it doesnt show me price. Where is a problem?

http://magentoabid.blogspot.sk/2012/06/display-random-products-from-category.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:45:17+00:00Added an answer on June 12, 2026 at 4:45 am

    Not sure why that isn’t working, but if you want you try some other solutions

    1. http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/

    2. Update the code above

      Replace the first ~15 lines with:

      $category = Mage::getModel('catalog/category')->load($this->getCategoryId());
      $collection = Mage::getResourceModel('catalog/product_collection');
      Mage::getModel('catalog/layer')->prepareProductCollection($collection);
      $collection->getSelect()->Limit($this->getNumProducts())->order('rand()');
      $collection->addStoreFilter();
      $collection->addCategoryFilter($category);
      //print_r($collection);
      

      Replace :

      <?php for ($i=0; $i < $number_of_products; $i++): ?> 
      

      with :

      <?php foreach($collection as $product) :  ?>  //need to end foreach with <?php endforeach; ?>
      

      Replace things like this :

      $displayed_products[$random_products[$i]]->getName();
      

      With :

      $product->getName();
      

      (find and replace “$displayed_products[$random_products[$i]]” with “$product”)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use this script to show an additional language menu additional, which works great
I use this script: $(document).ready(function() { $page = jQuery.url.attr(file); alert(page); }); but I get
the following perl script (Showing down) print the following XML file but the XML
I want to use JavaScript to show my XSLT, but on my server nothing
I tried to use XFBML: <fb:serverfbml style=width: 755px;> <script type=text/fbml> <fb:fbml> <fb:request-form action=http://example.com/user/handleFacebookGiftSend method=POST
I am trying to use this script to validate a form: http://validator.codeplex.com/ I am
I use this script in two different servers: function curlGetFileInfo($url, $cookies=default){ global $_config; $ch
i use this script to load content of some div, inside another div: $(function()
I use a script which opens the story editor like this: app.menuActions.itemByID(119793).invoke(); How can
I use this script to equalize heights of elements: (function ($) { $.fn.autoheight =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.