1. I added support custom Controller and Action.
Create the Custom template and configure it.
2. About new feature mapping nopcommerce controller and action to custom controller and action.
One of customer asked me to add it.
I prepared for it but this feature wasn't implemented it.
I didn't have free time.
Can you tell me the attribute name?
I can't understand you
Version 1.41 - October 07, 2019
+ added new parameter in each tracking code (Exclude TAX, Exclude Shipping and Payment Fees)
- remove parameter "Include TAX" from plugin configure page
Help me.
What tracking code do you use? Google, Facebook?
Do you want to have product price with TAX (include TAX)
and order Total without TAX?
Read this article
https://articles.braintreepayments.com/guides/fraud-tools/basic/avs-cvv-rules?_ga=1.69291865.892689394.1555673655
I'll change this error message
Error. Stripe error: Card Error. code:expired_card, message=Your card has expired.
to this new value
Stripe error: Your card has expired.
>that would be better solution is on error it should step back to payment details,
it's a good idea.
I did in in the new release.
Try it and write me about result.
I solved this issue in my plugin
Version 3.00 - September 23, 2019
- changed the logic of plugin (old release had an issue - capture payment at once after submit payment, he have soled this issue).
Stripe support answered me that we need to solve it myself.
I found another solution. I use the two steps Stripe payment logic.
- create the payment on Payment Info step of checkout
- confirm and validate 3D Secure on order confirm step of checkout.
Please upgrade plugin
Stripe support answered me that they would think...
But I found another solution.
Wait 2-3 days.
I want to remove button "Submit payment" and move all logic to button ''Confirm order".
It's bad that I need to do the own cshtml file for nopcommerce one page checkout, nopcommerce mutipage checkout and any external one page checkout.
But I don't see any solution of this problem.
I think Stripe can't solve it because 3D Secure 2.0 has own logic for confirmation payment. The card holder's bak checks the payment (online, email, etc) and move money at once.