I added this feature. Thank you for idea.
Plugin can read 'Overwriting Price' from product combination attribute.
But you use adding price for main price....
I'll see and write you after too days.
You are right. It was a bug. I have fixed it.
I used new URL without "\" and IIS used wrong level of path.
Thank you.
No problem.
Can you write a review about our support?
https://www.nopcommerce.com/p/2689/paypal-plus-foxnetsoftcom.aspx
We want to populate them.
Thank you too.
I can't do this feature.
Customer tried to create new order and he redirected to PayPal.
NopCommerce doesn't create any order and doesn't have any order ID yet.
NopCommerce/plugin seds new orderGuid to PayPal.
If customer pays plugin creates new order.
We can't send order ID to PayPal before.
Try to do new widget for older list in admin mode with OrderGuid and button "Go".
Plugin used customer's settings from browser, but most of customers where from Germany and they notices that sometimes PayPal display message in English.
I decided to use static value.
You can change them in the file PaymentInfo.cshtml
Comment them.
var ppp = PAYPAL.apps.PPP({
"approvalUrl": "@Html.Raw(Model.ApprovalUrl)",
"placeholder": "ppplus",
"mode": "@Model.Mode",
// "language": "de_DE",
// "country": "DE",
"language": "@Model.Language",
"country": "@Model.Country",
"showPuiOnSandbox":"true",
showLoadingIndicator: true,
onLoad: function() {
$('#ppplus iframe').width('100%');
}
});
$(document).ready(function () {
$('.payment-info-next-step-button, .confirm-order-button').hide();
//$('.payment-info-next-step-button, .confirm-order-button').show().prop("onclick", null).unbind().click(submitpaypalplus);
});
Or download new ZIP file from our site.
I changed plugin and build the new release with this fix.
PayPal works only in several countries.
I did it. Try new release 1.08.
PayPal added several months ago new feature for payments without any shipping address, but .NET API library doesn't have it.
I see only one solution to use billing address as a shipping address.
I'll do new release.
Answer from PayPal support
Unfortunately the option to do REST API on behalf of an account is not available at this moment. You would need to use the NVP classic API for this option." This is 2017, and I've seen comments from PayPal in 2013 saying that it's 'coming soon'!