Is it possible to remove the Continue Shopping button?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sagepathsean
    Junior Member
    • Aug 2016
    • 3

    #1

    Is it possible to remove the Continue Shopping button?

    Its on the Cart page under the Checkout button.

    I don't see a setting for it and setting the text to empty doesn't remove it.
  • sagepathsean
    Junior Member
    • Aug 2016
    • 3

    #2
    In case anyone was wondering, this is achieved through using a child layout.

    Comment

    • admin
      Administrator
      • Feb 2013
      • 59
      • ***************************
        Josh Jones
        Level Four Development, llc
        ***************************

      #3
      You can use a child layout, a better method would be to just use CSS and add to the easycart admin -> advanced options -> custom CSS section... this way your templates keep updating with EasyCart updates, but CSS just use display: none; to hide that element.

      Comment

      • mclukens
        Junior Member
        • Apr 2020
        • 1

        #4
        I want to hide the "Checkout" but not "Continue Shopping". They have the same CSS selector, what do you suggest?

        Comment

        • jjones
          Administrator
          • Feb 2013
          • 59
          • ***************************
            Josh Jones
            Level Four Development, llc
            ***************************

          #5
          No, there is no way to hide the checkout button... It is the entire sole purpose to our plugin

          Comment

          • mcc services
            Junior Member
            • Apr 2020
            • 6

            #6
            Originally posted by admin
            You can use a child layout, a better method would be to just use CSS and add to the easycart admin -> advanced options -> custom CSS section... this way your templates keep updating with EasyCart updates, but CSS just use display: none; to hide that element.
            What would be the proper CSS code to hide the "continue shopping" button/element? We need to hide the button as well. Thanks.

            Comment

            Working...