Updating Shopping Basket

I've got a shopping basket that allows a user to enter a quantity into an input field then hit an "Update Quantity" button that calls a function that refreshes the page with the new quantity. Is there a way to have the update function called when the user enters the number in the input field WITHOUT having to hit the "Update Quantity" button? I'm thinking it's a onfocus issue.

View Replies


ADVERTISEMENT

Shopping Basket / Sessions

I'm basically loading the page, checking to see if there's an "addToBasket"
value in the querystring, if there is then I grab the product code (also in
the querystring) - now - here's where it seems to be going wrong...

I figured to keep a multitude of product codes in the session variable I'll
need to store an array...so, I first check to see if the
session("BasketItems") is "" / nothing - if so, I dim in an array, if not
then I set a variable to equal the session("BasketItems")...

I then get the UBound of the array, add 1 to it, and do a ReDim Preserve,
and add the product code from the querstring to the array at that
position...

View Replies View Related

Shopping Basket Style Thing

Further to a question I posted a few weeks back - i'm devloping a site for our company where visitors can vist product sections, and pick catalogues they want - currently they can only go to one section, pick catalogues, order them, then move onto another section - problem is this. The powers that be want a more 'shopping basket' style - where customers can browse all the sections and pick as they go - and order them all together. In a 'shopping basket' styleee - so does anyone know of any good shopping basket style tutorials?

View Replies View Related

How To Place Shopping Basket Contents Into Orders Table

I am reaching the point in the implementation of my first shopping cart where I need to place all the customer’s products within their shopping basket into an orders table.

I am sure many of you have performed this task before so I wondered if you wouldn’t mind pointing me in the right direction. I am not really sure exactly what is usually stored within the orders table in most shopping carts. My shopping cart contents is stored in a session array like this Code:

View Replies View Related

Convert Html Page Or Database Shopping Basket To An Email

OK - I have a shopping basket with data in a database. Once the person
has successfully completed their order I want to be able to send them
an email with the products ordered roughly in the following format:

Product Price Quantity

prod1 £6.99 1
prod2 £5.99 2
Postage £0.50

Total whatever..I'm
lazy

Formatting would be a little different (just spacing out the prod
table a little more.

Any ideas or links to scripts that do this?. I've been looking for a
while now but have had no luck in finding a solution. I just want to
send a text email (and not html).

The other thing is that on the last page but one, this shopping basket
is displayed. Is there anyway I could capture the html data from that
page, store it in a session variable and then generate the email after
the order has been completed (so sort of like sending a mirror of that
page)? In that case having a HTML formatted email would be ok.

View Replies View Related

How To Add Items To A Basket

I am doing a wed site online shopping system for my school project, which requires some asp coding using vb script. I am new to asp and have no knowledge whatsoever on how to code what i need.
Could someone please provide me with help, or coding on how to add item details into a basket record, once the user clicks the add to basket link.

View Replies View Related

Add Items To Basket

I am doing a wed site online shopping system for my school project, which requires some asp coding using vb script. I am new to asp and have no knowledge whatsoever on how to code what i need.provide me with help, or coding on how to add item details into a basket record, once the user clicks the add to basket link.

View Replies View Related

Add Items To A Basket

I am doing a wed site online shopping system for my school project, which requires some asp coding using vb script. I am new toasp and have no knowledge whatsoever on how to code what i need.

how to add item details into a basket record, once the user clicks the add to basket link.

View Replies View Related

Shopping Cart Using Asp

i was wondering if anyone could give me a few ideas on how to create a shopping cart using asp or even a good website asi have been searching and have not found any

View Replies View Related

ASP Shopping Cart

how should i assign a unique id to a user ? i've used the sessionid in
the past but have found that the sessionid is not unique. is there a
better solution for assigning a unique id to each visitor ?

secondly, what's the best way to track visitors as they move about my
site ? i'll be recording items in the cart in a database but will
still need to track the user on each page ... session variables or a
cookie ?

View Replies View Related

What's The Best ASP Shopping Cart?

what's the best ASP shopping-cart available? I have looked in Aspin and there seems to be a few good one's around. Anybody tried any of them? Ofcourse, it needs to be fully-featured with order-tracking, intranet product management, etc.

View Replies View Related

Asp Shopping Cart

I have made the following shopping cart. which displays data fine but when i hit the add to cart it is saying "No value given for one or more required parameters"

so i have not seen my cart working I would like to also add Images to this later but im taking one step at a time Code:

View Replies View Related

ASP/SQL Shopping Cart

how i would go about creating an ASP/SQL Shopping Cart???

View Replies View Related

Setting Up A New Shopping Sit

Is there anyone out there who can set up a relatively easy shopping site. I will need it for selling music cds.
This would be for about an inventory of about 2500 titles, which I have in .csv text format or MS Ecxel or MS Access but it should be database driven and easy to be maintained by a non-techie....
I was thinking of mals-ecommerce (oscommerce, I hear has been somewhat difficult), or some other ones that I've seen out there, like ezstores.net, comersus.com, cactusshop.net, or www.alanward.net/acart
Thank you very much, and please ask questions, as I am sure there is something I probably left out.

View Replies View Related

ASP Shopping Cart

Im building a simple asp shopping cart for my college assignment, however im having trouble adding more items to my cart.

i can add one item, but when i add another the previous does not show. Here is my code so far for my cart. I figured i need to somehow create an array? so i can loop through the session array? Code:

View Replies View Related

Shopping Cart ASP

I am working on shopping cart and stuck on this issue for a long time

this is what i am trying to do

user comes and adds a item in the cart so now the shopping cart looks like this

football_shirt_2

where 2 is the qty

the user then shops around and decides he needs to buy 3 more shirts

so what i want to do is when he adds 3 more shirts i want to update the qty in the earlier item and make it 5 because earlier it was 2 Code:

View Replies View Related

If/then For A Shopping Cart

I've built an website using a shopping cart feature from a third party that is hosting the site. It uses an ASP script that looks like this: <%=getAttribute("item",93,"addToCartHTML") My problem is that when they get to the page with the add to cart button it is automatically filled with a value of 1 of that item.

My client wants to be able to click this button and if they had previously added this item to their cart it wouldn't add it a second time. I think I need some sort of "if" statement but I don't know what it would be and where I would add it.

View Replies View Related

Shopping Baskets

I need to make a site in ASP that has some kind of shopping basket. It is an assignment so I need to write the code myself however I am not sure how to go about it. What is the normal way of storing contents toa shopping masket?

I am guessing either a session vairable or cookie is the best way. I can't see that a database would work because each member would need their own table so it just gets very complex. The products the shop will sell will be stored in an access database.

View Replies View Related

Shopping Carts

I am looking for an ASP Shopping Cart that's full of features, and doesn't cost an arm and a leg, less than $200. One thing is it must support MySQL, and Authorize.net. I've been running a B&M store for a while now and want to go online.

My inventory system will let me export all of the data for each product in a CSV or Tab Deliminated format. The file contains among other things, Product Name, Item Description, Cost, Selling Price, Shipping Cost, Inventory Count, and many other fields.

I'd like to be able to use this to just import the data on a daily basis and have the entire store updated. I know the file may need to be edited to remove those items, with low inventory count, but that's easy.

View Replies View Related

Different Shopping Cart Methods

i'm needing a different shopping cart method to update an inventory catalog. it uses the dictionary object, stored as a session variable. not efficient, as some has let me know. i know of one other method of building temp tables in the db. are there any other methods that are efficient and scalable?

View Replies View Related

How To Email Shopping Cart?

Does anyone knows how to send the contents of a shopping cart when a user click on the check out feature of the shopping cart?

View Replies View Related

Online Shopping Books

I intend to make an online shop for a few web sites.

I would like to build it myself from scratch in ASP.NET using VB.

I don't want to buy any software etc because I would like to gain the experience of building it myself.

Can anyone recommend any good books / web sites / articles that will guide me through the process. I like WROX Press but don't know which books will suit me best.

View Replies View Related

ASP/Quickbooks POS Shopping Cart?

Has anyone here had success with getting an ASP shopping cart to talk to a Quickbooks POS system? Any suggestions?? And yes, I have checked on google already.

View Replies View Related

Asp, Problem Such As Shopping Cart

i have a form, inside got 3 drop down and one text box. and got one Add button. wat i wan to do is:

after fill in the value for this form, then click the add button and it will display the value in the 2nd page. the data hasnt insert into the database yet. then when user click on continue button in the 2nd page, it can add another new record , etc...until the user click on the FINISH button on the 2nd page, then all the records will insert into DB. it is same as the shopping cart ...but i duno how is work? Code:

View Replies View Related

Using Shopping Cart Totals

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:

View Replies View Related

Shopping Cart And Validation

I am trying to make a shopping cart in ASP. My backend is in SQL. Now during the user access I would like to make some restriction like if I have only one product left, and two buyer wants to buy it simountenously at the same time. Now how can I restrict that. Anyone having any redymade code for that.

Another thing how to keep the session information about the user. Like if I want to know the details of the user. How to do it with cookies?

View Replies View Related

Shopping Cart Session

how many minutes big e-commerce web sites, like amazon.com, set their shopping cart sesssion.timeout?

View Replies View Related

Shopping Cart Customization

I purchased a shopping cart template at www.ecommercetemplates.com for my two sites. The cart is nice and very user friendly (there is my product plug ) but it cannot deliver electronic products, which is what I sell.
I paid a developer some $$$ to write a script that would email the ZIP of the product purchased to the customer. Everything was working fine until I added PayPal as a payment provider. Someone using 2checkout at my site gets the email with the ZIP of their purchase attached. PayPal customers get:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/vsadmin/inc/incthanks.asp, line 294

View Replies View Related

Shopping Cart Array

I've got a two dimensional array that I'd like to "compress" into a smaller array. The first dimension of the array contains a product price code (1-5) and the second dimension is the quantity (I'm using it in a shopping cart). I'd like to go through the array, grabbing the quantity for each price code and consolidate. Codes will probably occur more than once.I'm having problems getting started on this and was hoping someone could point me in the right direction.I know this isn't much, but this is what I've started with:Code:

For i = LBound(arrPriceID) TO UBound(arrPriceID)
If arrPriceID(i,0) <> "" then
intPriceID = arrPriceID(i,0)
End if

View Replies View Related

Build Shopping Cart?

anyone has any program or tool or code which builds a shopping cart easily?

View Replies View Related

Creating ASP Shopping Carts

Does anyone know any good books or websites that i will be able to learn how to build a shopping cart for a website that uses vbscript and asp??? Ideally the book will be quite detailed so i understand what i am doing.

View Replies View Related

Shopping Cart Basics

i am trying to code a shopping cart into my website for users to add/remove items, and complete their transactions when finished.Have looked on the web and found some rather complex examples

Could anyone tell me the basics of how i could implement this, or point me in the direction of an example or tutorial on the web.

View Replies View Related

Unique ID For Shopping Cart

i'm about to write a shopping cart application and need to know the best way
to assign a unique id to each order.previously i used the sessionid which i've since found out isn't unique.can someone please advise me as to the most reliable way to assign a unique id to a transaction.i'm using classic asp and an access database.
i'd rather not use the session object due to issues with a previous shopping
cart application.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved