No content to show

User Activity

Hey Paul! I would like to suggest that as a feature, then. If not the full hidden fields, then at least the "URL submitted on" feature. Example 1: Contact form "ask a question" on a product page. Know which product a customer is asking about. Having ...
I need to get the URL that a form was submitted on. Looks like this can be done using the {% form %} tag, but not the Forms app. Can a form built using the {% form %} tag create a new metaobject entry? In general, it doesn't seem like the Forms app h...
You can now (2024) do this by setting up an Attribute Rule in Merchant Center.Google documentation: https://support.google.com/merchants/answer/14994083?hl=en&sjid=13914971154045862954-EU&visit_id=638... Steps: In ShopifyList out how many separate sh...
You can now (2024) do this by setting up an Attribute Rule in Merchant Center.Google documentation: https://support.google.com/merchants/answer/14994083?hl=en&sjid=13914971154045862954-EU&visit_id=638718529113486335-2982670626&rd=1 Steps: In ShopifyD...
Is there any way to get the URL that a form submission occurred on, for forms from the Shopify Forms app?**Please don't tell me to use another app, I am asking about the native Shopify Forms app specifically. I want to add a contact form to product p...
Solution: Use the Shopify URL instead of the GID.Also must move the image_url filter inside the variable definition. Example: {%- assign card_image = item.top_image | image_url -%}Also remove the image_url filter from tags where you are using the var...
FYISince I didn't find this from the documentation very clearly, here's an FYI on how to get a count of how many entries/items are in a metafield that is a list. The list could be a list of strings, a list of metaobjects, a list of files, etc. It wil...
Since I can't edit the previous reply, replying again. I was now able to get multiple variables to work together to load a value in liquid. I think part of the secret is that none of these variables, by itself, represents any Liquid object in my stor...
 Hi,I have an if/else statement that checks if a file metafield has a value in it, and if it’s empty, it should use a specific GID that I’m putting directly in the liquid code block. The desired purpose is to display a backup image when the object do...
This is possible. Here is some code to get you started. It will pull in a list of products and the URL, featured image, title, and description for each of them. Then you can use CSS to customize the appearance or figure out how to pull in different d...
In case this is helpful to someone, I will reply even though it's a while later. It looks like you are using "recommendations" as at the name of a variable, but you don't have a definition for that variable. You need to define it first using "assign"...
As far as I am aware, it is not possible using the /discount/${discountCode} format to add multiple discount codes. You need to use the format like this:http://{shop}.myshopify.com/cart/123456789:1,012345678:1?discount={discount_code},{discount_code2...
Separate the discount codes with a comma instead of an &.https://shopify.dev/docs/apps/build/checkout/create-cart-permalinks#step-4-optional-apply-discountsLike this: https://myurl.com/cart/add/41656365023415:1,41623413915831:1?discount=40VOUCHERPROG...
Follow up for anyone who needs this: Created a new metaobject type. In this example code, I use the key custom_blog_post_tagAdd a single-line text field "Name" (key "name" in the example)Add a rich text field to the metaobject. In this example, I act...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From