Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    46
    Plugin Contributions
    0

    Default No weight Manufacturer etc on Items Page

    I'm using 1.39H. I have Extra fields on and TPP, it was the original classic template.

    My tpl_product_info_display.php page has the code below on it. Yet none of these details show up on my page. I went through my configuration and could find nothing that disabled this whole section.

    Any idea on where to look. I did notice on my Google Feed that everything appears correctly on the feed except the UPC code on the items that I use them, they don't appear. I looked in the DB and they are there.

    I have no error logs.

    Any help would be appreciated on where I should look, or how to start eliminating possible problems.

    Dan

    what php page
    Code:
    <ul id="productDetailsList" class="floatingBox back">
     <?php if (!empty($product_info->fields['products_upc'])) echo '<li>UPC: ' . $product_info->fields['products_upc'] . '</li>'; ?>
     <?php if (!empty($product_info->fields['products_isbn'])) echo '<li>ISBN: ' . $product_info->fields['products_isbn'] . '</li>'; ?> <?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>' . $products_weight_display . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_actual_weight == 1 and $products_actual_weight != 0) ? '<li>' . $products_actual_weight_display . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_dimensions == 1 && ($products_length != 0 || $products_width != 0 || $products_height != 0)) ? '<li>' . $products_dim_display . '</li>'  : '') . "\n"; ?> 
      <?php echo (($flag_show_product_info_diameter == 1 && $products_diameter != '') ? '<li>' . $products_diameter_display . '</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"; ?>
      <?php echo (($flag_show_product_info_condition == 1 and $products_condition != '') ? '<li>' . TEXT_PRODUCTS_CONDITION . $products_condition . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_upc == 1 and $products_upc != '') ? '<li>' . TEXT_PRODUCTS_UPC . $products_upc . '</li>' : '') . "\n"; ?>  
      <?php echo (($flag_show_product_info_isbn == 1 and $products_isbn != '') ? '<li>' . TEXT_PRODUCTS_ISBN . $products_isbn . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_sku == 1 and $products_sku != '') ? '<li>' . TEXT_PRODUCTS_SKU . $products_sku . '</li>' : '') . "\n"; ?>
    </ul>

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: No weight Manufacturer etc on Items Page

    Admin --> Catalog --> product types --> Product General --> Edit Layout (this turns things like weight on and off)
    Webzings Design
    Semi retired from Web Design

  3. #3
    Join Date
    Feb 2009
    Posts
    46
    Plugin Contributions
    0

    Default Re: No weight Manufacturer etc on Items Page

    Thanks for answering I never would have found it, my Product type didn't have any options there and looking in the database nothing was there except the new Numinix stuff, so I opened my fresh install sql and inserted just the product_type_layout stuff and it is all there and works.

    Dan

 

 

Similar Threads

  1. v151 need to set price for a few items all other items use weight
    By cubmanky in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 8 Jan 2014, 09:32 PM
  2. v150 Does UPS module calculate by weight & number of items or just weight?
    By coucho in forum Addon Shipping Modules
    Replies: 4
    Last Post: 12 Dec 2012, 04:58 AM
  3. Sort by Manufacturer (etc) on All Product page?
    By hockey2112 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Nov 2010, 06:30 PM
  4. Shipping multiple items based on total weight, but need weight per box.
    By Nineve in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 2 Aug 2010, 07:42 AM
  5. Main Page Missing Featured Items...etc.
    By RocketFoot in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 13 Aug 2009, 11:00 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