Custom Register page

is there a way for me to create a custom registration page that can collect all the information included credit card number to store and then have it automaticly send to the cscart database to load the customer data?

Its Easy to do



Go to



skins/MySkin/customer/views/profiles/update.tpl



The Credit card Information section is in

```php

{if $settings.General.user_store_cc == “Y”}



{include file=“views/profiles/components/credit_cards.tpl”}



{/if}

```

Now Put it after



```php {include file=“views/profiles/components/profiles_account.tpl”} ```



Enjoy