When importing orders there may be a time when you would like to ignore certain orders coming in from Shopify. To do this, you will follow the steps below:
Enable Order Ignore Feature
- Go to the store Settings (https://app.duoplane.com/stores) and select the store you would like to update.
- Scroll down to the end of the page and click "Toggle developer fields" in the bottom right
- In the "Order management" section, there is a field called "Ignore order template"
- What gets passed in to this Liquid template is the raw Shopify order data
- If the result of the template is either "true" or "1", then we'll ignore the order
Configure Duoplane to Ignore Shopify POS Orders
Follow the steps above, then enter the following code in the Ignore product template:
{% if order.source_name == 'pos' %}1{% endif %}
Comments
0 comments
Article is closed for comments.