is there a way to localize the different payment status texts? i'm using these in different sections for example in a member area where my client can review their orders and payments. actually i didn't find anything on that in the backend.
and i have a second question: is there a way to change the payment status (authorized => captured) manually. i have set up a custom payment provider (wire transfer) where i would manually "capture" the payments as soon as i receive the balance on my bank account?
Could you use the alias of the payment status as a umbraco dictionary key and use the normal umbraco translation engine?
You can only have your payment provider change the status of the payment. So you would have to make som extra functions to do this or you can change it my making custom code that fetch the Tea Commerce order and set the payment status using the .NET API.
Payment Status Localization
Hi,
is there a way to localize the different payment status texts? i'm using these in different sections for example in a member area where my client can review their orders and payments. actually i didn't find anything on that in the backend.
and i have a second question: is there a way to change the payment status (authorized => captured) manually. i have set up a custom payment provider (wire transfer) where i would manually "capture" the payments as soon as i receive the balance on my bank account?
thx in advance
Andi
Umbraco 4.7.2, TeaCommerce 1.4.2.4
Hi Andi
Could you use the alias of the payment status as a umbraco dictionary key and use the normal umbraco translation engine?
You can only have your payment provider change the status of the payment. So you would have to make som extra functions to do this or you can change it my making custom code that fetch the Tea Commerce order and set the payment status using the .NET API.
Kind regards
Anders
Hi Anders,
thx for your reply. The dictionary keys do work.
For my second question i do have an idea now where to start.
thx
is working on a reply...