Paypal Cancel - CrystalCommerce Liquid Documentation for Designers

Paypal Cancel

The paypal cancel page lets the user know that they have cancelled their order.

Additional Variables Available

None

Requirements

  • This page is only used if the store accepts Paypal payments

Used in Routes

  • /paypal/cancel

File: paypal_cancel.liquid

Default Liquid Template

<h1 class="pagetitle">{{ "checkout.order_cancelled" | trans }}</h1>
<p>{{ "checkout.order_cancelled_message" | trans }}</p>

Default Mobile Liquid Template

<h1 class="pagetitle">{{ "checkout.order_cancelled" | trans }}</h1>
<p>{{ "checkout.order_cancelled_message" | trans }}</p>

Drops Supported