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 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:
Are the bulk uploaded images matching automatically with a product?
The exact flow of the image matching will depend on the match type you select in the Apps > PicManager > Settings. At the moment you can use either a Partial or a Full match mode based on the product SKU, Title or Variant title: If you select the ...