| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Product Description Under Picture | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Greetings!
Thanks in advance for your time, I have found nearly all the answers to my questions in this forum, it is an awesome resource for X-Cart users! I've been looking for a post that could explain how to place the product description under the picture (product details page) instead of aligned to the side of the photo, could someone point me in the right direction? Thanks so much!! |
|||||||
#2
|
|||||||||
|
|||||||||
![]() The easy bit is that you need to edit skin1/customer/product.tpl
The next bit though depends on your html / table editing skills. You basically need to rebuild the table so that the rows and columns are in the right order. If you can do that you will solve it; but it isn't a straightforward tick a box and it's done. Give me a shout back if you need some more help.
__________________
Paul Dodman e-business & m-commerce consultant w: www.luminointernet.com e: xcart@luminointernet.com Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart. |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() I havae searched allot in forum for the same mod I want to put text under the image but I cant make it, I will be very grateful if any could help.
Thanks
__________________
X-Cart Gold 4.3.2 X-Cart Gold 4.4.1 Unix High Quality CCTV DVRs & Cameras http://www.eaglemobiles.co.uk/CCTV |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() Hi,
OK, what sort of help exactly do you need? Have you tried editing the template or is that where you need help?
__________________
Paul Dodman e-business & m-commerce consultant w: www.luminointernet.com e: xcart@luminointernet.com Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart. |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() Thanks for replly, I dont know which tpl i need to edit and what code i need to use to put text under the detail image.
__________________
X-Cart Gold 4.3.2 X-Cart Gold 4.4.1 Unix High Quality CCTV DVRs & Cameras http://www.eaglemobiles.co.uk/CCTV |
|||||||||
#6
|
|||||||
|
|||||||
![]() Thanks for your help, here is what I tried:
customer/product.php <TABLE border="0" width="100%"> <FORM name="orderform" method="post" action="cart.php?mode=add" onsubmit="javascript: return FormValidation();"> <TR> <TD valign="top" align="left" rowspan="2" width="100"> {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"} </TD> <TD valign="top"> <SPAN class=> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} </SPAN> I copied the code in bold to the table above it, it worked somewhat. The text was under the picture but in a column instead of the length of the picture. I wish I had more time to look at it but I won't for a couple more days. I'll post what I try next on Friday. Thansk again, |
|||||||
#7
|
|||||||||
|
|||||||||
![]() Its just basic HTML. The cell above the code you posted is two column
Code:
and the cell that is part of the code that you posted is only one column Code:
You need to make the cell in the code you moved to two column |
|||||||||
#8
|
|||||||
|
|||||||
![]() Hi there,
I am very new to this, I also am trying to have the product picture at the top and the description below the picture could someone please explain to me what i have to do to make this happen? Thanks you guys are great!
__________________
X-cart Gold 4.17 |
|||||||
#9
|
|||||||
|
|||||||
![]() Here are my changes to this section:
<TR> <TD valign="top" align="left" rowspan="2" width="390"> {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"} <SPAN class=> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} </SPAN> The text is under the picture but the price and options are spaced a little too far for me, I can live with that for now... Thanks!! |
|||||||
#10
|
|||||||
|
|||||||
![]() Thank very much jgilford
![]()
__________________
X-cart Gold 4.17 |
|||||||
|
|||
X-Cart forums © 2001-2020
|