Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: pnlCreditCardPane

  1. #1
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default pnlCreditCardPane

    where is the pnlCreditCardPane panel located? I would like to take the tables out of it and use divs instead....

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    It should be located in {root}/CheckoutPayment.aspx file.

  3. #3
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    pnlCreditCardPane is in checkoutpayment.aspx, but if you're trying to change the table structure what you're going to find is that inside of pnlCreditCardPane is a Literal called CCForm which is populated from the codebehind (checkoutpayment.aspx.cs) by a call to BillingAddress.InputCardHTML. This is where the table html structure is built. To modify this, you'll need to open the ASPDNSFCore/Address.cs file and find the InputCardHTML method (in version 8.0.1.2 it's around line 1820).
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>