HTML - Floating Cart Code/script Problem
Hello All,
So, I have a website with a floating cart and it loads fine and works almost flawlessly lol. However, when a person has a bunch of items in their cart, and they want to minimize it for the rest of their browsing experience, every time a new page loads, or a refresh happens, the floating cart un-minimizes and expands out fully again displaying all the items. This can become very annoying during the shopping experience when you have a bunch of items loading and just taking up space in the browser. Therefore, I am wondering if their is some html or script that would save the minimizing in the floating cart, and carry it over to the next page, and the rest of the browsing on site? Thank you for any suggestions/help. I am new to HTML and script writing, but I am eager to learn. Hopefully in the future, I won't be paying for little changes like this every time I need one. Similar TutorialsI'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> Hello please see http://www.view-agency.com/view/Repr...x?Id=243&Cat=2 in all the RepresentedEng.aspx The .main_wrap class floats to the right, although it's inside a class that has same width and margin auto ... anyone ? ? What's even wierder is that on http://www.view-agency.com/view/Cate...Eng.aspx?cat=2 for instance, there is no floating problem although it's supposed to work on same css.... Comment - Don't bother explaning to me that it's not valid and code isn't 100% right because I didn't make it, and it ain't possible to make the site all over. I'm sure there's a way to fix this tiny problem.. Thanks !!!!! hi i am having a real problem with some divs. i have a div which has a transparent background and i wanted the text on it not to be transparent so i made a new div and put it on top of it by making its position absolute. this works fine my problem is when i try to create a new div which is meant to be next to my original div it either appears on top of the original or underneath it even though their is plenty of room next to it. my code is he HTML Code: <head> <style type="text/css"> body{ background-image:url(135_o.jpg); padding:40px 40px 40px 40px; text-align:center; } h3{ color:#FFF; } #ontop{ position:absolute; top:48px; text-decoration:underline; width:195px; height:395px; border:5px solid black; text-align:center; } #boxDiv{ width:200px; height:400px; font-family:Arial; font-size:16px; background-color:#999; opacity:0.3; } #middlediv{ width:200px; height:400px; background-color:#ff9900; } #container{ width:900px; height:500px; border:2px dashed white; } </style> </head> <body> <div id="container"> <div id="ontop"> <h3>Accommodation</h3> </div> <div id="boxDiv"> </div> <div id="middlediv"> </div> </div> </body> </html> i have also included a screen of what is happening: any help would be great thanks. Hello everyone, I need help and possibly suggestions to figure out what code or script a website is using, so that I may use it on mine. If you guys would be kind enough to go to this link, http://www.wowjutsu.com/world/... After you are there on the right hand side you will notice alot of little pictures, As you mouse over them a box appears that has some transparent proporties along with more information on that particular Item/Image that you moused over... And as you move the mouse but still stay inside that image, That box moves slightly with you.. I would like to impliment that on my site.. Would anyone happen to know how did they do that? thanks in advance, Digital Hello, First off, I'd like you to forgive any and all misconceptions I may have/make in this, as I know as little as possible about html for me to actually post this. Currently I have open the source of a website, (let's call it Site), and in this code I have narrowed down the script (function?) that is called when you click on a button (Button). Is it possible for me to somehow use the source code to call this function/script, simulating the button being pressed? I plan to make a "simple" program to move through Site as a project/practice and this is the point I'm starting at. Gotta start somewhere. Thanks, paradigm Hello all, I am searching for the html code that will allow me to including a moving script at the bottom of my page. appreciate any help, JJ dear guys: i have a javascript code which shows 10 recent post of my blog by RSS, there is a advertise of that site at the bottom of it, some friend told me to add : <div> tags to it and define width and height for it and for the height change the number until the ad disappears... also he told me to put the flow on "hidden" but i don't understand much can u help me out? here is an example: Code: <script type='text/javascript' src='http://rssReader.com/code.php?t=1&back=_fff&color=_444&box=_fff&max=10&rss=http://sokkan.ir/post/rss/' ></script> I have the following script on my webpage. <script type="text/javascript" src=http://links.christiansunite.com/blessing.cgi?></script> When I try to get my page validated I get this warning that doesn't make sense to me. Warning: Line 55, column 90: end tag for element "SCRIPT" which is not open . ...tiansunite.com/blessing.cgi?></script> How can I fix this? At the right of this page I added a news scrolling in flash, when I open this website in Safari or Firefox there is NO PROBLEM! But when I open it in Internet Explorer I get a weird error "Bewerking Afgebroken" It is Dutch and don't know what it will mean in English, After I get this error the page stop loading and I only see the topbar of my website. HELP Website: http://liv9.net/television/index.php (the flash script is a rss flash script, so the news is from another website) The website I am working on is he http://radarcartoons.com/test/test.html I want each of those "blips" to change to the other pictures I have of them lit when you rollover it, but I can't figure out how to do a rollover script for multiple images on one page. The names of my alternate files are the same as the regular ones, except they have an _lit.jpg after them. So if it's 2.jpg, then the lit one would be 2_lit.jpg. I will also of course want to make them links to pages which i still have to make, but maybe the code just to make them links and an example link could show me how to get it working. Thanks a lot to anyone who can help me out on my big request! 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! 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> i 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 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 is there a code to make a shopping cart? OK so I am grabbing this code off of a local news site (WRAL) and when I embed into a myspace page, only portions of the script are showing up, not the video. So there is something wrong with the code itself i'm sure, I just don't know what. Here is the code. Do you guys see any errors he Quote: <script src="http://www.wral.com/entertainment/video/2820107/?version=embedded" type="text/javascript"></script><script type="text/javascript"> width=330; height=280; wral_insert_video_player_2820107(width,height); </script> im busy creating a code for a page on a website but i cant get the column's to align properly also i can't find a way to get my links in the column ( the text continious but the columns end so does the text), also i want to get the links to appear yellow (i can't find a code for that either xs ) can some one help me or shuv me in the right direction , in addition heres the code so you can watch it and tell me what to adjust regards, Mr momo code: <body bgcolor="#40FF00"> <font color="#808080"> <br /> <html> <body> <div id="container" style="width:500px"> <div id="header" style="background-color:#40FF00;"> <h1 style="margin-bottom:0;">H@cker's den of</h1></div> <div id="menu" style="background-color:#800080;height:800px;width:100px;float:left;"> <b><a href="http://www.hellboundhackers.org/index.php">HellboundH@cker's</a></b><br /> HTML<br /> CSS<br /> JavaScript</div> <div id="content" style="background-color:#40FF00;height:250px;width:400px;float:left;"> <center> <pre> ooo. .oo. .oo. oooo d8b `888P"Y88bP"Y88b `888""8P 888 888 888 888 888 888 888 888 .o. o888o o888o o888o d888b Y8P ooo. .oo. .oo. .ooooo. ooo. .oo. .oo. .ooooo. '888P"Y88bP"Y88b d88' `88b `888P"Y88bP"Y88b d88' `88b 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 o888o o888o o888o `Y8bod8P' o888o o888o o888o `Y8bod8P' </pre> -------------------------------------------------------- </font> <marquee behavior="slide" direction="right" loop="3" slideamount="999" stop="center" ><h1>On the run</h1></marquee> <marquee behaviour="scroll" direction="down">0110100101100 1100010000001 1110010110111 1011101010010 0000011101110 1100001011011 1001110100001 0000001110100 0110111100100 0000111001001 1001010110000 1011000110110 1000001000000 1101101011001 0100100000011 0011001101001 0110111001100 1000010000001 1011010110010 1001000000110 1111011011100 0100000011010 0001100101011 0110001101100 0110001001101 1110111010101 1011100110010 0011010000110 0001011000110 1101011011001 0101110010011 1001100101110 0110001101101 1110110110100 1000000110100 1011011100010 0000011101000 1101000011001 0100100000011 1001101100001 0110110101100 1010010000001 1000010110110 0011011000110 1001011000010 1110011001000 0001100001011 1001100100000 0110110101111 0010010000001 1100110110100 1011101000110 0101001001110 1110011001000 0001101011011 0010101100101 0111000000100 0000111100101 1011110111010 1011100100010 0000011010000 1100101011000 0101100100011 1001100100000 0110010001101 1110111011101 1011100010000 0011000010110 1110011001000 0100000011110 0101101111011 1010101110010 0010000001100 0110110100001 1010010110111 0001000000111 010101110000. <center> From the law!!!!!</center></marquee> ---------------------------------------------------------- <table border="1" bordercolor="0000000" style="background-color:#40FF00" width="10" cellpadding="" cellspacing=""> <tr> <td>S</td> <td>A</td> <td>T</td> <td>O</td> <td>R</td> </tr> <tr> <td>A</td> <td>R</td> <td>E</td> <td>P</td> <td>O</td> </tr> <tr> <td>T</td> <td>E</td> <td>R</td> <td>E</td> <td>T</td> </tr> <tr> <td>O</td> <td>P</td> <td>E</td> <td>R</td> <td>A</td> </tr> <tr> <td>R</td> <td>O</td> <td>T</td> <td>A</td> <td>S</td> </tr> </table> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"> Leave your username , if intrested in co-op with me on some project's <form name="input" action="SubmittedUsername's.asp" method="get"> Username: <input type="text" name="user" /> <input type="submit" value="Submit" /> </form> </center></div> <div id="footer" style="background-color:#C0C0C0;clear:both;text-align:center;"> @hellboundhackers.org</div> </div> I am trying to get this page: http://www.stevemedleyphotography.com/bwg/index.html working in both IE and Firefox. After many trials and errors I found the problem to be the W3C DTD Code. Now as an example I'll show you this: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> I say example because I have tried every possible DTD code from http://www.w3.org/QA/2002/04/valid-dtd-list.html and always get the same result. The result is if I put it in like above then the site works in IE 7. But in Firefox (At least on my Mac, can't get Firefox to download on the PC oddly), the webpage loads with the flash getting pushed up really high and into the header, also the entire flash part is significantly smaller. In order to get it working properly in Firefox I have to have the code like this: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Notice the lack of the final link. This then works in FireFox but in IE it ONLY shows my header and a blank page, no part of the flash loads, or if it is loading then it's so far off screen that I can't see it. Any suggestions? HI I have try this code in the ie , it was working good but i try ir in the opera/firefox and both of them was not get the effects . how can solve it ? code: <table border='0' ' bordercolor='#FFFFFF' style='border:dotted;border:1px;;border-color:#FF0000> TNX |