Hi,
I'm using MBViews to show WooComerce product attributes on a product page. However, I can't find a way to get an actual value. Could you guide me to what I should change?
{% set product_location = mb.product.get_attribute('pa_location') %}
<div>{{ product_location }}</div>