- Posts: 424
- Thank you received: 11
Want pay now button direct directly to payment method for example to mollie
- BluepointWebdesign
-
Topic Author
- Offline
Less
More
1 year 9 months ago #364868
by BluepointWebdesign
Want pay now button direct directly to payment method for example to mollie was created by BluepointWebdesign
-- url of the page with the problem -- : bluepoint-concept.nl
-- HikaShop version -- : 5.2
-- Joomla version -- : 5.1.4
-- PHP version -- : 8.1.x
Hi,
Question. When order is made in backend, it is send to customer the customer gets email and via email he comes to shop to pay order directly. See screen shot, With button in toolbar. Then customer goes first to next page. and there he has to choose which payment method, and click next again, I would like that customer comes directly to mollie to pay.
How can i accomplish that.
Hope you can help,
Regards,
Mark
-- HikaShop version -- : 5.2
-- Joomla version -- : 5.1.4
-- PHP version -- : 8.1.x
Hi,
Question. When order is made in backend, it is send to customer the customer gets email and via email he comes to shop to pay order directly. See screen shot, With button in toolbar. Then customer goes first to next page. and there he has to choose which payment method, and click next again, I would like that customer comes directly to mollie to pay.
How can i accomplish that.
Hope you can help,
Regards,
Mark
Please Log in or Create an account to join the conversation.
1 year 9 months ago #364869
by nicolas
Replied by nicolas on topic Want pay now button direct directly to payment method for example to mollie
Hi,
Turn off the "Allow customers to change their payment method after checkout" setting in the HikaShop configuration page and I think it should do it.
Turn off the "Allow customers to change their payment method after checkout" setting in the HikaShop configuration page and I think it should do it.
Please Log in or Create an account to join the conversation.
- BluepointWebdesign
-
Topic Author
- Offline
Less
More
- Posts: 424
- Thank you received: 11
1 year 9 months ago #364882
by BluepointWebdesign
Replied by BluepointWebdesign on topic Want pay now button direct directly to payment method for example to mollie
Hi Nicolas,
Thanks for pointing out this one. I overlooked it. But when i set this that they cannot change payment methog, i get a page that payment method is not found for order. But i only have now i payment method active?
Thanks for pointing out this one. I overlooked it. But when i set this that they cannot change payment methog, i get a page that payment method is not found for order. But i only have now i payment method active?
Please Log in or Create an account to join the conversation.
1 year 9 months ago #364886
by nicolas
Replied by nicolas on topic Want pay now button direct directly to payment method for example to mollie
Hi,
Well, you need to directly select the payment method in the "additional information" section of the order before sending them the email notification for the payment. That way, the system will use this payment method automatically when the user clicks on the "pay now" button.
If you want, you can create a mass action with a trigger "after an order is created" and a filter on the column order_payment_id being equal to 0, and two actions "update the values" on :
- the "order_payment_method" with the "string" mode and the folder name of the payment method ( "mollie" ?).
- the "order_payment_id" with the "int" mode and the id of the payment method in the System>Payment methods menu.
That way, it will be automated.
Well, you need to directly select the payment method in the "additional information" section of the order before sending them the email notification for the payment. That way, the system will use this payment method automatically when the user clicks on the "pay now" button.
If you want, you can create a mass action with a trigger "after an order is created" and a filter on the column order_payment_id being equal to 0, and two actions "update the values" on :
- the "order_payment_method" with the "string" mode and the folder name of the payment method ( "mollie" ?).
- the "order_payment_id" with the "int" mode and the id of the payment method in the System>Payment methods menu.
That way, it will be automated.
Please Log in or Create an account to join the conversation.
- BluepointWebdesign
-
Topic Author
- Offline
Less
More
- Posts: 424
- Thank you received: 11
1 year 8 months ago #365290
by BluepointWebdesign
Replied by BluepointWebdesign on topic Want pay now button direct directly to payment method for example to mollie
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.595 seconds