You have no items in your shopping cart.

Friday, April 19, 2024 10:05:45 PM

Theme GrandNode bug?

Posted: 5 years ago

#8476 Quote

Patrick.Harris78

Posted: 5 years ago

#8476 Quote
I use Theme GrandNode and PayPal Standard pro plugin but it doesn't work.

I add item to card start check out and select PayPal Standard Pro, follow prompts and never get redirected to paypal.

Posted: 5 years ago

#8477 Quote

Support

Posted: 5 years ago

#8477 Quote
This cshtml files don't have css style payment-info-next-step-button for buttons.

Change the cshtml files

OnePageCheckout.cshtml

old code
<button onclick="PaymentInfo.save()" class="btn waves-effect waves-light">

new code
<button onclick="PaymentInfo.save()" class="btn payment-info-next-step-button waves-effect waves-light">


PaymentInfo.cshtml

old code
<button type="submit" name="nextstep" value="@T("Checkout.NextButton")" class="btn waves-effect waves-light">@T("Checkout.NextButton")</button>

new code
<button type="submit" name="nextstep" value="@T("Checkout.NextButton")" class="btn payment-info-next-step-button waves-effect waves-light">@T("Checkout.NextButton")</button>

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved