Where to customize for checkout Terms & Condition popup

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
hubsun
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Mon Nov 10, 2008 4:01 am

Where to customize for checkout Terms & Condition popup

Post by hubsun » Thu Sep 29, 2011 2:23 am

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

plugables
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Sat Aug 15, 2009 4:04 am
Contact:

Re: Where to customize for checkout Terms & Condition popup

Post by plugables » Tue Oct 04, 2011 5:23 am

The css class modalPopup may be used to manipulate the size of the popup box for checkout terms and conditions.

plugables
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Sat Aug 15, 2009 4:04 am
Contact:

Re: Where to customize for checkout Terms & Condition popup

Post by plugables » Tue Oct 04, 2011 5:24 am

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">

Post Reply