Payment plugin / One page checkout / javascript

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