No content to show
User Activity
This works well for the admin. If you want to link to the storefront, you can get it from App Bridge: const shopify = useAppBridge();
const { shop } = shopify.config;
I have the same issue
11-06-2024
Building an app that has an index page which displays products filtered by a specific tag.On a separate page, there is a "delete" action that runs the `tagsRemove` mutation, and once successful, redirects to the index page. I am finding that there is...
You can now add compare-at prices to B2B catalogs via CSV import. Both the price and compare-at price fields need to be set, so you can't use global price adjustment rules, meaning a metafield is probably still a more flexible choice.
@Liam In order to make metaobjects viable for flexible data storage, there needs to be a way to filter by value. Are you able to put in a feature request?
Also encountering this issue. What we are doing as a workaround is: Theme syncs to `production` branch via GitHub integration. This could be your live theme, or you could keep it unpublished and duplicate + publish the duplicate, so that content chan...