In full page display for products I get this markup:
<div class="price-with-discount">
<div class="old-price">Old price</div>
<div class="percentage-off">Percentage</div>
<div class="new-price">New price</div>
</div>
In Views I am able to see the formatter but when applied I get this markup:
<div class="new-price">Old price</div>
See that it applied the new-price class but displays the old price and does not output any other items.
All attempts to show both the old and new prices in the views block failed. I made a view of fields and a view of teasers and same issue.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.