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

Welcart e-Commerce, version 1.3.6. 14 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.3.6/code/templates/cart/error.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.3.6/raw/templates/cart/error.php
- Modified: 2012-03-30T00:34:56+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/1.3.6/code/templates/cart/error.php#L10-L20`.

```php
<?php
$html = '<div id="error-page">

<h2>ERROR</h2>
<div class="post">
<p>'.__('Your order has not been completed', 'usces').'</p>
<p>(error ' . esc_html(urldecode($_REQUEST['acting_return'])) . ')</p>';

$html .= uesces_get_error_settlement( 'return' );

$html .= '</div>

</div>';
?>
```
