Announcement

Collapse
No announcement yet.

List of products are not displaying

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    List of products are not displaying

    I'm using the product_list item to display my products but when I preview the page, nothing shows up. I've even went as far as to enable all the items for the page and still nothing. I tried the other item tag product_display and that shows up.

    My code is below. Any help is appreciated.

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <base href="&mvt:global:basehref;">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>&mvt:store:name;</title>
    <base href="&mvt:global:basehref;">
    <mvt:item name="head" />
    <meta name="description" content="" />
    <link href="styles/reset.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="styles/basic.css" rel="stylesheet" type="text/css" media="screen" />
    </head>
    
    <mvt:item name="body">
    <div id="global">
        <div id="page">
            <div id="masthead">
                <a href="index.php"><img src="graphics/idensure/logo_temp.gif" width="284" height="65" alt="IDEnsure" title="IDEnsure" /></a>
                <p id="phone-support"><span>1-866-123-4567</span><br />24 Hour Phone Support </p>
            </div><!--End Masthead-->
            
              <div id="nav">
                <ul>
                  <li><a href="index.php">Home</a></li>
                  <li><a href="services.php">Services</a></li>
                  <li><a href="http://www.idensure.com/store/">Enroll Now</a></li>
                  <li><a href="resources.php">Resources</a></li>
                  <li><a href="frequently-asked-questions.php">FAQ</a></li>
                  <li><a href="about-us.php">About Us</a></li>
                  <li><a href="contact-us.php">Contact Us</a></li>
                </ul>
            </div><!--End Nav DIV-->
            
            <div id="content">
                
                <mvt:item name="product_display" />
    
                <mvt:item name="product_list" />     
                
            </div><!--End Content DIV-->
        </div><!--End Page DIV-->
        
       <div id="footer">        
        <ul>
            <li><a href="#">Privacy Policy</a> | </li>
            <li><a href="#">Terms of Use</a> | </li>
            <li><a href="#">Sitemap</a></li>
        </ul>
    </div><!--End Footer DIV-->
    </div><!--End Global DIV-->
    </mvt:item>
    </html>

    #2
    Re: List of products are not displaying

    What is the page code (Screen parameter)?

    If you are on the PROD page, the product_list brings up the Related Products. So you would need to assign Related Products to the product for the product_list to appear.

    For the CTGY page or added pages, the product_list brings up the products for the global Category_Code. For the PLST page, the product_list brings up all products in the store.

    Also make sure there is code in your Product List tab for this page in the Miva admin. The code loops through the product_list to display the product info.
    Doreen Jeffers
    iMarks Web Solutions
    www.iMarksWeb.com

    Comment


      #3
      Re: List of products are not displaying

      Thanks for replying. I'm trying to get the products to list on the very first page...http://domain.com/store/merchant.mvc

      I'm not sure what page code that is.

      Thanks.

      Comment

      Working...
      X