No content to show
User Activity
05-30-2024
same problem here, I have a website built with Storefront API and using Next js to build my custom frontend. I am trying to uninstall the online store because when a checkout url is generated it has "shopname.myshopify" which is annoying, I want to p...
05-29-2024
sure, that would be great. Thanks
05-29-2024
I am trying to access some metaobjects but I get the following: even though the settings for my storefront API are like so: Do I need to do anything else? Thanks
05-16-2024
I am trying to schedule an order pickup so that I don't have to drop-off the package myself, however the only options I can see are the following: all of them imply me having to dropp-off the package myself, I have actually tried the DPD UK next da...
05-09-2024
I have a Basic Shopify plan and I am using the Storefront API to build my own UI. I am using the checkout url generated from GraphQl , I would like on the checkout to let a customer to choose a delivery option, something like the following. Most impo...
Hi Victor, I have a custom domain which https://www.antoninospizza.co.uk/ The site is fed with data coming from the storefront API. When I go to the checkout I get this url: https://antoninospizzalondon.myshopify.com/checkouts/..... I need to change ...
05-08-2024
I created an e-commerce app using the Storefront API from Shopify and we are running some test orders with real payment to understand the shipping side of it. My understanding that the shipment can be done in 2 ways: 1) we print our own labels and ha...
Hi Victor,thanks for you reply. Unless I manage to remove the online store I cannot apply a the live custom domain otherwise it the live site will point to whatever is in the online store. How would I do that? Thanks
Hi all, I am using the Shopify Storefront API to build an headless ecommerce app. I had previously installed the online store but I don't think it's needed anymore as I am building my own. custom front end with the API. When I try to uninstall it it ...
05-03-2024
I currently have a live site at https://www.antoninospizza.co.uk/ and I am building the shop page and single product pages with the storefront API. I would need to connect to the existing domain so that the checkout url wont have the "myshopify" in ...
I purchased a custom domain from GoDaddy and I need to link it to Shopify. A portion of the site is already live (just some static pages) deployed with Vercel. Yesterday I tried to link the custom domain to shopify and it worked. I added the followi...
01-23-2024
Hi all, I don't seem to be able to remove the password that protects the store. I am still developing the site but when I go the checkout page is asking for a password, which when entered it displays the default theme which I am not even using as I a...
01-02-2024
I have the following UI where I want to increment o decrement the quantity of a product and update the cart immediately. I am using the following mutation: ...
const handleUpdateExistingCartLines =() =>
...
const updateCartMutation = gql`
${CART...
07-20-2023
I have the following metafield definition associated to each page: and t has the following config: however when I retrieve the metafields from the only 2 pages I get the value of null for each: the 2nd screenshots shos the association with the meta...
07-20-2023
I have created the following: and I was trying to access it like so: however I am getting the above error even though the scopes seems to set right: Any help would much appreciated. Thank you