No content to show
User Activity
Same issue here. Any fix?
09-19-2023
We are also having this issue. Shopify support told us the following: To troubleshoot the issue with the POS app only showing ten products, you can try the following steps: confirm that the app and device are up-to-date, check app permissions, reset...
Thank you for your response. I found the property for "order created" and used this snippet, but it set the date to January 1, 1970 when I tested it. {{ order.createdAt | date: "%Y-%m-%d" | plus: 1 | date: "%Y-%m-%d" }} No errors in the run log. ...
Hi everyone, We offer an annual membership product. After 1 year, we send an automatic reminder for customers to renew their membership. However I would like customers to be able to view their membership lapse date in their profile. I created a cus...