cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable payment types

Former Member
0 Kudos

hi,

we are running B2C shop (ECO 5.0 with CRM 5.0). I would like to disable some of the payment types (e.g. Creditcard) but I cant see any option in the shopadmin to do this. Any ideas where I can disable payment types?

Regards

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Michael,

Shop administration should allow you to set these. In the application use the tab page Transactions use Payment Types to maintain the payment type.

<li>Invoice payment <li>Cash on Delivery <li>Credit card payment

I am not sure if you missed this or your question is different.

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

hi,

I cannot see these options in my shopadmin. Which version of shopadmin are you running and to which backend are you connected?

Regards

Michael

nelson_raj2
Active Participant
0 Kudos

Hi,

There are two ways to supress the payment modes, and both require minor developments, either in ABAP or JAVA (ISA).

In ABAP, one has to implement the CRM_RISK_MGMT Business AddIn, to suppress or to add payment modes.

If you would like to do the same from ISA, then this would be simply to hide the field from display, by modifying the corresponding jsp file. This is a cosmetic solution, however much simpler to implement.

Thanks & Regards,

Nelson.