No content to show
User Activity
04-18-2024
Is it possible to write JSON code inside of a liquid template file? I first made a json template file, and created a simple collection carousel in the editor. Then I made a liquid template file. From there I would like to copy paste the json data th...
Hi, I use the Shopify app "Translate & Adapt" for translation. I've always seemed to find where I can translate the different contents that I need to translate. But now I struggle with finding how I can translate a url for a blog post. (We just start...
03-04-2024
Hi, I've made a simple checkout UI extension. It works in the test/partner store, but I'm struggling with installing it on my live store. I've followed these steps for creating the extension and deploying the app:Checkout UI extensions (shopify.dev)D...
Hi, I just started using Shopify CLI, so I can code using VSCode. Then I can push the code using "shopify theme push" command. But what if I make a change in the shopify customization for instance? Do I have to do "shopify theme pull", pulling the fi...
I'm trying to understand how installed 3rd party apps affect the different themes. Is it so that when I install an app, code is normally injected into (only) the published theme? And not into the previous versions (those that are not live)? If so, do...
Hi Shopify Community, Quick question regarding domain setup for a multilingual store: Is it possible in Shopify to set up an alias domain that points directly to a specific language version of the site, without physically redirecting to the primary d...
Hi, if your're still wondering about this, this worked for me:query { translatableResource(resourceId: "gid://shopify/Product/34524562462523") { resourceId translations(locale: "fr") { key value } }} S...
10-18-2023
I solved the issue with another app, Payments Genius.But thanks for the reply, and I'll keep that in mind!
Hello, When working with Liquid code, especially in cases where it's not correctly indented or formatted, it's challenging to identify paired tags (e.g., {% if %} with its corresponding {% endif %}). This isn't limited to just if-endif, but extends t...
Unfortunately "custom liquid" doesn't exist either: The only sections available to add are:Contact formArticle carouselBrand carouselBrandsBuilderCollection banner builderCollection page headingCollectionsFAQsGalleryInformation lineLookbookOne produc...
08-18-2023
Hi, I'd like to have various separate HTML fields on a single page of my website, each containing custom HTML content. I've looked into different tutorials, but they appear to be outdated or perhaps the steps differ depending on the theme(?). (I'm us...
08-02-2023
Hi, Thank you for your response and for offering to pass along this feedback. I appreciate your help! I believe this feature would be beneficial to many merchants. For example, in Norway, we have a popular local payment solution called Vipps. It's co...
Hello, I'm looking to reorder the payment methods available in my store's checkout process. I've seen solutions that involve using paid apps, but I'm wondering if there's a way to accomplish this without additional costs. I've gone through the paymen...
08-01-2023
Hi, revisiting this topic. Is there a way to reorder payment methods without using a paid app? I'm aware of payment customization, but it seems to require significant coding (I went through the tutorial, but that uses a different case, so is only par...