Page 1 of 1

Where to customize for checkout Terms & Condition popup

Posted: Thu Sep 29, 2011 2:23 am
by hubsun
Hi,

I want to increase the width of the checkout Terms & Condition popup. I Need to display neary 4000 characters in the Terms and condition popup. Where can i do the customization?
Thanks in advance,

regards,
Sunil

Re: Where to customize for checkout Terms & Condition popup

Posted: Tue Oct 04, 2011 5:23 am
by plugables
The css class modalPopup may be used to manipulate the size of the popup box for checkout terms and conditions.

Re: Where to customize for checkout Terms & Condition popup

Posted: Tue Oct 04, 2011 5:24 am
by plugables
If you want to change the css class that is used for this go to OnePageCheckout.ascx and edit this line

Code: Select all

<asp:Panel ID="TCDialog" runat="server" Style="display: none" CssClass="modalPopup">