Orders Unsent Section
An overview of the order-unsent.liquid file structure and its components
This article contains information about the Orders Unsent Section in the Subscription Manager. For an overview of all elements, take a look at Subscription Manager Components & Containers.
The order-unsent.liquid file can be broken down into three sections:
Header
Body
Footer
Header
In this section:
Next Order Date
Order Action Buttons
Next Order Date
It can be found here:
Order Action Buttons
The order action buttons in the header can be found in this part of the code:
Each button has its own liquid file:
- Change Date —
{% include 'change-date' %}→ change-date.liquid - Send Now —
{% include 'send-now' %}→ send-now.liquid - Skip —
{% include 'skip' %}→ skip.liquid
Body
Like the header, this section is broken down into the following smaller sub-sections.
• OG Product
This section contains:
• Product Image Container
• Product Name and Price Container
• Product and Controls
• Product Description
• Frequency and Quantity Controls
• Remove Action Controls
• Price
The section can be found here:
• Product Image Container
This section holds the product image and can be found here:
• Product Name and Price Container
The section can be found here:
• Product and Controls
• Product Description
This section contains:
- Product Name
- SKU Swap
- Item Price for Mobile
The section can be found here:
• Frequency and Quantity Controls
The section can be found here:
• Remove Action Controls
The section can be found here:
Cancel subscription, pause subscription, and remove item each have their own liquid file:
- Cancel Subscription —
{% include 'cancel-subscription' %}→ cancel-subscription.liquid - Pause Subscription —
{% include 'pause-subscription' %}→ pause-subscription.liquid - Remove Item —
{% include 'delete-item' %}→ delete-item.liquid
• Price
The section can be found here:
This is for desktop only.
Footer
This section contains:
Billing and Shipping
Order Price Summary
The code can be found here:
- Billing and Shipping —
{% include 'billing-shipping-details' %}→ billing-shipping-details.liquid - Order Price Summary —
{% include 'order-total' %}→ order-total.liquid