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:
How to prevent images from being linked to product variants?
If you want the images to be linked to simple products only, proceed to Apps > PicManager > Settings and select one of the following options: In this scenario, the images will be assigned only to the main products, ignoring any product variants:
My product images have duplicated after uploading. What should I do?
If you notice that the images have duplicated in the match grid, don't finalize the upload job, as it can't be reverted. Instead, go to Apps > PicManager > Settings and check the box to prevent duplicates: After saving the settings, start a new ...