shaunsc
02-11-2010, 12:24 PM
hi
i dont know if anyone can help but i have a web site www.homebrewcentregy.com with a seprate shopping cart system.Which is very good and dont want to move, the point is if you add an item that is further down the page and add it to the basket it automatically takes you back to the top of the page,i want it to actually stay at the postition of were the item is and leave a green tick so then it will show the item has been added.
i am looking to replicate sommething like this web site does
http://www.matchlesshomebrewing.co.uk/menu/&category=1&cat_name=Beer%20and%20Cider
i have been building my web site with wysiwyg web builder.
i have placed a post someone mentioned that it could done with ajax but no luck in resoleving this matter
here is the code to the button that is being used at the moment
<form action='http://www.romancart.com/cart.asp' method=post>
<input type=hidden name=itemcode value='1391'>
<input type=hidden name=storeid value='XXXXX'>
£<SCRIPT LANGUAGE="JavaScript" SRC="http://www.remoteprice.com/data.asp?storeid=XXXXX&itemcode=1391&type=1"></script>
Qty: <input type=text name=quantity size=2 maxlength=6 value=1> <input type=submit value='Add to basket'>
<SCRIPT LANGUAGE="JavaScript">document.write(roc_rdd_available_1391);</SCRIPT>
payment by pay pal
i dont know if anyone can help but i have a web site www.homebrewcentregy.com with a seprate shopping cart system.Which is very good and dont want to move, the point is if you add an item that is further down the page and add it to the basket it automatically takes you back to the top of the page,i want it to actually stay at the postition of were the item is and leave a green tick so then it will show the item has been added.
i am looking to replicate sommething like this web site does
http://www.matchlesshomebrewing.co.uk/menu/&category=1&cat_name=Beer%20and%20Cider
i have been building my web site with wysiwyg web builder.
i have placed a post someone mentioned that it could done with ajax but no luck in resoleving this matter
here is the code to the button that is being used at the moment
<form action='http://www.romancart.com/cart.asp' method=post>
<input type=hidden name=itemcode value='1391'>
<input type=hidden name=storeid value='XXXXX'>
£<SCRIPT LANGUAGE="JavaScript" SRC="http://www.remoteprice.com/data.asp?storeid=XXXXX&itemcode=1391&type=1"></script>
Qty: <input type=text name=quantity size=2 maxlength=6 value=1> <input type=submit value='Add to basket'>
<SCRIPT LANGUAGE="JavaScript">document.write(roc_rdd_available_1391);</SCRIPT>
payment by pay pal