Remove continue shopping button from cart

Discussion in 'Templates customization' started by astranti, Feb 13, 2016.

  1. astranti

    astranti aMember Pro Customer

    Joined:
    Feb 19, 2013
    Messages:
    15
    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?
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You can remove this button in template
    amember/application/cart/views/cart/basket.phtml
  3. masdika

    masdika --

    Joined:
    Oct 6, 2013
    Messages:
    18
    Uncle @caesar How would I remove the Next button from the order form ?.
  4. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    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.

Share This Page