Hi,
Does anyone know how to move the ‘add to cart’ to a position lower, perhaps under the product decription?
Cheers,
1 answer
Hello guy!
Here is the solution:
open the file : app\design\frontend\default\default\layout\checkou t.xml and try to find code:
PHP Code:
<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
and Please read this thread to get the knowleage of block ordering:
http://www.magentocommerce.com/boards/viewthread/7020/
And then you try to change the value of the before attribute inside this tag to re-order the cart box
Good luck