Payment plugin / One page checkout / javascript

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 11 ans
Yes, I was able to remove the extraneous code earlier today, there was something else that was interfering with it. Once I removed the offender, calling the PaymentInfo.Save directly worked.

Thanks for you help on this.
Il y a 11 ans
tfsmag wrote:
Yes, I was able to remove the extraneous code earlier today, there was something else that was interfering with it. Once I removed the offender, calling the PaymentInfo.Save directly worked.

Thanks for you help on this.


Hehe. Good to hear that! :D
Il y a 11 ans
Hi,

any idea when the Paymill version for 3.30 is available. We would update it, too, if the source code would be somewhere provided.

Regards and thanks,
Jörg
Il y a 11 ans
Here's the github repository

https://github.com/tfsmag/Nop.Plugin.Payments.PayMill

You may have to do some fiddling with references to get it to work with your project source.
Il y a 11 ans
It has been tested with 3.30, just haven't updated the plugin on the plugin page yet.
Il y a 10 ans
For my case, if I put any javascript in OpcShippingAddress.cshtml, the javascript strips at all. To test I put following script end of the partial page  OpcShippingAddress.cshtml
<script>
var test = 'test';
</script>

Everything are rendered fine except javascript. Any idea most well come :)
Il y a 10 ans
Oh, It was my mistake, javascript works fine, better to take a cup of coffee. cheers :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.