Hi,
What is the shortcode for product categories?
Backgorund:
Is going to use code inside product loop and now have:
<div class="border-top mb10 mt15"></div>
<ul class="font80 mb0 ml0">
<li class="ml15 list-type-disc mb0 lineheight15"><span>Merke:</span> [wpsm_custom_meta field="store" type="taxonomylink" show_empty=1]</li>
<li class="ml15 list-type-disc mb0 lineheight15">
<span>Kategori:</span> [wpsm_custom_meta field="product_category" type="taxonomy" show_empty=1]</li>
</ul>
But the last part with category does not work. Also would like to show the sub category if possible.
Okidoki. Then will start creating global attribute and have same name as the last category after comma. Think will solve it.
Thanks for your very fast help.