473,663 Members | 2,854 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

shopping cart

can anyone point me to a free shopping-cart script?
Oct 26 '08 #1
6 1870
frank wrote:
can anyone point me to a free shopping-cart script?
I think you're grossly under-estimating what's involved in a shopping
cart functionality.
Oct 26 '08 #2
On Sun, 26 Oct 2008 15:03:04 +0100, Stevo wrote:
frank wrote:
>can anyone point me to a free shopping-cart script?

I think you're grossly under-estimating what's involved in a shopping
cart functionality.
Maybe, but where do I get started?
Oct 26 '08 #3
frank meinte:
On Sun, 26 Oct 2008 15:03:04 +0100, Stevo wrote:
>frank wrote:
>>can anyone point me to a free shopping-cart script?
I think you're grossly under-estimating what's involved in a shopping
cart functionality.

Maybe, but where do I get started?
Shopping carts are firstly server side stuff. JS is just for the
eye-candy. I'm pretty sure there zillions of
name-your-favourite-server-side-scripting-language shopping carts once
you start google. [1]

Gregor

[1] "php shopping cart" gives me 1,450,000 hits. Start reading.
Oct 26 '08 #4
On Sun, 26 Oct 2008 13:14:54 +0000, frank wrote:
can anyone point me to a free shopping-cart script?
Thank you both. I'm convinced.
Oct 26 '08 #5
frank wrote:
On Sun, 26 Oct 2008 13:14:54 +0000, frank wrote:
>can anyone point me to a free shopping-cart script?

Thank you both. I'm convinced.
It's off topic here. But you can try mals-e.

F'up2 alt.www.webmaster

--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 27 '08 #6
Gregor Kofler wrote:
frank meinte:
>On Sun, 26 Oct 2008 15:03:04 +0100, Stevo wrote:
>>frank wrote:
can anyone point me to a free shopping-cart script?
I think you're grossly under-estimating what's involved in a shopping
cart functionality.
Maybe, but where do I get started?

Shopping carts are firstly server side stuff. JS is just for the
eye-candy. I'm pretty sure there zillions of
name-your-favourite-server-side-scripting-language shopping carts once
you start google. [1]
[...]
[1] "php shopping cart" gives me 1,450,000 hits. Start reading.
Some might find it tiresome, but I think it is important to point out that
it is unwise to put ECMAScript implementations ("JS") in the client-side
corner or PHP in the server-side one. Both are just programming languages;
their places of use are determined by the actual use-case.

However, if the OP was to create a shopping cart using a server-side
ECMAScript implementation such as Microsoft JScript (.NET) in ASP (.NET) on
IIS-compatibles, it is likely that questions regarding it here would be
off-topic unless they dealt only with the programming language and not with
the underlying server-side application framework.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Oct 27 '08 #7

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

Similar topics

2
2856
by: Don Grover | last post by:
I am retrieving costs and product id's from a sql db. and need to build a shopping cart around it. How do I store the selected items and qty req so I can move into another catalog and total up as im going. Just a couple of hints will do, Im familiar with vb script but not java based code , and im wondering how to store what they select so I can move around different product ranges. Don
2
3302
by: Paul Bruneau | last post by:
Hi, I hope someone can help me make a working shopping cart, as a learning tool. If I have a "Product Demo" html page with a "Buy Me" button, there must be a simple javascript method of storing the necessary product information. There could be several fields involved... Then there ought to be another javascript method that can create a new document based on the list a user has built selecting product from several
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
1
3214
by: Adil Akram | last post by:
I have created a site shopping cart in ASP.net. I am using ASP session object's SessionID on non SSL connection to track session. While adding products to cart DB I insert product and SessionID in table. All products and cart status pages are on non SSL connection. On checkout to get secure user information I shifted connection to SSL but when shifting to SSL, the SessionID changed (As is this is default behavior of IIS to prevent...
2
2290
by: G.E.M.P | last post by:
High Level Session Handling Design for a Shopping cart 0) What am I missing? 1) How does OSCommerce do it? I'm thinking about building a shopping cart from scratch, using a library of dynamic screen generation routines (already written) that take an XML stream as input from various "search for products" forms. That way I can run queries in one window and display the dynamic results in another. The searching functions will probably
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"-->
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);
15
4279
gregerly
by: gregerly | last post by:
Hello, I once again turn to this community of genius' for some help with a problem. I've got a shopping cart (which is working well so far) that I will be implementing all kinds of AJAX functionality on. However, first I want to make sure it works if javascript is not available. So when your on the shopping cart page, you can update the quantities then click Update Cart, which would update the totals, and refresh the shopping cart page,...
3
2890
by: Paulo | last post by:
Hi, beginner on asp.net 2.0 C# VS 2005, how can I use the shopping cart concept on my application? When the user clicks add item, it will be stored on some storage format, I dont know what is the term: temp/global DataSet, etc... and it should be read on other web-form to checkout the items... Can you point me to the right direction? Thank you very much!
1
7663
by: BenKen | last post by:
Hi all pls I'm having great difficulty in making my shopping cart work. I am a newbie in php with little understanding of it. Add to cart button doesn't work and shopping cart in general doesn't. Pls help. Below is the code for both shopping cart, products and function.php shopping cart code: <? include("db.php"); include("functions.php"); if($_REQUEST=='delete' && $_REQUEST>0){ remove_product($_REQUEST);
0
8858
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
8771
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
8548
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
8634
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...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5657
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2763
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
2000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1757
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.