Reply
Form question
Old 04-16-2005, 06:37 PM Form question
Skilled Talker

Posts: 63
I have a simple shopping cart and I want the the price to change when I select a different option. http://www.wrestlinggameszone.com/el...tians/test.htm like this page but when I select the size the price would change on top.

Last edited by cheatmaster300 : 04-16-2005 at 06:39 PM.
cheatmaster300 is offline
Reply With Quote
View Public Profile Visit cheatmaster300's homepage!
 
When You Register, These Ads Go Away!
Old 04-17-2005, 04:55 AM
Mooofasa's Avatar
Defies a Status

Posts: 1,612
Name: Michael (mik) Land
Location: England
Here you go, a better more advancec cart:
http://www.nopdesign.com/freecart/
__________________
Tumblings.co.uk - Tumblog with thoughts, quotes, links, videos, images and my creations.
Opera Browser - The best free web browser.
Opera Dev Tools - Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 04-17-2005, 09:13 AM
Skilled Talker

Posts: 63
That is the one I am using.
cheatmaster300 is offline
Reply With Quote
View Public Profile Visit cheatmaster300's homepage!
 
Old 04-19-2005, 03:39 PM
Kaiman's Avatar
Extreme Talker

Posts: 237
Not sure I understand your question do want the price to change for each item, for the quantity, or what?

Kaiman

Website Design and Hosting - Glenwood Springs, CO
Kaiman is offline
Reply With Quote
View Public Profile
 
Old 04-19-2005, 08:37 PM
Skilled Talker

Posts: 63
I am not sure if this is posible or not but I wanted the price to change when they selected a different candle size in the drop down menu. So where it says the price would update so they would no how much more it was before they added it to the cart.
cheatmaster300 is offline
Reply With Quote
View Public Profile Visit cheatmaster300's homepage!
 
Old 04-20-2005, 02:17 PM
Kaiman's Avatar
Extreme Talker

Posts: 237
I am working on a website that uses the NOP Cart and this is the form code that I am using. I know its not what you are looking for but should give you an example. I think you may have to play with the form variables in order to get it to work. In other words try taking the hidden value with the PRICE and put it into the input area of your select tag then add the onChange='this.value=CKquantity(this.value)' value="1" to the tag as well and see if that works. If not you may have to reorganize your form so that it works. Have you tried posting to the NOP forums to see if they can help you? They are usually pretty good.

Hope that helps,

Kaiman

Website Design and Hosting - Glenwood Springs, CO

<form>
<input type=text size=2 maxlength=3 name=QUANTITY onChange='this.value=CKquantity(this.value)' value="1">
<input name="submit" type="submit" class="buttons" id="submit" value="Sign Up"/>
<input type=hidden name=PRICE value="1795.95">
<input type=hidden name="NAME" value="Sales Management 101 Denver, CO June 20-21, 2005">
<input type=hidden name="ID_NUM" value="SM1DN">
</form>
Kaiman is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Form question
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15970 seconds with 12 queries