# usc-e-shop/2.12.4/templates/cart/error.php

Welcart e-Commerce, version 2.12.4. 15 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/2.12.4/code/templates/cart/error.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/2.12.4/raw/templates/cart/error.php
- Modified: 2022-09-16T04:47:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/2.12.4/code/templates/cart/error.php#L10-L20`.

```php
<?php
/**
 * Error page template
 *
 * @package Welcart
 */

$html  = '<div id="error-page">
<h2>' . esc_html__( 'Your order has not been completed', 'usces' ) . '</h2>
<div class="post">';
$html .= uesces_get_error_settlement( 'return' );
$html .= '</div>

</div>';

```
