actually the code to have the price and the add to cart button float on the top right is
HTML Code:
<DIV style="position: fixed; top: 56px; right: 30px; width: 240px; height: 40px;" id=cartAdd><H2 class=productGeneral id=productPrices>Starting at: $281.00</H2>Add to Cart: <INPUT maxLength=6 size=4 value=1
name=cart_quantity><BR><BR><INPUT type=hidden value=180
name=products_id><INPUT title=" Add to Cart " type=image alt="Add to Cart"
src="HOPC1 [HOPC1] - $281_00 OZM Systems, Powerful Custom Computers_files/button_in_cart.gif">
</DIV>
but again this is only works when I save the product page and add this code
obviously I need it to be done by the cart but I'm not sure what code to edit
I know the site is compiled from a bunch of files, I just need to find the file that calls for the div id=cartadd on the product detail page I think
any help would be greatly appreciated
Bookmarks