Files
2010-03-23 09:15:23 -04:00

18 lines
567 B
PHP

<?php
/**
** WARNING! DO NOT EDIT!
**
** These templates are part of the core Shopp files
** and will be overwritten when upgrading Shopp.
**
** For editable templates, setup Shopp theme templates:
** http://docs.shopplugin.net/Setting_Up_Theme_Templates
**
**/
?>
<?php shopp('checkout','cart-summary'); ?>
<form action="<?php shopp('checkout','url'); ?>" method="post" class="shopp" id="checkout">
<?php shopp('checkout','function','value=confirmed'); ?>
<p class="submit"><?php shopp('checkout','confirm-button','value=Confirm Order'); ?></p>
</form>