View Categories

Using Dynamic Content Tags

2 min read

All Available Tags #

SPE PRO supports the same dynamic tags as the Free version:

Site/Store Information #

TagDescriptionExample Output
{site_title}Your store/site nameMy Awesome Store
{site_address}Store address123 Main St, City, ST 12345
{site_url}Your store URLhttps://mystore.com
{store_email}Store contact emailhello@mystore.com

Product Information #

TagDescriptionExample Output
{product_id}Product database ID1234
{product_name}Product nameHydrating Face Serum
{product_sku}Product SKUHFS-001
{product_url}Link to product pagehttps://mystore.com/product/serum
{product_price}Current product price$29.99
{product_regular_price}Regular price (before sale)$39.99
{product_sale_price}Sale price (if on sale)$29.99
{product_short_description}Product short descriptionA lightweight daily serum…
{product_description}Full product descriptionOur bestselling serum is formulated…
{product_categories}Product categoriesSkincare, Serums
{product_tags}Product tagshydrating, anti-aging, bestseller

Order Information #

TagDescriptionExample Output
{order_number}Order number#1234
{order_id}Order database ID1234
{order_date}Date order was placedJanuary 15, 2024
{order_time}Time order was placed2:30 PM
{order_status}Current order statusProcessing
{payment_method}Payment method usedCredit Card

Customer Information #

TagDescriptionExample Output
{customer_first_name}Customer’s first nameSarah
{customer_last_name}Customer’s last nameJohnson
{customer_name}Customer’s full nameSarah Johnson
{customer_email}Customer’s email addresssarah@email.com
{customer_phone}Customer’s phone number(555) 123-4567

Billing Address #

TagDescriptionExample Output
{billing_address}Street address123 Main Street, Apt 4B
{billing_city}CityLos Angeles
{billing_state}State/ProvinceCalifornia
{billing_postcode}Postal/ZIP code90210
{billing_country}CountryUnited States

Shipping Address #

TagDescriptionExample Output
{shipping_address}Street address456 Oak Avenue
{shipping_city}CitySan Francisco
{shipping_state}State/ProvinceCalifornia
{shipping_postcode}Postal/ZIP code94102
{shipping_country}CountryUnited States

Order Totals #

TagDescriptionExample Output
{order_subtotal}Subtotal before tax/shipping$59.98
{order_total}Final order total$72.47
{order_tax}Tax amount$5.49
{order_shipping}Shipping cost$7.00
{order_discount}Discount amount$10.00

Using Tags Effectively #

Personalization:

Hi {customer_first_name},

Thanks for ordering the {product_name}!

Reference:

Order #{order_number} – {order_date}

Branding:

Thanks for shopping at {site_name}!
Visit us: {site_url}

Leave a Reply

Your email address will not be published. Required fields are marked *