I am looking to try and add a Continue Shopping Button to the "showproduct". I currently can't find any option besides opening up the actual apsx file and placing after the content. Is their an option to add it to the page within StoreFront? In all actuality I really only need it to jump back to the previous page.
i.e. java...
<form>
<input type="button" value="Back to Part Map" onClick="javascript: history.go(-1)">
</form>