No content to show
User Activity
I think it's overkill for a slideshow app to have scheduling feature. I do not know any slider app to recommend but do checkout our app Valet - Theme scheduler for scheduling themes.What you can do is create 2 variations of the theme with different s...
I know this is not a straight answer but we did this recently for a customer on Pixi Order PrinterI'm the developer of this app. I would recommend you give this app a spin. If you install this app and contact us via support we can do this part for yo...
06-05-2024
Hi @Rube1 ,Shopify does not limit any features like "how many orders that customer". Order Printer Pro is an amazing app but it's very limited to the data the rest api provides. Which is why we created Pixi Order Printer. It lets you pick any data yo...
Hi @Liam ,Unfortunately `{{ metaobject.title | handleize}}` does not work everytime.For the string "San Francisco Premium Outlets":The URL handle is `/pages/stores/SFPO`While handleize will return `san-francisco-premium-outlets`Although system.url is...
04-17-2024
Few things to check:- Did you run `shopify app config link` to create a config file using your production app?- Did you do `shopify app deploy` to deploy the access scopes ( and maybe extensions ) to the linked app?With the managed installation flow ...
Can you further explain your use case? Maybe its doable via tax overrides?
This is why we build Pixi Order Printer Pixi will let you write a graphql query for an order so you can use this query to fetch any details connecting from the orders.There is developement involved, So feel free to contact us through the live chat in...
Unfortunately there isn't an API. As far as I know Shopify has a Tax Service option they've opened up to Services like Tax Jar.Nothing opened up for other devs. We at GST Pro has been looking for the same thing for so long
We have an invoice application. For a client we have a a feature where we show `line_item.origin_location` in the invoice, The client uses this data for packing. `order.location_id` will help you to retrieve the location if the line items are from on...
07-10-2022
It's hard to debug without more information. But do checkout the full documentation for discount create on shopify dev: https://shopify.dev/apps/discounts/create
I have a feeling this is more related to your git installation.Can you try this: https://stackoverflow.com/a/50833818