product.meta - Displays the product meta#
This placeholder is part of ShopMagic free, however, at this time it is used only by a premium add-on included in ShopMagic PRO: Review Requests.
Description#
Use {{ product.meta }}
placeholder to display the custom field (meta) of the reviewed WooCommerce product. It can be used when the customer adds a product review.
It is intended for more advanced users.
Usage#
Place {{ product.meta | key: 'total_sales' }}
in any field that supports placeholders. For example, the email subject or message.
Parameters#
- key (required) - a meta key associated with a custom field that you want to display.
Fallback#
This placeholder does not have any fallback. If it is used in an event that does not provide product data or has an empty or invalid key
parameter, it will display no content.