473,660 Members | 2,426 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What's the best ASPNET Shopping Cart software?

I want your recommendation on which ASP.NET Shopping Cart software I should
buy?

Best code
Best documentation
Best support (if needed. I will buying source code, if possible)

TIA,

Larry Woods
Nov 19 '05 #1
5 1805
Hi Larry!

Why don't you use PayPal? They take a small percentage of the price, but you
have no need to write complicated code for a secure transaction & you won't
need a SSL certificate

See here:

http://www.paypal.com/cgi-bin/webscr.../intro-outside

If the above link doesn't work, goto:

http://www.paypal.com

Now, scroll to the bottom of the page & then click the developer link

I hope this helps,

Crouchie1998
BA (HONS) MCP MCSE
Nov 19 '05 #2
I need more flexibility then is offered by PayPal.

Larry

"Crouchie19 98" <cr**********@s pamcop.net> wrote in message
news:Os******** ******@TK2MSFTN GP10.phx.gbl...
Hi Larry!

Why don't you use PayPal? They take a small percentage of the price, but you have no need to write complicated code for a secure transaction & you won't need a SSL certificate

See here:

http://www.paypal.com/cgi-bin/webscr.../intro-outside

If the above link doesn't work, goto:

http://www.paypal.com

Now, scroll to the bottom of the page & then click the developer link

I hope this helps,

Crouchie1998
BA (HONS) MCP MCSE

Nov 19 '05 #3
TJS
"Best " is relative .
For some best may be the simplest or free, for others, best may be the most
powerful and expensive.

You'll have to be more specific or just google for asp.net shopping carts
"l.woods" <la***@NOSPAMlw oods.com> wrote in message
news:el******** ******@TK2MSFTN GP09.phx.gbl...
I want your recommendation on which ASP.NET Shopping Cart software I should
buy?

Best code
Best documentation
Best support (if needed. I will buying source code, if possible)

TIA,

Larry Woods

Nov 19 '05 #4
Hi,

you should look at the following package:

http://www.profitautomation.co m/app/adtrack.asp?AdI D=155258

I use it personally and some of my friends use it too - it's very
handy. It has following features:

Integrated Shopping Cart
Manage Productd
Manage Clients / Mailing Lists
Autoresponders
Manage Affiliate Program
Ad Tracker
etc.

For example I just set up ad tracker to track clickthrough from this
post - it took me 10 seconds. If you are serious about selling
something on the web you need most of the features they offer. Signup
is quick and it is very easy to try - they have useful tutorials.

They also have active online and phone support - I used it few times
and am very happy with them.

http://www.profitautomation.co m/app/adtrack.asp?AdI D=155258

Best wishes,
Rado Lang

Nov 19 '05 #5
Just build your own. The easiest way is to store a DataTable to session
object and insert rows as items are added. At checkout, you can sum
columns.

Charlie
"l.woods" <la***@NOSPAMlw oods.com> wrote in message
news:el******** ******@TK2MSFTN GP09.phx.gbl...
I want your recommendation on which ASP.NET Shopping Cart software I should
buy?

Best code
Best documentation
Best support (if needed. I will buying source code, if possible)

TIA,

Larry Woods

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3349
by: Barrie Tingle | last post by:
Does anyone know of shopping cart software which will be suitable for custom PC buying (E.g. Alienware) where by there is a set price for an item and then the price changes depending on options selected by people E.g. Different sized hard drives, monitors etc. Cheap is good but of course free is better.
2
3024
by: Erik | last post by:
Does anybody know of a free ASP shopping cart or some free ASP code to help someone get a shopping cart started. Or does anybody have any experience using a ASP shopping cart that is inexpensive and works good. I need to create a shopping cart in ASP and any useful info or tips would be helpful. Thanks. Erik Roessing
1
3573
by: madison | last post by:
Hi, I am trying to start a website using paypals shopping cart function. If i have 10 items and they sell out, how do I make it so the item is then listed as sold out. The next person would not be able to come along and add it to their shopping cart. thanks joy
5
1338
by: Marshall Dudley | last post by:
I have a requirement where I need to insert a cart contents into all the pages of a website. There are two websites involved, the main website of the store owner, and the website of the shopping cart service. I need to be able to display the cart contents of the cart that is on the service, on pages that are thrown by the main site. When an item is added to the cart a post is made from the main site to the service site, then after the...
3
2461
by: qwerty | last post by:
I´m new to ASP.Net. My workmate has some experience with it. He claimed that in ASP.Net working with frames is much simpler than it was ASP. I asked explanation but he couldn't give me such. (a button inside a-tag with attribute target isn't anything new relating ASP.Net, its same old HTML). He claimed that you could change another page´s controls´s property´s value from another frame by using this method: ' Page "Bottom"
0
1119
by: Mark | last post by:
I'm trying to port the asp.net unleashed sample store from SQLServer to Access. I have it all do, execpt when I try and add something to the cart I geet this error: Exception Details: System.InvalidOperationException: OleDbCommand.Prepare method requires all parameters to have an explicitly set type. Source Error: Line 37:
7
2627
by: isaac2004 | last post by:
hi i have a basic asp page that acts as an online bookstore. on my cart page i am having trouble generating 3 numbers; a subtotal, a shipping total, and a final price. here is my code i would like it to work properly so that a record count counts through all the books and genertates these numbers. watch out for line breaks <%@ Language=VBScript %> <% Option Explicit %> <!--#include file="DatabaseConnect.asp"-->
2
1438
by: deko | last post by:
Anyone have any thoughts on shopping cart software? Shop-Script sounds good... because it's free. But the main thing I need is the ability to interface with Google Checkout. also looking at: X-Cart Cubecart
1
7288
by: jecha | last post by:
I'm implementing a shopping cart but am having a problem in checking out a person who has added item in his/her shopping busket.The code for the checkout.php script is given below <? require_once('functions.inc.php'); session_start(); do_html_header("Checkout"); $cart = $_SESSION; if($cart&&array_count_values($cart)) { display_cart($cart,false,0); display_checkout_form($HTTP_POST_VARS);
0
8341
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8754
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8542
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8630
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4343
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2760
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1984
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.