No content to show
User Activity
Same issue
12-22-2024
I just fixed it!The problem before was that I wasn't getting the extension UUID from the URL.Now, I inspected the app extension on the page and got the UUID from the inspector. It works just fine, and I no longer get the error I was encountering
12-22-2024
@ophinjay did you manage to solve it?
You can send variant metafield data to GA4 using the dataLayer retrieve the metafields in your theme and pass them as custom dimensions or event parameters when tracking events
10-04-2024
The theme app extension displays content from the Liquid file not from your web appIf the rating stars bother you, you can remove the rating stars Liquid file and the snippet stars from the snippets folder
10-03-2024
If it works when you runshopify app devbut not when hosted try deploying your Shopify app withshopify app deploy and testing it again
10-02-2024
I'm not sure what you need, but I don't just publish a theme app extension. Why not create a Remix app to manage pricing and support? Once it's ready, you can submit it for review, and it will be added to the app store when accepted
Ohh thank you
So there's no answer to this simple questionMaybe there's a better way but I do it with JavaScriptlet isMobile = window.innerWidth <= 768;
This works for meimport { ActionFunctionArgs } from "@remix-run/node";
import { authenticate } from "../shopify.server";
import crypto from "node:crypto";
export const action = async ({ request }: ActionFunctionArgs): Promise<Response> => {
const ...
Sorry I misunderstood your question beforeYou don't need to build a Shopify app just to access the APIyou can handle everything directly in your Next.js appWhat Shopify support meant by "public app" is just to get API access using the headless app no...
If you're familiar with Next.js why not use the Remix boilerplate?It has authentication and authorization and everything you needIt would make your life so much easier and you'll also find a lot of documentation for it
To make the background transparent using CSS you can apply the following code to your image or its container.your-image-class {
background-color: transparent;
}
You can upload your image to this website which will remove the background from your imageAfterward you can replace the background with your original imageAdditionally you can try making the background transparent using CSS
o manage the hreflang tags for your Shopify stores, follow these steps:1. Adding the New hreflang Tag for the UK Link:You'll need to manually add the new hreflang tag for the UK store in your theme's Liquid files where the blog posts are rendered.Loc...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1132 | 06-27-2024 08:52 PM | |
1040 | 06-12-2024 12:58 AM | |
409 | 06-11-2024 07:45 PM | |
718 | 05-18-2024 08:37 PM | |
1145 | 05-17-2024 03:56 PM |