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?