For the complete documentation index, see llms.txt. This page is also available as Markdown.

Partial payment processed

Automatically sends an email to the customer when the remaining balance for their pre-order has been successfully processed.

1

How to enable

  • Go to Settings → Pre-order → Email Template → Partial payment processed

  • Check "Auto-send notification to the customer when remaining balance processed".

Auto-send notification to the customer when remaining balance processed
2

Customize email template

  • Edit the email subject and text color.

  • Use available variables to insert dynamic data.

Liquid variables

You can use variables to output data to your email template. Available variables are as follows:

{{shop.name}}

The name of your store.

{{shop.email}}

The email address of your store.

{{shop.shop_owner}}

The full name of the store owner.

{{order_name}}

The order name or number (e.g., #1001).

{{customer_first_name}}

Customer’s first name.

{{customer_last_name}}

Customer’s last name.

{{line_items}}

List of all items in the order.

{{preorder_line_items}}

List of items that are pre-orders.

{{line.title}}

The title/name of a product.

{{line.variant_title}}

The variant of the product (e.g., size, color).

{{line.quantity}}

The quantity ordered of this item.

{{line.original_line_price}}

Total original price of the item before any discounts.

{{line.discount_allocations}}

Discounts applied to this specific item.

{{line.final_line_price}}

Final price for the item after discounts.

{{subtotal_price}}

The subtotal amount before tax, shipping, or discounts.

{{tax_price}}

Total tax amount applied to the order.

{{total_price}}

Total amount to be paid (includes tax, shipping, and discounts).

{{total_outstanding}}

Amount still owed by the customer.

{{balance_price}}

Total outstanding balance, possibly including previous unpaid orders.

{{paid_by_customer}}

The amount already paid by the customer.

{{shipping_price}}

The shipping cost for the order.

In the Sections tab, customize the header, body, and footer.

3

Save and Send test

  • Save.

  • Send a test email to verify the design and content

Example:


📩 Need Help? If you encounter any difficulties during setup, please don’t hesitate to reach out via chat or email us at contact@globo.io. We're always here to help!

Last updated

Was this helpful?