Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2018
    Location
    Las Vegas
    Posts
    12
    Plugin Contributions
    0

    Default Does this look right?

    I have a product with attributes. The issue I have the the product description is below the product and attributes, not above it.

    Name:  Capture5.jpg
Views: 67
Size:  32.2 KB

    Is this correct? How do I get the product description above the product and attributes?

  2. #2
    Join Date
    Oct 2009
    Posts
    425
    Plugin Contributions
    0

    Default Re: Does this look right?

    If you take a look at your includes/templates/custom/template/tpl_product_info_display.php and find this code...

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

    Take all of that code and place it just below this code (which is near the top of the file)...

    <!--bof Product Name-->
    <h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>
    <!--eof Product Name-->

    It will place your product description just under the product name....then all of your attributes, product image, etc. will be below your product description.

    You can move the Product Description code anywhere in this file and it will change its position on your page.

    Hope I understood your question correctly to give you what you wanted.

 

 

Similar Threads

  1. installing problems on 1and1, does this look right?
    By gonzobrum in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 9 Jun 2010, 02:01 PM
  2. Images does not look right
    By nutriprovider in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Apr 2009, 08:25 AM
  3. Does this look right?
    By Allysho in forum Installing on a Windows Server
    Replies: 2
    Last Post: 28 May 2008, 12:39 AM
  4. Just installed Zen Cart™ and it does not look right? Check this out:
    By qm360 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Feb 2008, 06:35 PM
  5. My CSS does not look right...
    By sdamos1 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Jan 2008, 03:16 AM

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