Moving image position in products_more

idaryl

Avatar: idaryl

2007-02-21 07:19

Is there a way to have the second (and third uploaded images) displayed in the products_more section modified? (I have a picture link below) The placement of the images would look better side by side (I think) and make the client happier too.

» Quick.Cart v1.x

http://www.idaryl.com/qc/move.jpg

idaryl

Avatar: idaryl

2007-02-21 07:35

Sorry,
this link should work better - http://www.idaryl.com/qc/move.jpg

treewood (OpenSolution)

Avatar: treewood

2007-02-21 08:17

idaryl - edit templates/products_more.tpl move $aFiles[sPhotos] after $aFiles[sPhotosDefault] and edit templates/default.css and add some styles

idaryl

Avatar: idaryl

2007-02-21 09:30

So I moved tgis:
<h5>$aData[sCategories]</h5>
<h2>$aData[sName]</h2>
$aFiles[sPhotosDefault]
<h6>
$aData[sDescriptionFull]
</h6>
<div class="clear"></div>
$aFiles[sPhotos]
<div class="clear"></div>
$aFiles[sFiles]

to this :
<h5>$aData[sCategories]</h5>
<h2>$aData[sName]</h2>
$aFiles[sPhotosDefault]
$aFiles[sFiles]
<h6>
$aData[sDescriptionFull]
</h6>
<div class="clear"></div>
$aFiles[sPhotos]
<div class="clear"></div>

but after the save, the display remained the same -- did I do it wrong?

treewood (OpenSolution)

Avatar: treewood

2007-02-21 12:47

idaryl - ehhh.... read again what i wrote. $aFiles[sPhotos] NOT $aFiles[sFiles]

idaryl

Avatar: idaryl

2007-02-21 21:59

Oops my bad
I now have this:
<h5>$aData[sCategories]</h5>
<h2>$aData[sName]</h2>
$aFiles[sPhotosDefault]
$aFiles[sPhotos]
<h6>
$aData[sDescriptionFull]
</h6>
<div class="clear"></div>

but it still has the text between the images - sorry

treewood (OpenSolution)

Avatar: treewood

2007-02-22 10:07

idaryl - then try add <div class="clear"></div> after $aFiles[sPhotos]

Back to top
about us | contact