ASP.NET VB.NET Basic Shopping Cart Function - asp.net

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

Related

Linking Wordpress Subscription to Microsoft Dynamics & Click Dimensions

I would like to move an entire CRM, website, marketing automation settings, blog, landing pages etc. from HubSpot to Microsoft Dynamics & Click Dimensions.
Since Click Dimensions doesn't support much in the way of blogging or landing pages in the same way HubSpot does, I decided to use Wordpress for the blog and landing pages with calls to the ClickDimensions for data capture and processing. This is, for the most part, straightforward.
However, I hit a snag with blog subscriptions. Since blog subscriptions would be handled by Wordpress, is there any easy way to pass the subscribed emails to ClickDimensions from Wordpress, or implement any kind of control on ClickDimensions regarding the emails themselves?
Thanks in advance.

Payment Options From Shopping Cart

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?

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

Paypal/Google checkout with Drupal

Is there a simple way in implement Paypal/Google cart (cart not button) with my Drupal website with out installing big over complicated modules such as ubercart and ecommerce? Just want to click add to chart and then hit checkout which takes me to Paypal/Google checkout to do the rest.
UPDATE: I should add that i'm running Drupal 7
Have you tried modules like Google Checkout or Simple Paypal Framework? Paypal has many modules advertised as simple, try to look on Drupal Modules. Good luck.

How to process shipping charges and VAT using Google Checkout?

I need to implement google checkout using asp.net c#, I was able to get items in my shopping cart populated in google checkout, but was unable to proceed with shipping charges and VAT and what to do after that, i.e., track orders and redirecting to my site so I could add customer's orders. kindly provide me with complete implementation sample if possible i will be very grateful to you.
Google provides sample code, which should effectively provide an integration sample:
.Net Sample Code
and
Google Checkout XML API Developer's Guide
For .NET integration issues I also recommend the Checkout Developer forums:
http://www.google.com/support/forum/p/checkout-merchants/label?lid=254e6cb63ecd682f&hl=en

Resources