Pay after order approvation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 anos atrás
Hi all,
I'm trying to set the following behavior at checkout:
The customer places an order without paying (I tried using cash on delivery method);
The admin verifies the order, changes the amount if necessary, and approves it or advises the customer to be able to pay for the order.
the customer finds the order to pay in his order list and makes the payment in the way he prefers;

Unfortunately, I haven't found a way to change the payment method once the order is placed or make it payable to the customer.

Is there a plugin or a method already integrated into nopCommerce to achieve this type of functionality?

thanks in advice to who could help me

bye
3 anos atrás
I'm not aware of any way or available plugin to change order payment method in admin area.

Would you describe " admin verifies the order, changes the amount if necessary"?  It's possible Payment Director could do the evaluation and conditionally present the appropriate payment method(s), and add any additional payment fee.
3 anos atrás
New York wrote:

Would you describe " admin verifies the order, changes the amount if necessary"? .


In my case, the store is trying to sell drugs with a prescription, so the prescription code is required to the client during the checkout(as a checkout attribute).
The admin has to manually verify the prescription, and eventually change the order amount if a particular product had a particular tax exemption.

any other suggestions?

thanks
bye
3 anos atrás
This it usually a function of the payment method
My payment methods let you pay later
On the first run like you say use Cash on Delivery to make the order (The other methods can be hidden until later)
After you check the order and adjust the price
(Add them to a new role so the other payment methods are revealed)
Then you can send them a link to make payment and they can select the payment method
For example this is the link you send
https://yourstore.com/plugins/MultiSafepay/deferredpayment/91077
or
https://yourstore.com/plugins/simplify/deferredpayment/9077

They can still get to select another payment method after this
The methods you use may need to by customised to provide this functionality
3 anos atrás
Hi Yidna,
thanks for your replay, it was open-minding, but can I ask you a couple of checks:

Yidna wrote:
This it usually a function of the payment method
My payment methods let you pay later


Which one are you using if I can ask?

Yidna wrote:

(Add them to a new role so the other payment methods are revealed)


I can't find out how to do it, do I have to change customer role? order role?

Yidna wrote:

Then you can send them a link to make payment and they can select the payment method
For example this is the link you send
https://yourstore.com/plugins/MultiSafepay/deferredpayment/91077
or
https://yourstore.com/plugins/simplify/deferredpayment/9077

They can still get to select another payment method after this
The methods you use may need to by customised to provide this functionality


I found those plugins can manage the deferred payment method, so do I have to change my actual payment gateway(stripe)
In order to use MultiSafePay?

Can you please give me one last suggestion?


thanks
bye

Andrea
3 anos atrás
andrea.verno wrote:
I can't find out how to do it, do I have to change customer role? order role?

See the Edit function for the Plugin on the Configuration > Local Plugins
https://yourwebsite.com/Admin/Plugin/List

All the plugins I created provide this function
https://www.nopcommerce.com/en/zippay-and-zipmoney-payment-plugin
https://www.nopcommerce.com/en/simplify-commerce-payment-plugin
https://www.nopcommerce.com/en/multisafepay-payment-plugin
and I will publish another one for http://mollie.com soon

Yes you would need to modify the payment gateway if you want to introduce this function
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.