Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Move Product description to under image

    In version 1.3, how can I move the product descriptions back to under the image like they were in version 1.2 instead of beside it on both the product page and the category product listing page?
    Several threads I read said to do it in
    includes/templates/YOURTEMPLATE/templates/tpl_product_info_display.php
    and move a section around...I tried that and can't get it below the image. Can someone be more specific for me?

    Thanks!

  2. #2
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    ok...finally on the 7th move I found the right order to get it under the image on the Product page...now, what file do I use to do it on the category product listing page?

    Thanks!

  3. #3
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    Quote Originally Posted by Dizzie
    ok...finally on the 7th move I found the right order to get it under the image on the Product page...now, what file do I use to do it on the category product listing page?

    Thanks!
    Hi Dizzie,

    How did you change the placement in the category-product-listing?

    Greetz

  4. #4
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    I didn't....I'm waiting for someone to tell me what file I need to do it in.

    For the product page I used the tpl_product_info_display.php

    and move the following code

    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    <br class="clearBoth" />

    to just under
    <!--eof Quantity Discounts table -->

    Here's a page that shows how that looks..
    http://dizzinz.com/shop/index.php?ma...products_id=15

  5. #5
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    He thanks!

    I'm not really sure, but for the product-listing you have to look for:

    includes/modules/your-template/product_listing.php

    In there is an array wich is responsable for the layout . (I think)
    I have try to edit this file, but my php-skills are much too low.
    Last edited by mrtorrez; 15 Sep 2006 at 11:20 PM.

  6. #6
    Join Date
    May 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    I need help with this too, please keep us posted.

  7. #7
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    Is it this where we are looking for?

    In Admin > Configuration > Product Listing you will see the list of items that can be included in your product listing. The entry in the Value column sets the order in which they appear across the page. So you probably want the image set to 1, the name set to 2 and the price/add to cart set to 3.

  8. #8
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    I tried that page. You can't set the order for the description...all you can set is the number of maximum letters to display for the description...or turn the description off altogether.

  9. #9
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    mmm, very strange it worked for me.
    You are sure you used the numbers right?

    Display Product Image > 2
    Display Product Name > 1
    Display Product Price/Add to Cart > 3

    the values above determines the sort order of the product-items you want to show.

    so in this case: Name, Image and Price

  10. #10
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Move Product description to under image

    yeah, but what about description...that's what I want moved...:>)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 How to move product description next to the image?
    By Zoran in forum Customization from the Admin
    Replies: 3
    Last Post: 26 Feb 2013, 02:35 AM
  2. Product Description appearing under Product Image
    By CompuWeb in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Nov 2009, 05:32 PM
  3. Trying to move add to cart under description on product listings page
    By wk4hm in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jun 2009, 04:10 PM
  4. Product description ALWAYS under Main Image and Additional images
    By sonjamichelle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Mar 2009, 03:59 PM
  5. how do i move minimun order to under product description
    By paulFromWales in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Jul 2008, 08:03 AM

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