I need to add the product publishing date in the snippet when using the Omnibus Insight: Price History app, how do I proceed?
Please, find the Online store > Themes > Customize > Edit Code > Snippets > price.liquid snippet and add the following code on the bottom:
- <p class="caption">{{ product.published_at | date: "%Y-%m-%d %H:%M" }}</p>
As a result, the publishing date will appear together with the lowest price: