Hi folks, When using the 'new_comment' Shopify form, is it possible to allow the author to also accept marketing natively? I tried the obvious ones: {% form 'new_comment', article %} <input t...
Hi folks, When using the 'new_comment' Shopify form, is it possible to allow the author to also accept marketing natively? I tried the obvious ones: {% form 'new_comment', article %} <input t...
Hey folks, When using /cart/change.js, is it possible to remove a line item property? Setting a property to '', false, nil, null or blank results in the line item property being set...
I am looking at options available to save and retrieve cart state for a shop I may be building. I started looking into cart.json and local storage but realised that Shopify already creates a cart ...
Does anyone know if it is possible to show a variant dropdown for a line item in the cart? Two concerns: 1) If you can do it, I am not sure what the name/ID of the field would need to be for th...
Hey folks, I have noticed Shopify has added a 'Let us know you're not a robot' reCaptcha step to the contact forms - does anyone know if this can be styled/edited at all? I think it is a bit co...
Hey folks, I am using a checkout.scss.liquid file to customise my checkout as I have done countless times in the past with other custom themes... except this time it is not be recognised at all! ...
Hey folks, On the cart page, I have been trying to implement donation functionality without needing JS. It involves the user choosing a set amount to donate from a series of radio buttons....
Hey folks - trying to get donation functionality working on cart page without JS. Didn't want to double-post, so here it is in the public facing forums: https://ecommerce.shopify.com/c/ecommerce...
Does anyone know if it is possible to filter a collection on the homepage with tag/s? I am not sure what the URL would be for such. On a collection page, tags just stack up after the collection ha...
I have encountered an issue with tags recently which I *think* might be related to this bug: https://github.com/Shopify/liquid/issues/615 Basically, if you are showing all tags available with...
Hey all, I noticed something a bit odd today and not sure if it has always been the case: you can add a product to your cart even if the quantity you are adding exceeds the available products. ...
Passing a product array as a variable to paginate returns the error "Liquid error: Array is not paginateable". {% assign products = collection.products %} {% paginate products by 10 %} &nbsp...
Hey all, Is it possible to have a search results link in my breadcrumb (e.g. Home > Search results > Product) and be able to return to the search results page from the link in the breadcrumb...
Hey all, When a product belongs to more than one collection, does anyone know of a way to identify one of the collections as the product's 'main' collection? Does not seem possible from the a...
Hi all, Is it possible to show a custom favicon for the checkout? I have favicon.ico, favicon.png and apple-touch-icon.png in my assets/ folder but no joy. Would be nice to keep it consis...
Hi all, Is it possible to have Shopify form errors outside of the form? For example, at the top of the page? (The form is at the bottom of the page after some fairly long content) Using {% for...
Hey folks, Scoured the forums, docs and cheatsheet but no luck - could be that I am searching for the wrong thing or that it simply cannot be done... anyhow, worth a try. I am trying to obtain an u...
Hey all, A few weeks ago, our app 'Twitify' went live: http://apps.shopify.com/twitify The aim is to make it easy for both theme developers and store owners to get Twitter feeds working again ...
Must say, loving the new interface very much - getting the hang of it. Sad to see the text editor/HTML disappear from article excerpts - in particular because this was a neat way of showing a small...
Hello, Yonks ago, I posted about how it was irritating and very time-consuming to have to set up shipping for each individual country in Europe, and it was fixed so that 'European countries' became...
Is there a way to loop through all products whilst on a product page or does scope prevent such? From searching the forums and experimentation, I can see that on a product page you can return ...
Hi all, I was wondering if it is possible to filter a collection by product type, in the same way you may filter it by product tags? I've been looking around the forum and all previous posts sugg...
Hey all, I've recently integrated WorldPay with one of my client's Shopify stores and wanted to post some info/tips to help speed up the process for any one planning to use WP with Shopify. The m...
Hello - I've asked this before a long while back but I'm still not quite sure; what is the difference between the Forums and the Public Discussion section of the Support site, and is one favoured ove...
No content to show

User Activity

Usually I'd agree (I think Shopify has a lot of crazy stuff and I actively complain about it!) but this is actually a complex feature once you dive below the surface - some discounts are limited to specific customer emails/once per customer/address l...
I also need this - I need to know which bundle a product was part of but the exported order data doesn't have it 
Oh wow, I am really interested to see how this is achieved - do you have a link to the store? I wonder if it is checking the cookie, and showing it accordingly BUT the discount amount isn't stored in the cookie I don't think, so I'd be curious how it...
The checkout permalink works with multiple discount codes separated by commas, e.g. `?discount=DISCOUNT1,DISCOUNT2`. If you append this to your cart form action (e.g. /cart?discount=DIS1,DIS2`), when submitting cart to proceed to checkout, it will ap...
Open issue on Github regarding this: https://github.com/Shopify/cli/issues/2220
Hi folks, I am puzzled by the documentation on using environments with Shopify CLI. Say I have two separate shops/projects, both in their own repository/folder locally. I place a `shopify.theme.toml` file in each, with:[environments.default] store = ...
That worked! Although I used {{ image_url: width: shop.brand.logo.width }} which is the "new" img_url. Thanks!
Do you know how to output the full logo CDN url? {{ shop.brand.logo }} outputs files/my-logo.svg and, if you use the file_url filter, it duplicates the files/ part of the url (e.g. //cdn.shopify.com/s/files/1/0749/2734/1841/files/files/my-logo.svg) b...
One thing you could consider is to add the discount code to Shopify's discount cookie via JavaScript. This will then be auto-applied when you checkout (if your cart is eligible).document.cookie = 'discount_code=YOURDISCOUNTCODE'; 
A vote from me too - I am trying to communicate the recent GTM outage to the wider team but have no reference data from historical outage.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.