I need to add the product publishing date in the snippet, 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:
Related Articles
How to add the lowest price widget to the related products block?
The steps below will help you to add he lowest price block to the related products section: 1. Proceed to Online Stores > Themes and click the Customize button on your theme. Then head to the theme settings, and then click on 'Edit code'. 2. After ...
How to match an image to a product variant?
To match an image to a product variant, you will need to follow the steps below: Proceed to PicManager: Image Uploader > Settings and select the corresponding matching criterion, either the SKU or the Title of the variant. Once done, save your ...
Can I include product details to the feed?
Yes, our application allows to map the existing product attributes to the feed template to ensure more accuracy. You can set up your mapping by proceeding to Apps > Product Feeds > Feeds > Add a new feed/ Select an existing feed > Template section:
My theme doesn’t allow adding the block with the lowest price, what should I do?
It will be possible to add the required block in the product-price.liquid code. To proceed, follow the steps below: 1. Proceed to Online store > Themes > Customize > Edit Code. 2. Add a new snippet in the Snippets folder: Insert the content below and ...
Can I add Alt tags together with images?
Yes, currently we offer adding Alt tags with images, you can enable the option under PicManager: Image Upload > Settings. You can generate Alt tags based either on the product title or on the variant title: