Dynamic Tags

FluentBricks is providing the lot of extra custom dynamic tags. Therefore you can easily represent the dynamic content at frontend.

Here is the list of the dynamic tags:

  1. {product_title} - Displaying the product title.
  2. {product_image} - Displaying the product image. It is returning the featured image ID.
  3. {product_description} - Displaying the product description.
  4. {product_short_description} - Displaying the product short description.
  5. {cart_counter} - Displaying the cart items number and it is wrapping with the HTML tag.
  6. {cart_items_number} - Displaying the cart items number as an integer value.
  7. {cart_sub_total} - Displaying the cart subtotal price.
  8. {customer_spent} - Displaying how much money a customer spent on the site(excluding total refund amount).
  9. {customer_total_spent} - Displaying how much money a customer spent on the site(including total refund amount).
  10. {customer_total_refunded} - Displaying how much money shop owner returned to the customer.
  11. {customer_name} - Displaying the customer name.
  12. {customer_email} - Displaying the customer email.