I am having some isseus. Basically I want the product page's main image to be width of page, not enlargable and have the description to be above the image directly underneath product name.
URL Example: http://www.yukongifts.com (click on any product to see what I am saying, at least in safari it is not working lke I want to. When I load page it shows the text in the right location for a millisecond, then it gets bumped below picture.
Here is my code:
<h5>$aData[sCategories]</h5> <h2>$aData[sName]</h2> <h2>$aData[sDescriptionFull]</h2> $aFiles[sPhotosDefault] <div class="clear"></div> $aFiles[sPhotos] <div class="clear"></div> $aFiles[sFiles] <div id="back"> « <a href="javascript:history.back();">$lang[back]</a></div> </div> <!-- END SHOW -->
<!-- BEGIN PHOTO_DEFAULT --> <div class="photo"><img src="$aList[sPhotoBig]" alt="$aList[sDescription]" title="$aList[sDescription]" /></div> <!-- END PHOTO_DEFAULT -->
<!-- BEGIN PHOTO_HEAD --><div><!-- END PHOTO_HEAD -->
<!-- BEGIN PHOTO_LIST --> <div class="photo"><a href="javascript:windowPhoto( '$aList[sPhotoBig]' );"><img src="$aList[sPhotoSmall]" alt="$aList[sDescription]" title="$aList[sDescription]" /></a></div> <!-- END PHOTO_LIST -->
As you can see in the code the text is before the photo, yet after it parses in the html code the image is before??
Any suggestions? btw, I must say Quick.Cart is incredible. The look and feel is so professional and to change and customize seems pretty straight forward.
Quick Cart Fan for Life!
janaalt
2006-10-15 10:58
OK! I think I figured it out, it must have been a plugin I installed?? Found another file pa.products_more.tpl where the order was reversed, first image then description, simply changed it there and it now works..