cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Payment Screen

Former Member
0 Kudos

Hi Experts,

I'm working in the ERPCRM B2B web shop.

At the moment I'm trying to create an in-between page where the user is able to select their payment option.

The Page is a custom JSP wich allows the user to:

1) Create either a new Credit card.

2) Select a Stored Credit Card.

3) Pay by Terms (invoice is sent).

The screen is able to render without any problem , the issue now is how to assign the selection to the order before submitting it to the backed.

I have checked the standard and found a class called PaymentActions which has a method called setPaymentAttributes, but I'm not sure if this is the correct object that i need to change to store the credit card information/invoice.

Does anyone know how to do this? how can i set this information to the Basket/Order so that it can afterward be saved in the Backed.

Thanks in Advance.

Sheldon.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If it just an additional information which you need to send alongwith order/basket, then you can try the extension mechanism of BO. Here you can add the additional extension data to business object which you need to send to backend.

Please pardon me if this is not what you intend to do, or if this is not the correct direction.

Thanks

Answers (1)

Answers (1)

prashil
Advisor
Advisor
0 Kudos

Hi Sheldon,

I am not sure sure if you have seen payment_maintain.jsp. It does work the way you are looking for.

Check this JSP, its under b2b/order/.

Hope it helps

Regards,

Prashil