Skip to main content
How-to

Natural - Hide Continue Shopping and Update Buttons

This tutorial will cover how to edit the template associated with the checkout and hide the continue shopping and update buttons.

First hover over the StoreFronts menu on the left navigation and select the StoreFront that you would like to work on.

hidebuttons01.png

Click on the Store Location URL. This will open up your StoreFront in a new window.

hidebuttons02.png

Click Add to Cart on any of the items within your StoreFront to add it to the basket.

hidebuttons03.png

Hover over the Developer Tools menu and then select Edit Template as shown below.

hidebuttons04.png

This will open up the template tab automatically to the template associated with this screen.

hidebuttons05.png

As you read through the source of the template you will often notice that snippets are pulled into the page. This is a good example of that. Click on the #parse statement located around line 77 of the template for mpc_items.vm.

hidebuttons06.png

If you scroll down through the source you will see the two buttons located on lines 263 or 271 (at the time this tutorial was written).

hidebuttons07.png

All we need to do is add a div tag with the style of display:none before the buttons and then close it after. Below is a picture of this code. We've added some Velocity ## comments before and after the source so that it stands out.

hidebuttons08.png

Save out the template and then click the refresh button on your checkout. The buttons are gone!

hidebuttons09.png

You can use this technique to edit any content within the checkout that you would like to change. If you have questions on editing additional content, please contact UltraCart Support.

Was this page helpful?