I have a drop down list (for 'pickup location') that populates a meta field. Its a required field and form validation seems to be working ...usually. But i've got one recurrin...
No content to show

User Activity

Thank you. Unless I'm missing something obvious I don't see this as any global option. I think I can individually edit the path of uploaded media, if that's what you mean ?
We are migrating from a non-shopify site.   Store has several hundred products.  Each product has a pdf spec file.  I have the current url of every file - they follow an organized naming structure where the file name is named afte the product title. ...
 This was good, i modified it in two ways though.  For those who dont realize how it works, you need to type " - " (without quotation marks).  I  changed the - to # since thats likely less used typing.  Also I made it insert a paragraph break rather ...
This was a great solution.  I tested and it didnt work, it seemed the increment function didnt work - I used an alternative to the incrementing (I changed the variable name for my own reference) and it works perfect.  Thanks so much for your help.{% ...
This is great.  This should work, I'll test it shortly. Thanks 
Thanks but no it's not this, I'm looking for multiple items that each have one * each
I have some special fees that get added along with every order (i'm using both an app and some other custom code).  I've seen some examples where they dont work and dont get added, but I cant replicate it.   All the fees have an "*" on them like "Con...
Maybe I misspoke. But the feature makes a universal wallet, payment options, addresses etc.  Just click the button and try it out. Either way, there's no solution to your problem without disabling it. If you notice, when you use the feature the shopp...
What I mentioned (disable "sign in with Shop") is the only solution.  You still have customer accounts, it's just reverting to the classic version.  The core feature this takes away is Shopifys attempt at bridging all different sites together into on...
I couldnt easily show you exactly where to put it (if you're new to this you'll want to reseach your theme to see where the "loop" is in the cart), but once you get to the cart code I THINK a modification of my solution MIGHT work: {% if item.product...
I've discovered that the code on that customer page is actually on Shopify itself, which is odd - so it does not appear to be editable - though the language could be edited.   The solution to this problem was to disable the "Sign in with Shop" featur...
I see no reference to it in the Customer-Orders code template.  I see "Buy Again" in the language/labels references.  My problem is that we have alot of customization (such as collecting custom fields) during the 'add to cart' process, and if a custo...
I am trying to put a max qty limit on the qty input of the product page. On my product-form file I'm including {% if item.product.tags contains 'max5' %} <input type="number" min="1" max="5" size="2" class="quantity" name="updates[]" id="updates_...
This will only stop someone from selecting a higher value when adding to cart all at once.  This doesnt stop them from going back to the item and adding another unit.
Awesome, thanks for the comment. Glad it helped you out.  Best of luck with your shop.
This widget could not be displayed.
This widget could not be displayed.