Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Short Description Next to Image

Short Description Next to Image

Locked

Views: 665

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Nov 2009, 8:25 PM
#1
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Short Description Next to Image

Hello,

I have searched the in the mods section and was surprised i couldn't find a mod for the follown:

For the product info page.
--I want to put a short description next to the image, and then have a more info link that once clicked it brings it down to the full description of the product

20 Nov 2009, 10:01 PM
#2
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Short Description Next to Image

I forgot to mention, for the short description I want it to be the same description as the main but have a limit like 60-100 words then when it has the more info link it brings it to the main description

22 Nov 2009, 5:53 PM
#3
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Short Description Next to Image

I believe if i take this code, and just have it posted where I want it (will be in the product info page twice) and just set a max character to the one it would work, if this would work how can i set a max (150) characters on this code? Also then for the More Info link for the one that has the (150) characters would I set an anchor to bring it down to the full description?

 <!--bof Product description -->

<?php if ($products_description != '') { ?>

<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>

<?php } ?>

<!--eof Product description -->