HTML - A Status Box Much Like A Shopping Cart Box.
Say you have radio buttons, text field and wanted to have a updated page above where you are entering the data, how would you write this code? the updated page would show you what you have in the input fields.
Similar Tutorialsi am currently using mal's e shopping cart using forms to send the info. what i need help with is setting up a quantity. i have limited supply on items and i would like to make it so that over-ordering wont happen. ultimately i would like the quantity to show on the site and update everytime a new order is placed. i am using dreamweaver cs4 and i am new to this. please and thanks is there a code to make a shopping cart? I am in the process of adding a shopping cart to my website. I am using securenetshop. The reason I went with them is that even a dummy like me can use and set it up. But, one thing i don't like is, when you add a cost to the basic price, Like different finish etc.instead of showing the new price it just says +$00 and doesn't give the total until you go to check out. Is there a small html code I can add to the code below that would give my customer a total on page of the one particular item. I hope that made sense, cause it confused the h--l out of me. Here is the code. If you meed to see what i am talking about Its at www.majikmushroom.com Thanks for any help, Majik <form method="post" action="http://www.ewebcart.com/17856/cart"> <fieldset style="border:0;margin:0;padding:0"> Finish<br /> <select name="option1|Finish"> <option value="Unfinished 768.00">Unfinished 768.00</option> <option value="Finished Clear|153.00">Finished Clear- Add $153.00</option> <option value="Golden Oak|245.00">Golden Oak- Add $245.00</option> <option value="Colonial Maple|245.00">Colonial Maple- Add $245.00</option> <option value="Early American|245.00">Early American- Add $245.00</option> </select><br /><br />Quantity: <input name="quantity" value="1" size="3" /><input type="hidden" name="item_id" value="4" /> <input type="submit" name="add" value="Add to Cart" /> </fieldset> </form> Hi, I'm about to build a new website that I want to be able to sell about 30/40 products on. I've never had any experience with ecommerce and was wondering where to start. Does anyone know of a good, simple package to use. I don't mind spending a bit but don’t want to break the bank. I was thinking of Paypal's Pro Solution. It's $30/month which isn't too bad and keeps credit card transactions on the website (doesn’t wonder over to paypal). Does anyone have any experience with Paypal Business? Any information would be great. Thanks I'm sure the answer is right under my nose, but I am somehow missing it. Shopping cart will not accept the product purchase on one of my pages. It works fine for the other products on the same page. The page in question is: http://www.plainlydressed.com/girlsclothing.html The customer has no problem adding any products to their cart except for the "Girls Bloomers." It simply won't add it to the cart. I have compared tags to find the problem, but it all looks identical to me, so I'm not sure what I am missing. I will list the tags for the product just above it, which works fine, and then will follow with the tags for the Girls Bloomers (the item in question). What am I missing? Thanks in advance for any help and direction: THIS PRODUCT WORKS FINE: <b>$30.00</b> </div> <form action="http://ww7.aitsafe.com/cf/add.cfm" TARGET="new" method="post"> <div align="center"> <input type="hidden" name="product[]" value="Girl/Baby Dress & Apron"> <input type="hidden" name="userid" value="9434136"> <input type="hidden" name="price" value="30.00"> <input type="hidden" name="quantity" value="1"> Select Size <select name="product[]"> <option value="Newborn">Newborn</option> <option value="6 Months">6 Months</option> <option value="12 Months">12 Months</option> <option value="18 Months">18 Months</option> <option value="2T">2T</option> <option value="3T">3T</option> <option value="4T">4T</option> </select> <BR> Select Dress Color <select name="product[]"> <option value="Black">Black</option> <option value="Navy">Navy</option> <option value="Royal Blue">Royal Blue</option> <option value="Hunter Green">Hunter Green</option> <option value="Light Green">Light Green</option> <option value="Light Blue">Light Blue</option> <option value="Purple">Purple</option> <option value="Lavender">Lavender</option> <option value="Soft Pink">Soft Pink</option> </select> <BR> Select Apron Color <select name="product[]"> <option value="Black">Black</option> <option value="White">White</option> <option value="Other - Solids Only">Other Solids Only</option> </select> <BR> <input type="submit" value="Buy Now"> </div> </form> <FORM METHOD="post" ACTION="http://ww7.aitsafe.com/cf/review.cfm"> <div align="center"> <p> <INPUT TYPE="hidden" NAME="userid" VALUE="9434136"> <INPUT TYPE="submit" VALUE="Review Cart"> THIS PRODUCT CANNOT BE ADDED TO THE SHOPPING CART: <b>$20.00</b> </div> <form action="http://ww7.aitsafe.com/cf/add.cfm" TARGET="new" method="post"> <div align="center"> <input type="hidden" name="product[]" value="Girls Bloomers" /> <input type="hidden" name="userid" value="9434136" /> <input type="hidden" name="price" value="20.00" /> <input type="hidden" name="quantity" value="1" /> Select Size <select name="product[]"> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> </select> <br /> Select Fabric <select name="product[]"> <option value="White Broadcloth">White Broadcloth</option> <option value="White Cotton Flannel">White Cotton Flannel</option> </select> <br /> <input type="submit" value="Buy Now"> </div> </form> I think this is a table issue? Take a look at www.yourposstore.com. Put a product in the cart and go to your cart. I am looking to make the width fit within the perimeter of the white area of the template. I am not sure where to post this but here goes. I am trying to find a way to use javascript (I no nothing about this) to pass to our PayPal shopping cart the right shipping and handling charge. I was told that javascript would be able to help? We are selling 3 things that all have a different price and different shipping charge. The shopping cart works if someone purchases just one item but if someone purchases multiple different items we are charging too much shipping and handling. What I would like to do is take the maximum charge of the items chosen and only charge that amount. One problem I may have is different sizes of the same item seem to take on it's own shipping and handling charge for each size. Here is an extract of my PayPal Shopping Cart html.... First Item For Sale: <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="abc@123.com"> <input type="hidden" name="item_name" value="2008 Calendar"> <input type="hidden" name="amount" value="16.95"> <input type="hidden" name="shipping" value="10.00"> <input type="hidden" name="shipping2" value="2.00"> <input type="hidden" name="tax" value="1.02"><!-- this is 6% tax GST + no PST on $16.95 --> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="lc" value="CA"> <input type="hidden" name="bn" value="PP-ShopCartBF"> Second Item For Sale: <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="abc@123.com"> <input type="hidden" name="item_name" value="OPC Magazine - Issue # 2"> <input type="hidden" name="amount" value="9.99"> <input type="hidden" name="shipping" value="2.00"> <input type="hidden" name="shipping2" value="1.00"> <input type="hidden" name="tax" value="0.00"><!-- no taxes on magazines --> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="lc" value="CA"> <input type="hidden" name="bn" value="PP-ShopCartBF"> Third Item For Sale - Contains 4 different sizes to choose from: <td><input type="hidden" name="on0" value="Size"> <strong>Size</strong></td> <td><select name="os0"> <option value="Medium">(M) Medium <option value="Large">(L) Large <option value="Extra Large">(XL) Extra Large <option value="Extra Extra Large">(XXL) Extra Extra Large</select> </td> </tr> <tr> <td><input type="hidden" name="on1" value="Colour"> <strong>Colour </strong></td> <td><select name="os1"> <option value="Navy Blue">Navy Blue</select> </td> </tr> </table> <p> <input type="image" src="https://www.paypal.com//en_US/i/btn/sc-but-03.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="add" value="1"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="abc@123.com"> <input type="hidden" name="item_name" value="OPC Golf Shirt"> <input type="hidden" name="amount" value="19.99"> <input type="hidden" name="shipping" value="11.00"> <input type="hidden" name="shipping2" value="5.00"> <input type="hidden" name="tax" value="2.80"><!-- this is 6% tax GST + 8% PST on $19.99 --> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="return" value="http://www.outdoorphotographycanada.com/storethankyou.html"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="lc" value="CA"> <input type="hidden" name="bn" value="PP-ShopCartBF"> Thank you in advance for any assistance you can provide. Dave. Hello, I'm having a problem with a form-style shopping cart button where some unwanted space appears to show up in IE, Safari, and Chrome. It doesn't show up in Firefox however. We're using a Paypal shopping cart system and I used the code they gave me. Any help would be appreciated. Thanks! Website address: http://sunglasseslounge.com/ code problem area: <td align="right" background="images/middlebar.gif"> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="encrypted" value="-----BEGIN PKCS7----- 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 ztcERVPE7TG7Iycw==-----END PKCS7-----"> <input type="image" src="images/cart.gif" border="0" width="75" height="30" name="submit" alt=""> </form> </td> I have a paypal shopping cart here. However the first add to shopping cart button under the text Sparky and the Magic Garden, does not work. I've isolated the problem to this: There is no form tag around this button where as in the other buttons the form tag is there. I spotted this by looking at it in firebug. However the strange thing is is that when I look at the code in the view source then the first button is surrounded by a form tag. as in all the other buttons. This site needs to go live this Monday so if anyone could offer some advice I would be extremely grateful. hi, i have a simple window where i'm disabling the status bar as follows: Code: window.open(url,'name','width=' + w + ', height=' + h + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, status=no, toolbar=no, scrollbars=no, resizable=no'); Why does this work in IE, but not in Firefox? Is there a way to achieve this simple functionality in Firefox? thanks. Hi, I could not decide where to post this, here or server side Well I have a question, For example if a have a file on my server, stats.txt , and it has some information on it, like hard drive usage, How can I display it in the web page index.htm? FYI, its a home server running linux. I want to make it that I can see the hard drive usage, like in Gb, free space, used space. I have a few ideas that I will tryout but I also want second opinion. Thanks Anything (code) I can place on a website that will show my online status without having to edit the page every time? So when I want to be shown it updates by itself ? hi to all... explain about html status codes.... Hey friends, I'm trying to find out if there is a good and simple way to add a clients facebook posts directly to their website. So if they post to their facebook wall, it would need to immediately update on their website. I have come across some methods, but I haven't seen any instances of these methods working on any sites. Can anyone help me? I have an associates degree in web design so I am pretty basic. Thanks a million for any help/info I can get on this! t now many more people prefer to do shopping on-line. but some one dont know how to do it .i will make an example to introduce a convenient way for shopping. for example,i usually do some shopping in www.ant-shopping.com .first,you should become the member of the website,it will be free. second,you can put something you need in your shopping cart. third,you will choose something you want to make the payment by paypal. it is safe and convenient for us. i think you will love shopping on-line soon. Hi Just wondering what the best design practice is when it comes to adding a shopping cart to your website? Should you find shopping cart software, and build the site around it, or is it possible to integrate a cart into an existing site? The site I'm working on is mainly to provide info to clients, but will also have a small line of products for sale. Also, are there any carts that allow you, once a user has logged in, to only see certain products? Cheers Shaun I am searching for freeware PHP shopping carts uses div XHTML 1.0 strict. Unfortunately i found only Quick.Cart: http://opensolution.org/?p=Quick.Cart I found more like Zen-Cart, CubeCart but this carts use XHTML 1.0 transitional and use to much table's. Please help and give some shopping carts whit XHTML 1.0, 1.1 but without tables as a basic construct. Hi all, Okay here's what I want...I have an online store and I'd like to add some type of shopping cart on it..but the only issue is, I don't want there to be any "pay online" option..everything much run through the physical store...I can't find any free shopping carts which do this. Is there any way to set up a form on the "order" page and be able to check box what you'd like on other pages and have it sent to the order form when you click a button?? hope that makes sense Thanks in advance! with a software i created a webshop but the basket system goes to their own paysystem an i want to sent it to paypal. I attached the original html form. I found out that the function post_bsk does the job. function post_bsk(pf){ if(core.active_servers.length==0&&!tf.isSafari){setTimeout('post_bsk(d.forms["'+pf.name+'"])',100);return;} var cgis=core.active_servers; if(!cgis||cgis.length==0)cgis=['www.globecharge.com/webshop/']; pf.basket.value = tf.xml_basket; pf.regions.value= tf.xml_regions; pf.action='https://'+cgis[0]+'shoporder.cgi'; if(tf.isSafari)setTimeout('d.forms["'+pf.name+'"].submit()',500); else pf.submit(); if(window.scrollTo)window.scrollTo(0,0); var gwcontent=gl('Content'),gwlen=gwcontent.childNodes.length; for(var n=0;n<gwlen;++n){ var el=gwcontent.childNodes[n]; if(el.id=='gwframe'||!el.style)continue; el.style.display='none'; } gl('gwframe').style.display='block'; if(tf.isSafari)gl('gwframe').style.opacity=1;// Safari 3.1.2 doesn't show text when opacity is lowered. AIT type of themes will be affected by this. tf.mfh('WebSiteContent'); } Can you help me please? Thank you |