Product Invalid - CrystalCommerce Liquid Documentation for Designers

Product Invalid

The product invalid page lets the user know that they are trying to access a product which is no longer available on the store.

Additional Variables Available

None

Used in Routes

  • /products/invalid - Redirected to here if the product doesn’t exist.

File: product_invalid.liquid

Default Liquid Template

<h1 class="pagetitle">Invalid Product</h1>
<p>
	You entered a product that is not in our database at this time. Perhaps you mistyped a URL, or this product may be discontinued. To keep browsing our site, click <a href="/">here</a>.
</p>

Default Mobile Liquid Template

<h1 class="pagetitle">Invalid Product</h1>
<p>
	You entered a product that is not in our database at this time. Perhaps you mistyped a URL, or this product may be discontinued. To keep browsing our site, click <a href="/">here</a>.
</p>

Drops Supported