{% extends 'cubane/backend/base.html' %} {% block content %}

Cancel Order {{ order.order_id }} and cancel payment or loan application



Once the order is rejected, any pending payment transaction are canceled if your payment or loan application provider supports this functionality.

An email will be sent to the customer automatically, which includes your cancellation message as given below.

{% include 'cubane/backend/form.html' with without_continuation=True save_label='Cancel Order' %} {% endblock %}