Announcement

Collapse
No announcement yet.

Is it possible to remove the Continue Shopping button?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


    • #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


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

        Comment


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

          Comment


          • #6
            Originally posted by admin View Post
            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...
            X