I cloned the view and imported it into my site, but I can't get the same block to appear on the home page.

http://electric-door-supply.com

Thank you!

Comments

sheena_d’s picture

Component: User interface » Miscellaneous
Status: Active » Closed (fixed)

On the demo site, we are using the uc_products view page (which comes as part of the Ubercart module) as the homepage.

Here is a good tutorial on using Views pages on your homepage: http://www.apaddedcell.com/custom-home-page-drupal-7-views

For more help with Views, you can refer to that documentation at http://drupal.org/node/109604
Here is more information on changing the Front page of your site: http://drupal.org/node/265172

HaloDigitalDesign’s picture

This is what happens when I work until 3AM. What an obvious solution!

I can open a separate thread for this, but am I able to display both the catalog page and the product view page on the home page?

Thank you for your assistance!

sheena_d’s picture

You would need to display one of those views either as a block or as an attachment on the other view. The Views documentation has more information on that.