You have no items in your shopping cart.

Saturday, April 27, 2024 6:54:37 AM

Square credit card plugin support?

Posted: 6 years ago

#8126 Quote

lchacko1978

Posted: 6 years ago

#8126 Quote
Hello,
I'm trying to evaluate the software and am running into an issue with use the "Square" credit card plugin.  The error seems to be complaining about sqpaymentform is not defined.  Do you have a fix for this or can help with this?

Posted: 6 years ago

#8127 Quote

Support

Posted: 6 years ago

#8127 Quote
Plugin has a bug.
This plugin works ONLY for step by step checkout page.

Open the file PaymentInfo.cshtml and remove this code
    Html.AddScriptParts(ResourceLocation.Footer, "https://js.squareup.com/v2/paymentform");


add this code
<script src="https://js.squareup.com/v2/paymentform"></script>


Or add it in main SimpleCheckout.cshtml or SimpleCheckout2.cshtml file

Plugin loads PaymentInfo.cshtml using Ajax. but nopCommerce doesn't add this script in the header of the page.


Such problem has plugin for Worldpay.

Posted: 6 years ago

#8128 Quote

Support

Posted: 6 years ago

#8128 Quote
It's a good idea to add support from the box in plugin.
I have a list of payment methods and can add this JavaScript in main page.

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved