- Hiding Fields on the Checkout Page
- Installing WooCommerce
- Using WooCommerce
- Using Your Theme's Header & Footer in a Step
- Embedding a Checkout Form on the CartFlows Checkout Page
- Hiding WooCommerce Pages and Products
- Using Pricing Tables
- Adding an Affiliate Program
- Setting a Funnel as the Homepage
- GDPR Compliance
- Dynamic Offers aka Rule Engine
- Instant Layout for Checkout and Thank You Step
- Adding Products from the URL to the Checkout Page
- Setting Up A/B Testing for Steps
- Deleting Plugin Data During Uninstallation
- Importing Ready-Made Templates for Funnels and Steps
- Importing and Exporting Funnels and Step
- URL Parameters
- Replacing the Main Checkout Order with an Upsell or Downsell
- Rolling back to a Previous Version
- Google Address Autocomplete
- Flatsome UX Builder
- ActiveCampaign
- Paypal Reference Transactions
- How PaypPal/Stripe Works
- Enabling Enfold Avia Layout Builder
- Setting Up Authorize.net for Upsell & Downsell
- Supported Payment Gateways
- Setting Up A/B Testing with Google Optimize
- Setting Quantity and Discount for Products on the Checkout Page
- Funnel in Test Mode
- Troubleshooting Plugin and Theme Conflicts
- Resolving the "Please Select a Simple, Virtual, and Free Product" Error
- Fixing Endless Loading on the Checkout Page
- Fixing the "We can't seem to find an order for you." Error on the Thank You Page
- Fixing the "Checkout ID Not Found" Error
- Fixing the "Session Expired" Error Message
- Resolving "Order Does Not Exist" Error on Upsell/Downsell Page
- Fixing the "Sorry, This Product Cannot Be Purchased" Error
- Resolving "No Product is Selected" Error
- Disabling Auto-fill of Address Fields Based on Zip Code
- Enabling Theme's Scripts & Styles Without Changing Page Template
- Disabling Auto-fill of Checkout Fields
- Allowing Cache Plugins to Cache CartFlows Pages
- Changing the "Choose a Variation" Text
- VAT Field Not Displaying for WooCommerce EU/UK VAT Compliance Plugin
- Enabling the Product Tab on Store Checkout
- Displaying the Order Summary Open on Mobile Devices
- Refreshing the Checkout Page After CartFlows AJAX Calls
- Overview
- Installing
- Activating License Key
- Customizing General Settings
- Customizing Cart Tray Labels
- Customizing Cart Icon Settings
- Customizing Cart Tray Styling
- Understanding the Product Recommendations Feature
- Controlling Product Recommendation Source for Empty Cart
- Controlling When the Cart Opens After Adding Products
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 |
1 | Admin Firstname | {{admin.firstname}} | It displays the name of the shop owner or an administrator. |
2 | Admin Company | {{admin.company}} | It displays the name of the shop or company. |
3 | Abandoned 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. |
4 | Abandoned Product Names | {{cart.product.names}} | It displays only product names that were abandoned. |
5 | Cart Checkout URL | {{cart.checkout_url}} | It is the URL that redirects to the checkout page. |
6 | Coupon Code | {{cart.coupon_code}} | It is the coupon code that can be used on the checkout page for the discount. |
7 | Customer First Name | {{customer.firstname}} | It displays the First name of the Customer. |
8 | Customer Last Name | {{customer.lastname}} | It displays the Last name of the Customer. |
9 | Customer Full Name | {{customer.fullname}} | It displays the Full name of the Customer. |
10 | Cart Abandonment Date | {{cart.abandoned_date}} | It displays the date on which the cart is abandoned. |
11 | Site URL | {{site.url}} | It displays the Main Site URL of the shop or company. |
12 | Unsubscribe 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.
On this page