Payment Options From Shopping Cart - asp.net

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?

Related

Show the credit/debit card page directly on paypal

I'm working on an e-commerce site which runs on WordPress platform. Woocommerce plugin is used to create the products and using PayPal standard payment gateway.
Whenever I check out the product, the PayPal is showing the "Paypal login page" but I wanted to show "Pay with credit/debit" by default.
I tried setting this '' to the checkout button in my site. I doesn't work.
I know "Express checkout" is used to show the "Paypal credit/debit" card page directly. But in my products, I have maintained the recurring payment option. "Express Checkout" doesn't provide the recurring payment option.
May I know where I'm going wrong.
Note: I'm using latest versions of woocommerce and wordpress.
I believe since you are using PayPal standard, you may need to utilize another form of integrating recurring payments for your respective products. Looks like PayPal does endorse a specific extension to WooCommerce that can handle recurring payments, link HERE.
Also, here's the actual link to the extension which is mentioned on the previous page, HERE.
According to REST API documentation, on v2/checkout/orders you may set the application_context.landing_page to BILLING.
Unfortunately, I can't see any difference on user experience behaviour.

Link Paypal payment to asp.net website

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/

How to make customer to use the Paypal in the checkout page, not actual paypal page

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

How to add Payment functionality in Shopping Cart

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

ASP.NET VB.NET Basic Shopping Cart Function

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

Resources