Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default Model #, Weight and Quantity not showing up on product info?

    I am trying to get model number, weight and quantity to show up on my product info page but they are not.

    PRODUCT LISTING page settings
    Display Product Image 1
    Display Product Manufacturer Name 1
    Display Product Model 1
    Display Product Name 1
    Display Product Price/Add to Cart 1
    Display Product Quantity 1
    Display Product Weight 1

    tpl_product_info_display.php in template file has

    <!--bof Product details list -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
    <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
    }
    ?>

    I do not understand what I am missing? The product is populated. The weight not set to 0.

  2. #2
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Model #, Weight and Quantity not showing up on product info?

    Sorry. It is working on the category view level but I want it to work on the item level.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Model #, Weight and Quantity not showing up on product info?

    The switches to display that are normally ON, but if you've turned them off, you can change them in Admin->Catalog->Product Types->(Choose your Product Type for the products you're concerned about (most are Product-General) )->Edit Layout
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Model #, Weight and Quantity not showing up on product info?

    That was it! Thanks for the help.

  5. #5
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Model #, Weight and Quantity not showing up on product info?

    Hi everyone.

    I want to display the Product Name (again) at the top of the product details list on my product info pages. However there isn't an option to do this on the Product Type Edit page. Can anyone advise?

 

 

Similar Threads

  1. Do not want weight and quantity displayed by product
    By enddes in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2011, 04:44 PM
  2. QUANTITY box not showing - can't order multiple items (product info page)
    By exkluesiv in forum Setting Up Categories, Products, Attributes
    Replies: 21
    Last Post: 31 May 2010, 08:00 AM
  3. Removing the cart showing Weight and quantity
    By splishsplashbb in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 27 Jun 2007, 02:09 AM
  4. Still showing product weight and quantity in stock.
    By christayah in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 5 Sep 2006, 11:46 PM
  5. Product Weight and Quantity not off
    By cshart in forum Customization from the Admin
    Replies: 7
    Last Post: 10 Jun 2006, 04:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg