Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Listing question

Product Listing question

Locked

Views: 1,243

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
26 Jul 2008, 3:00 AM
#1
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Product Listing question

On the product listing how do I get the description to start under the image, and not wrap around it?

You can take a peak at 209.85.34.168

I'm trying to upgrade from 1.27 to 1.38 and having a very hard time getting the new site to look like the old one.

26 Jul 2008, 3:46 AM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Product Listing question

You have many changes ahead of you as many changes were done to the Template coding, between v1.2.x & 1.3.x.

To answer your question though, edit this file to include the part in RED:

includes/templates/Custom/templates/tpl_product_info.php

around line #81

<div id="productDescription" class="productGeneral biggerText clearBoth">
26 Jul 2008, 2:16 PM
#3
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Product Listing question

Thank you so much for answering!!! That worked beautifully, and better yet your answer caused something to click in my mind and everything makes much more sense now.

You "clear"ed it up!

10 Nov 2008, 7:17 PM
#4
craftthefuture avatar

craftthefuture

New Zenner

Join Date:
May 2008
Posts:
7
Plugin Contributions:
0

Re: Product Listing question

Website Rob:

You have many changes ahead of you as many changes were done to the Template coding, between v1.2.x & 1.3.x.

To answer your question though, edit this file to include the part in RED:

includes/templates/Custom/templates/tpl_product_info.php

around line #81

<div id="productDescription" class="productGeneral biggerText clearBoth">

Hi,

I also need to change this file to adjust where my extra images show up on the product info page. Trouble is, I looked in my template directory and can't find the tpl_product_info file anywhere. Any ideas??
:)

10 Nov 2008, 7:42 PM
#5
bluefirefly avatar

bluefirefly

New Zenner

Join Date:
Aug 2008
Posts:
44
Plugin Contributions:
0

Re: Product Listing question

craftthefuture:

Hi,

I also need to change this file to adjust where my extra images show up on the product info page. Trouble is, I looked in my template directory and can't find the tpl_product_info file anywhere. Any ideas??
:)

You find the original one you change here:

../includes/templates/template_default/templates

then you save the one you change to your override folder.