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 2 of 2

Thread: Checkout Credit Card Order

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default Checkout Credit Card Order

    On the check out page how can we change the order that the fields appear?
    At the moment they show up as:

    Code:
    *Name On Card:	
    *Credit Card Number:
    Credit Card Verification Code:
    *Card Type:	
    *Expiration Date:	  
    *Card Start Date:	  
    Card Issue Number:
    We want to change this to show as:
    Code:
    *Name On Card:	
    *Card Type:	
    *Credit Card Number:
    *Expiration Date:
    Credit Card Verification Code:
    *Card Start Date:	  
    Card Issue Number:
    Thanks in advance.
    Also we do have access to the source code.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    All it takes is a little tweaking on the InputCardHTML method of the Address.cs.