![]() |
Layout of Product Description
Hi guys! It's me again. LOL ;)
I have one question that I need answered. On the Product Details page I would like the Product Description and Details to all appear just below the Product Image. What do I need to change/modify to make this happen? Thank you for your support! :) |
Re: Layout of Product Description
1 Attachment(s)
Quote:
Pages product structure shown in the figure: Attachment 841 You need to change the file "skin1\customer\main\product.tpl". Part of the code, which is responsible for the left side of the withdrawal - an image product (in the picture is left square turquoise color): PHP Code:
Part of the code, which is responsible for the withdrawal right side (in the picture is right square turquoise color). PHP Code:
|
Re: Layout of Product Description
would you replace the code with this or remove this coding?
|
Re: Layout of Product Description
2 Attachment(s)
Quote:
You have to change the code for your needs. I showed where yuor need to change the code. for example: If we replace PHP Code:
on this code: PHP Code:
It was like this: Attachment 846 We will get next result: Attachment 845 I just moved the code responsible for the withdrawal of the picture and added a column to the table. |
Re: Layout of Product Description
Perfect! Thank you so much! :)
|
Re: Layout of Product Description
yurij,
I'd like to put the add to cart and add to wishlist at the top the move everything else up. Finally, I'd like to have the description run under that and run full length of page, i have tried modifying to do so yet when i made the table all text stayed to the right instead of centering |
Re: Layout of Product Description
I'm going to bump this because I also would like my product description text BELOW the product images.
Thank you! :) |
Re: Layout of Product Description
Hi Joli,
Maybe this might help. Get your skin1/customer/main/product.tpl (make sure you make a backup of it too) and locate the line that displays your text similar to below and {* comment it out *} (including each TD tag)... <TD>{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</TD> And underneath that line of code there's another TD that displays your savings label, add a colspan="2" to it like so... <td colspan="2" align="right" valign="top" width="60" id="save_percent_box"... Then copy your description text that was commented out between the TD tags (which may look like something like below)... {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} Then locate the closing </TD> of <td class="PImgBox" rowspan="2"> which should be a few lines above from where we commented out the description text. And above the closing </td> add a <br /> tag and paste below it the line we copied with the description text (so it should look something like)... <br /> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if} The resulting image TD with the newly added description text should look something like... Code:
<td class="PImgBox" rowspan="2"> Tell us how you got on... Hope this helps. |
Re: Layout of Product Description
Quote:
By the button "Add to cart" refers additional field - number of the product. Where should we move this field? PS. If you put a picture - as it should be, it would be easier to help. |
All times are GMT -8. The time now is 06:51 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.