How would I remove the continue shopping button from the cart. I've managed to remove the text but I've still got an empty button showing and don't want people goint to amember's shopping section! Is there a particular template I'll need to change? What would I need to remove?
I suggest to use CSS to hide it: HTML: <style type="text/css"> <!-- #row-buttons { display:none; } --> </style> You can use HTML Brick to add this CSS to your form. Best Regards.