Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Remove Product Image and product name from product page

    Hi All

    Please dont ask me why, but is it possible to remove the product image from the product page and the product name, all I want is the body with the content, no image, no product name, but the product image must still apply in the category as im using the grid style

    Anyone know how to do this?

    Thanks

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Remove Product Image and product name from product page

    ok i won't ask

    go to your tpl_product_info_display and comment out or remove
    PHP Code:
    <!--bof Product Name-->
    <h1 id="productName" class="productGeneral"><?php echo $products_name?></h1>
    <!--eof Product Name-->
    and
    PHP Code:
    <!--bof Main Product Image -->
    <?php
      
    if (zen_not_null($products_image)) {
      
    ?>
    <?php
    /**
     * display the main product image
     */
       
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Main Product Image-->
    chances are, that other items on you page will shift, so you may need some css editing too

  3. #3
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Re: Remove Product Image and product name from product page

    Freaking awesome, thank you very very much for that, it worked ;)

 

 

Similar Threads

  1. Remove product image from product page NOT category image
    By rgoetz in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 Aug 2011, 11:25 AM
  2. Issues with Product info page: my product image is overlapping the product name, etc
    By wmorris in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 May 2011, 06:30 PM
  3. Remove some elements from my product page and product listing page
    By jamesdavid in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jun 2008, 01:21 PM
  4. Adding columns in addition to product image and name in the product listing page
    By thunderbird2004 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 22 Mar 2008, 10:41 PM
  5. Replies: 5
    Last Post: 4 Feb 2008, 06:57 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR