• Home
  • Create a Support Ticket
  • Install Simple Invoice
  • Install Simple Promotions and Upsells
  • Home
  • Create a Support Ticket
  • Install Simple Invoice
  • Install Simple Promotions and Upsells

Simple Invoice

home/Knowledge Base/Simple Invoice/How can I send a payment link to my customers?
Popular Searches:Why I don't see tax rates on my invoices?, How can I use custom invoice numbers?, How can I create invoices in different languages?

How can I send a payment link to my customers?

42 views 0

You can send a payment link to your customers.

As a default, when you send a draft order with Simple Invoice, the payment link is sent with the email content. You can find added code for draft orders below.

{% if order.is_draft %}If you would like to make a payment please click here.{% endif %}

The Draft payment link won’t be visible in your regular invoice emails sent for your Shopify orders placed by your customers. If you send a draft order to your customer, this sentence will be visible in the email sent to your customers alongside the other content. If your customers click on the link, they will be redirected to your Shopify store to make a payment.

If you wish to get payments for the orders in which the financial status of the order is pending, add the code below.

{% if order.financial_status == ‘pending’ %}You can complete payment here : {{ order.checkout_url }}{% endif %}

Please follow the simple steps below.

Step 1: Open Simple Invoice from your Shopify store’s “Apps” section.

Step 2: Click on “Settings” on the Simple Invoice dashboard.

Step 3: Scroll down to the Sending Options section, click on the Mail Content field, and add the code below.

{% if order.financial_status == ‘pending’ %}You can complete payment here : {{ order.checkout_url }}{% endif %}

This payment link won’t be visible in your regular invoice emails sent for your Shopify orders placed by your customers. If you send an order with the pending financial status to your customer, this sentence will be visible in the email sent to your customers alongside the other content with the payment link. If your customers click on the link, they will be redirected to your Shopify store to make a payment.

Step 4: Click on the Save button.

Was this helpful?

Yes  No
Related Articles
  • How can my customers pay the remaining balance of their orders from the My Account section of my store? (Online Store 2.0 Themes)
  • How can my customers download their invoices from the My Account section of my store? (Online Store 2.0 Themes)
  • How can I connect my account to cloud?
  • How can I set additional sending conditions?
  • How can I accept payments?
  • How can my customers download their invoices from the My Account section of my store?
Apps
  • Simple Invoice 119
  • Simple Promotions and Upsells 8
Popular Articles
  • Quick Setup Guide
  • How can I send invoices or quotes and accept payments from my customers?
  • How does the Free plan work?
  • How can I send invoices?
  • How can I insert a download link to the Shopify order notification email?
  • ©2022 - Simplio Apps

Popular Searches:Why I don't see tax rates on my invoices?, How can I use custom invoice numbers?, How can I create invoices in different languages?