You are here

commerce_extra_panes_checkout_form.tpl.php in Commerce extra panes 7

Custom tpl that displays the entity in the checkout form phase.

File

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

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

print $classes;
?> clearfix"<?php

print $attributes;
?>>
  <?php

hide($elements['links']['comment']);
print render($elements);
?>
</div>