Can we set up different price lists for different markets?
Unfortunately, the moment, our solution doesn’t support price lists.
Related Articles
How does the Shopify Omnibus Insight: Price History app handle price increases and show the lowest price in the last X days?
If you increase the prices of your products permanently, the Omnibus Insight: Price History app will show the lowest price from the last X days, excluding the most recent price change. This means the oldest price may still display as the lowest ...
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 ...
Does your solution work with B2B shared catalogues?
At the moment, our solution doesn’t support price lists, but we are currently working on adding this feature in future releases.
How to set up shipping in the feed?
To add shipping options to your feed, follow these steps: 1. Open the app and navigate to Apps > Product Feeds > Feeds. 2. Select an existing feed or create a new one by clicking Add a new feed: 3. In the feed settings, go to the General tab and find ...
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 ...