EKM Tag: [ekm:viewcart]
This tag outputs a HTML link which links to the search page.
- Tag Information
- Nesting This Tag
[ekm:viewcart][/ekm:viewcart]
<style type="text/css">
.viewcart-button a {
color: #fff;
padding: 5px 10px;
background: #fc329c;
border-radius: 2px;
font-size: 14px;
text-decoration: none;
}
</style>
<span class="viewcart-button">[ekm:viewcart][/ekm:viewcart]</span>
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any changes to it. It can be inserted into other tags like below.
[ekm:minicart]
...
output_totals='[ekm:viewcart][/ekm:viewcart]';
...
[/ekm:minicart]