Support Forums

Alignment on last page of checkout

This is a discussion on Alignment on last page of checkout within the TemplateCodes forums, part of the Third Party Support category; On the last page of the checkout process, where the advertiser views the listing, the alignment of the view listing ...


Go Back   68 Classifieds Forums > Third Party Support > TemplateCodes

Reply
 
Thread Tools Display Modes
Old 02-22-2010, 10:59 AM   #1
Customer
 
Join Date: Jan 2010
Posts: 70
Rep Power: 8
metrony is on a distinguished road
Default Alignment on last page of checkout

On the last page of the checkout process, where the advertiser views the listing, the alignment of the view listing seems to extend past the border of the template. I'm attaching some screens so you can see what I mean.

The listing view when browsing is fine. It just seems to be isolated to the last screen of the checkout process.

Can someone verify if it's happening on their end as well?

Thanks.
Attached Images
File Type: png screen1.png (404.7 KB, 5 views)
File Type: png screen2.png (151.4 KB, 4 views)
__________________
Metro New York Apartments
Apartment listings for the Metro New York Area
metrony is offline   Reply With Quote
Old 02-22-2010, 06:01 PM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,354
Rep Power: 85
seymourjames is a jewel in the rough
Default

Yup - the issue is the width on the view listing gallery(which is fine) is too wide for the checkout (using the default fieldset css) and piercing the layout in certain browsers. working on a solution.

The best solution is this

Open step7.tpl in the checkout folder in each color template that you are using. Then find near the top of the file

<fieldset>
<legend>{$smarty.const.LANG_LISTING_PREVIEW}</legend>
<p>{$smarty.const.LANG_LISTING_PREVIEW_TXT}</p>
{if $lDisplay==1}
{include file="viewlisting.tpl"}
{else}
{include file="viewlisting2.tpl"}
{/if}
</fieldset>

and replace with this

<h2>{$smarty.const.LANG_LISTING_PREVIEW}</h2>
<p>{$smarty.const.LANG_LISTING_PREVIEW_TXT}</p>
{if $lDisplay==1}
<div style="width:600px">{include file="viewlisting.tpl"}</div>
{else}
{include file="viewlisting2.tpl"}
{/if}
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 02-23-2010, 10:45 AM   #3
Customer
 
Join Date: Jan 2010
Posts: 70
Rep Power: 8
metrony is on a distinguished road
Default

Fix works perfectly. Thanks.
__________________
Metro New York Apartments
Apartment listings for the Metro New York Area
metrony is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
1 Page Checkout free2take Modules / Plugins / Modifications 37 03-26-2009 01:46 AM
Need help with alignment napes Technical Support 1 11-05-2008 08:12 PM
Paragraph Alignment alsobrooks Templates, HTML, CSS, and Design Help 3 10-17-2008 01:28 PM
Blank User Checkout Page discguy Technical Support 4 05-04-2008 10:11 PM


All times are GMT -4. The time now is 04:05 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0