Special_price not working

Hi folks, I have a special_price setup for a product. Its set to be on between yesterday and Dec 31, however it does not display. Here is the getResources tpl. The normal price displays fine.

<div class="category-main-item">
<div class="image"><img src="[[+product_image:pthumb=`w=600`]]" alt="[[+pagetitle]]" class="img-fluid"></div>
<div class="title"><a href="[[~[[+id]]]]">[[+pagetitle]]</a></div>
<div class="price">product_price: [[+product_price]]</div>
<div class="price">special_price: [[+special_price]]</div>

[[+product_special_price]] is the correct name of the placeholder

1 Like