I have got E commerce web site in asp.net. I have added shopping cart using Datalist, shopping cart functionality running fine now I want to add payment functionality.
Here's how to integrate the PayPal checkout button with ASP.NET and get around the single form problem; it also shows how to grab the cart items data (caveat: own blog post):
Integrate PayPal Checkout Button with ASP.NET 2.0
This is also an expert reference showing how to construct the request to PayPal:
PayPal Integration with ASP.NET article posted
Related
I'm trying to link my asp.net website to Paypal payment system..
I had created my business profile on Paypal and add paypal buttons to my web page but I can't understand how to make Paypal reference the information..
any one have idea ?
For paypal integration, you need to do implement the code, Here I put the SDK and Rest Api link take look into:
Visit https://developer.paypal.com/docs/api/rest-sdks
Visit https://developer.paypal.com/reference/
I am new in Woocommerce and want to know if there is a feature for this:
When customer add the product to the cart and try to check out, they mostly click the Paypal method to pay.
But when they click Paypal method to pay, the checkout page directly transfer to Paypal page.
So, I want to make my site that customer can easily use paypal in the checkout page, not transfer to the actual Paypal page.
Is there any way I can do that?
Thanks,
You likely need a different PayPal extension (like PayPal Pro) for WooCommerce.
See the "Keep Customers On Your Site" options on the PayPal Extension Comparison
I am using ASP.NET with my code behind in C# and I am working on setting up a shopping cart to allow payment online using Paypal This is great! Well now I need an option from my shopping cart to allow the option of "Pay In Store." Following the tutorial Webforms And Paypaland things are great, except I do not see anyway to allow check-out w/o Paypal info being entered for payment.
Is their a way in ASP.Net and C# to give the user the option to EITHER pay with paypal OR pay in store?
EDIT:
Is their an e-commerce asp.net program that will allow me to use integrate both the paypal fast checkout as well as a pay-in-store option?
I have this error popping up when going through to paypal to pay for an order -
"Error Detected Your shopping cart is empty."
On this website - http://wpaulphotos.com/
Plugins I have are backupbuddy, Yoast seo and woocommerce
This same error pops up for different products, so it's not related to a particular product.
It seems to be working ok for me. I added an item, went to checkout, filled out the form, and when I continued I was taken to PayPal where I signed in and was presented with the review and Pay button on the PayPal page. I didn't complete the order, though, so if the error is happening after that I can't see it..??
On another note, using that basic PayPal that comes with WooCommerce sort of eliminates one of the benefits of PayPal for buyers. Mainly, the ability to checkout without the need to fill in a form like you have on your checkout page.
If you enable Express Checkout on your site payers can checkout straight from the cart page or just click the PayPal checkout button at the top of your checkout page and skip filling out all of that stuff. This can improve conversion rates on your site quite a bit.
I'd recommend checking out PayPal for Commerce. You can enable Express Checkout with that plugin and then disable the built in standard PayPal. That should eliminate whatever problem you seem to be having as well as improve the checkout experience for your shoppers.
Just wondering the best way to go about this, I am building a VB.NET Shopping Cart Technology, with the basic entities of - User Logging In - Going Through Shopping Cart - Checkout of Shopping Cart - Displaying Items in Shopping Cart.
Is there anything there off the shelf (free) that I can just pick up out there ?
If you have a look at the Microsoft Web Platform Installer you can download several free open source eCommerce solutions.
There are several in C# but if you want vb.net there is Kartris which is free and open source