|
/ Documentation /Cart Abandonment/ Shortcode Reference for Email Fields in Cart Abandonment

Shortcode Reference for Email Fields in Cart Abandonment

You can personalize your abandoned cart recovery emails using the shortcodes listed below. These shortcodes allow you to dynamically insert customer details, cart contents, and other relevant information into your emails.

Available Shortcodes

No First Name Shortcode Description
1Admin Firstname{{admin.firstname}}It displays the name of the shop owner or an administrator.
2Admin Company{{admin.company}}It displays the name of the shop or company.
3Abandoned Product Details Table{{cart.product.table}}It displays the details of products that were abandoned with Product name, Product image, Quantity, Price and Line subtotal in table format.
4Abandoned Product Names{{cart.product.names}}It displays only product names that were abandoned.
5Cart Checkout URL{{cart.checkout_url}}It is the URL that redirects to the checkout page.
6Coupon Code{{cart.coupon_code}}It is the coupon code that can be used on the checkout page for the discount.
7Customer First Name{{customer.firstname}}It displays the First name of the Customer.
8Customer Last Name{{customer.lastname}}It displays the Last name of the Customer.
9Customer Full Name{{customer.fullname}}It displays the Full name of the Customer.
10Cart Abandonment Date{{cart.abandoned_date}}It displays the date on which the cart is abandoned.
11Site URL{{site.url}}It displays the Main Site URL of the shop or company.
12Unsubscribe Link{{cart.unsubscribe}}It allows customers to unsubscribe from the email of cart abanded. If a customer unsubscribes from this link then they will not receive future emails for an abandoned cart.

These shortcodes can be used in the email templates within the WooCommerce Cart Abandonment Recovery plugin to create personalized and relevant email content for your customers.

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Need help? Contact Support
On this page