Hi
I have been looking through all of the Includes for the gradient1 shopping cart template, but I cannot find the appropriate Include to edit the Remove and Update buttons. I do see where their tables are defined in sc_cart.css:
td.cart_delete, td.cart_cp_delete {
padding: 3px;
width: 50px;
text-align: center;
background-color: #[-- STORE.SC_ShadeColor --]
What I want to do is take the Remove and Update buttons and stick them right under the quantity box so they are in the same column.
I have looked through all of the Includes but I don't see where the buttons themselves are defined or where I can move the code over to the quantity column.
Thanks for all your help so far!