Payment plugin / One page checkout / javascript

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 11 años
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.
Hace 11 años
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
Hace 11 años
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
Hace 11 años
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.
Hace 11 años
It has been tested with 3.30, just haven't updated the plugin on the plugin page yet.
Hace 10 años
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 :)
Hace 10 años
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.