How Can I Add New Payment Category?

Hi,

How can I add new Payment Category? Like "Others" ?

Check the backend templates.

design/backend/templates/views/payments/update.tpl

Check the backend templates.

design/backend/templates/views/payments/update.tpl

Thanks for the reply;

I found this related code:

        
{__("payment_category")}:
{__("payments_tab1")} {__("payments_tab2")} {__("payments_tab3")}

{__("payment_category_note")}

</

Do you think it's enough to change the language variables:

Sure, you can change language variable if extra tabs are not required

Thanks Friends :)

It's enough to add a new tab in design/backend/templates/views/payments/update.tpl ?

No needed to add a new value in database?

It's enough to add a new tab in design/backend/templates/views/payments/update.tpl ?

No needed to add a new value in database?

Yes, you are right. No need to update database

hello guys, i didnt find where design/backend/templates/views/payments/update.tp in my admin panel?
any one can help me

Hi friends i want to add 2 payment categories more and i have added but it dose not show in the payment categories
{__("payment_category")}:
{__("payments_tab1")}
{__("payments_tab2")}
{__("payments_tab3")}
{__("payments_tab4")}
{__("payments_tab5")}

{__("payment_category_note")}

Value Language variable
Credit card: payments_tab1
PayPal: payments_tab2
Cash on Delivery: payments_tab3
Bank Transfer: payments_tab4

Did you clear cache? If yes, try to delete the var/cache directory manually

Did you clear cache? If yes, try to delete the var/cache directory manually

Hi,
Many thanks dear that's was what i not did not! now it works perfectly.
With respect
Regards

You are welcome!