You are here

commerce_extra_panes_review.tpl.php in Commerce extra panes 7

Custom tpl that displays the entity in the review phase.

File

theme/commerce_extra_panes_review.tpl.php
View source
<?php

/**
 * @file
 * Custom tpl that displays the entity in the review phase.
 */
?>
<div class="<?php

print $classes;
?> clearfix"<?php

print $attributes;
?>>
  <?php

print render($entity->rendered);
?>
</div>