I am using an external payment method. I have to integrate that payment method to the oxid eshop. But i don’t from which step i should redirect to the payment method in the way in which it doesn’t affect the oxid order steps.
Anyone Please help me.
Thanks in advance.
Everything depends on your requirements, your payment Provider possibilities and certifications you want to fulfill.
At least you could have a look at other payment Providers, how they handle this
Thank you for the information.
I would like to ask you one more question regarding the payment. At the admin side we can assign type of payment methods to certain user groups. I don’t know where there details are saved in the database. I mean in which table.
Please help me.
Thanks in advance.
unfortunately, i’m not sure.
It should be oxobject2payment or oxobject2group
If you have PhpMyAdmin, you can open the database view where you see row counts for each table, then you assign another group to your payment method and open new tab with the same database view. Now you can compare row counts and see, if data was stored in oxobject2payment or oxobject2group
Thank you. It is object2group
Hi,
I would like to ask you one question regarding the payment. On the payment page customer can choose the type of payment method if there are more than one payment methods. Here in which table this date is saved.
All order related data is stored in oxorder
Thank you for the information.
The datas are stored in the oxorder after placing the order if I am not mistaken. But my doubt is before order confirm the customer have to choose the payment method. At this level, in which table the data is saved. I mean the customer’s selected mode of payment.
None, it is only saved when customer places an order.
Until then it is stored in Session.