Personalize Your Campaigns With Smart Tags

Smart Tags are a piece of code allowing you to grab information about your site, visitors, third-party plugins, and more! You can use them within your Gutenberg editor when creating your campaigns and displaying valuable information to your visitors.

FireBox allows you to use all base Smart Tags, which you can find here: How to use Smart Tags

In addition to the base Smart Tags, FireBox provides a set of unique Smart Tags, such as getting your campaign information, as well as integrates with Easy Digital Downloads and WooCommerce.

Table of Contents

Below you can find the available Smart Tags split into their respective categories for easier navigation.

FireBox Smart Tags

{fpf fb.id}

This smart tag provides the current campaign ID.

{fpf fb.title}

This smart tag provides the current campaign title.

Easy Digital Downloads Smart Tags

{fpf edd.cart.total}

This smart tag provides the Easy Digital Downloads cart total.

It also accepts a –min=XX option, allowing you to define the minimum required cart total that must be met. i.e. if you need $50 to show a coupon code, as the user continues shopping, the Smart Tag will update to reflect this change.

While using the –min=XX option, you may utilize the –filter=percentage option in your Smart Tag to return the percentage required to achieve the minimum requirement.

{fpf edd.cart.subtotal}

This smart tag provides the Easy Digital Downloads cart sub total.

It also accepts a –min=XX option, allowing you to define the minimum required cart subtotal that must be met. i.e. if you need $25 subtotal minimum to offer free shipping, as the user continues shopping, the Smart Tag will update to reflect this change.

While using the –min=XX option, you may utilize the –filter=percentage option in your Smart Tag to return the percentage required to achieve the minimum requirement.

{fpf edd.cart.count}

This smart tag provides the Easy Digital Downloads total cart items count.

It also accepts a –min=XX option, allowing you to define the minimum required cart items count that must be met. i.e. if you need 3 total cart items minimum to offer a freebie, as the user continues shopping, the Smart Tag will update to reflect this change.

{fpf edd.stock}

This smart tag provides the stock of an Easy Digital Downloads product. This works with the Purchase Limit plugin provided by Easy Digital Downloads.

It also accepts a –product=XX option, allowing you to define for which product to retrieve its stock.

WooCommerce Smart Tags

{fpf woo.cart.total}

This smart tag provides the WooCommerce cart total.

It also accepts a –min=XX option, allowing you to define the minimum required cart total that must be met. i.e. if you need $50 to show a coupon code, as the user continues shopping, the Smart Tag will update to reflect this change.

While using the –min=XX option, you may utilize the –filter=percentage option in your Smart Tag to return the percentage required to achieve the minimum requirement.

{fpf woo.cart.subtotal}

This smart tag provides the WooCommerce cart sub total.

It also accepts a –min=XX option, allowing you to define the minimum required cart subtotal that must be met. i.e. if you need $25 subtotal minimum to offer free shipping, as the user continues shopping, the Smart Tag will update to reflect this change.

While using the –min=XX option, you may utilize the –filter=percentage option in your Smart Tag to return the percentage required to achieve the minimum requirement.

{fpf woo.cart.count}

This smart tag provides the WooCommerce total cart items count.

It also accepts a –min=XX option, allowing you to define the minimum required cart items count that must be met. i.e. if you need 3 total cart items minimum to offer a freebie, as the user continues shopping, the Smart Tag will update to reflect this change.

{fpf woo.stock}

This smart tag provides a WooCommerce product stock.

It also accepts a –product=XX option, allowing you to define for which product to retrieve its stock.

Was this helpful?