EKM Tag: [ekm:back]
This tag outputs a HTML link which goes to the previous page you were viewing. Typically you would include this towards the bottom of a category or product page.
- Tag Information
- Nesting This Tag
[ekm:back][/ekm:back]
<style type="text/css">
.back-button a {
color: #fff;
padding: 5px 10px;
background: #fc329c;
border-radius: 2px;
font-size: 14px;
text-decoration: none;
}
</style>
<span class="back-button">[ekm:back][/ekm:back]</span>
The EKM system allows for some tags to be nested within other tags.
It is rare you will ever need to nest this tag within another EKM Tag however when nesting the tag you do not need to change the tag so it can be nested as in the example below.
[ekm:back][/ekm:back]