idaryl2007-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.xhttp://www.idaryl.com/qc/move.jpg |
idaryl2007-02-21 07:35 | Sorry, |
treewood (OpenSolution)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 |
idaryl2007-02-21 09:30 | So I moved tgis: |
treewood (OpenSolution)2007-02-21 12:47 | idaryl - ehhh.... read again what i wrote. $aFiles[sPhotos] NOT $aFiles[sFiles] |
idaryl2007-02-21 21:59 | Oops my bad |
treewood (OpenSolution)2007-02-22 10:07 | idaryl - then try add <div class="clear"></div> after $aFiles[sPhotos] |