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:
- {product_title} - Displaying the product title.
- {product_image} - Displaying the product image. It is returning the featured image ID.
- {product_description} - Displaying the product description.
- {product_short_description} - Displaying the product short description.
- {cart_counter} - Displaying the cart items number and it is wrapping with the HTML tag.
- {cart_items_number} - Displaying the cart items number as an integer value.
- {cart_sub_total} - Displaying the cart subtotal price.
- {customer_spent} - Displaying how much money a customer spent on the site(excluding total refund amount).
- {customer_total_spent} - Displaying how much money a customer spent on the site(including total refund amount).
- {customer_total_refunded} - Displaying how much money shop owner returned to the customer.
- {customer_name} - Displaying the customer name.
- {customer_email} - Displaying the customer email.