Creating new tpl file

Hi,
I want to create new tpl file, and this tpl file is somewhat like payment.tpl. Thats why I copy and rename the payment.php -> shipping.php in views folder.

Copy and rename the payment.tpl -> shipping.tpl in tpl folder.
Copy and rename the oxpayment.php -> oxshipping.php in core folder.

I rename the class name to Shipping from Payment
In that class I change the $_sThisTemplate = ‘shipping.tpl’; also.

And I give <a> tag to my link that suggest the cl=shipping.

But when I click on the link error has generated saying “EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND”.

Does any thing I missed in this steps?

I just want one new class called shipping and for that shipping I want to called one tpl file.

I hope you understand my question?

Copy and rename the oxpayment.php -> oxshipping.php in core folder.

This sounds wrong. If you want to call cl=shipping this should read:
Copy and rename the payment.php -> shipping.php in views folder.

The other steps are OK.

Thanks for reply leofonic,

I delete the file from the core folder and its worked fine for me.

Thanks again.