![]() |
Editing product page descrition to full width v4.4.4
2 Attachment(s)
Hi, I just upgraded my xcart from v4.1.12 to v4.4.4. It works fine... but for product description page, I want to show the description to full width underneath the thumbnail and product details. I can't figure it out...
I have attached the screen shot how I want to show "current.jpg" shows the current page and "want-to-show.jpg" is how I want to show the description in full width on CottonAge.com. Can someone please me? Thanks bunch in advance :) |
Re: Editing product page descrition to full width v4.4.4
Anyone??
I know I need to edit product.tpl Code:
{* Code:
<div class="details"{if $max_image_width gt 0} style="margin-left: {$max_image_width}px;"{/if}> Sooo far that's what I figure out... QT please help or anyone? |
Re: Editing product page descrition to full width v4.4.4
Thanks everyone for replying....
I figure it out :) |
Re: Editing product page descrition to full width v4.4.4
Quote:
Glad that you find, so please, let us know how you solve the problem... i'm personally interested to increase detailed product page lenght too. :mrgreen: Thanks, |
Re: Editing product page descrition to full width v4.4.4
in product.tpl locate this code
Code:
<div class="details"{if $max_image_width gt 0} style="margin-left: {$max_image_width}px;"{/if}> Code:
<div class="details"{if $max_image_width gt 0} {/if}> Code:
.detail-form { product_details.tpl ex: Code:
<div class="detail-form"><form name="orderform" method="post" action="cart.php" onsubmit="javascript: return FormValidation(this);"> Hope this helps |
All times are GMT -8. The time now is 02:33 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.