You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
391 B
11 lines
391 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--Template for order summary button-->
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="OrderSummaryButton" owl="1">
|
|
<div class="control-button">
|
|
<i class="fa fa-shopping-cart" role="img"
|
|
aria-label="Order Summary" title="Order Summary"/>
|
|
Order Summary
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|