X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   moving details area above description in product.tpl (https://forum.x-cart.com/showthread.php?t=38054)

balinor 03-24-2008 07:10 AM

Re: moving details area above description in product.tpl
 
Got a url so I can see waht you are talking about?

toolexperts 03-24-2008 07:14 AM

Re: moving details area above description in product.tpl
 
http://216.75.30.97/product.php?productid=17521&cat=281&page=1

balinor 03-24-2008 07:18 AM

Re: moving details area above description in product.tpl
 
You sure you posted the right code? Make sure the table row code I posted goes right before the FINAL closing table tag...that looks like you have it before the second to last table tag.

kube 03-24-2008 07:24 AM

Re: moving details area above description in product.tpl
 
maybe change <td class="PImgBox" rowspan="2"> with the new code from Balinor

to...
<td class="PImgBox">

does that do it?

toolexperts 03-24-2008 07:32 AM

Re: moving details area above description in product.tpl
 
kube...you nailed it!!! Thanks guys!!!

leannew 05-15-2008 09:31 AM

Re: moving details area above description in product.tpl
 
I thought this may help someone looking for product description layout in version 4.0.19.
I followed the instructions above
1.moved this
<tr><td colspan="2">{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</td></tr> and put it after the last </tr>
However ,this just moved the product details next to the picture and left a long column of description sitting in the middle of the page and I wanted it to extend under the left column. So I added <table> as below
<table><tr><td colspan="1">{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</td></tr> but I didnt close with </table> and everything is looking great.Text now aligns left under picture .(closing with </table> just thru all the other tables out of alignment ).


Danno 05-16-2008 03:04 PM

Re: moving details area above description in product.tpl
 
Thanks for the code gang, I like the small adjustment.


All times are GMT -8. The time now is 04:13 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.