Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Nenadmail #1
Like a Shopping Cart but -NOT- a Shopping Cart
Have you ever seen [url]www.apple.com/store?[/url]
And if you noticed when you choose G5 for example... you select the kind of
MAC and then you can customize it, add memory, another hard drive, bigger
monitor... etc.
Well, each time you select from the menu to customize the computer, the price
updates.
I am making a similar thing. BUT ITS NOT A SHOPPING CART!!!.. I want the
visitors to be able to make their own custom package of "wedding
videography"... the advantage? They see in real time, how much it will cost
them. Then when they're ready, they send it as a "Request for Services" to the
videographers.
The vidographers in turn, get an email and see a request, and can contact
their potential client and discuss what they've chosen.
That's the idea. Now in that process, I know everything except the part that
UPDATES THE PRICE in real time, as if it was a cart.
How do I do that?
Nenadmail Guest
-
shopping cart
Hi i would like to know. In CD-rom , it's possible to make a shopping cart I'm working on a site that requiers a shopping cart (just to calculate... -
Shopping cart help
Hi, I need to create a shopping cart style website. Are there any good tutorials or 'shareware' stuff out there that I can look at? I want to do... -
Php Shopping Cart
If anybody can help that would be great. ok here's my problem, i have a PHP shopping cart that i have built in dreamweaver mx 2004 . i have a... -
shopping cart shopping
Im looking to buy some ecommerce software to hook up to an HTML site. The company will have around 350 products or so to start out, and will be... -
JS shopping cart
peterct07@yahoo.com (Peter Cartwright) wrote in message news:<b6141bd7.0307171525.1c322082@posting.google.com>... Oops wrong forum -
Nenadmail #2
Like a Shopping Cart but -NOT- a Shopping Cart
Have you ever seen [url]www.apple.com/store?[/url]
And if you noticed when you choose G5 for example... you select the kind of
MAC and then you can customize it, add memory, another hard drive, bigger
monitor... etc.
Well, each time you select from the menu to customize the computer, the price
updates.
I am making a similar thing. BUT ITS NOT A SHOPPING CART!!!.. I want the
visitors to be able to make their own custom package of "wedding
videography"... the advantage? They see in real time, how much it will cost
them. Then when they're ready, they send it as a "Request for Services" to the
videographers.
The vidographers in turn, get an email and see a request, and can contact
their potential client and discuss what they've chosen.
That's the idea. Now in that process, I know everything except the part that
UPDATES THE PRICE in real time, as if it was a cart.
How do I do that?
Nenadmail Guest
-
ryanthered@mac.com #3
Re: Like a Shopping Cart but -NOT- a Shopping Cart
The Apple Store uses AJAX technology to dynamically update the price when a
control is selected. I would recommend doing a search or getting a book on
basic AJAX to learn how to do that. If you already know Javascript and XML,
then you're 90% there.
ryanthered@mac.com Guest
-
Magic Maker #4
Re: Like a Shopping Cart but -NOT- a Shopping Cart
My best guess would be to add an afterUpdate behavior on each field that you
have that will refresh the page.
but you will probably need to pass the current field contents to a session
variable and bring it back in to the fields after refreshing so that you donlt
loose the data
Magic Maker Guest



Reply With Quote

