I had an idea spring from this message. https://community.shopify.com/c/Shopify-Ecommerce-Jobs/Shopify-Tutor-for-a-beginner-Partner/m-p/1144348#M12026 The idea is a Shopify Dev club for theme and...
I am in the seed stage of an agency - transitioning from pure freelance. I have a need for an experienced Shopify developer on a surge basis as my demand exceeds my supply when it comes to codi...
Apologies if this is .liquid/shopify noob question, but I've read through documentation (shopify, .liquid, and Ruby), forums (both here and elsewhere), and even caved and reached Shopify L2 support b...
No content to show

User Activity

You need version control. Please learn how to use it before you dive in. But there's no reason why you can't have a *private* git repository on your dev system and merge your changes to dawn updates. I suspect you also need a sandbox to test your mer...
@Jason wrote:cache=false was never an officially documented property so using it was a bit of a hack. I've used it before in some old builds, and I've got a bunch of blog posts on the topic. However, being undocumented I also knew the lifetime was li...
So much to learn.  Apps definitely can help cut down on the learning curve.
I've also seen people use navigation as linked lists for custom data storage.
Note - I haven't read that code in the link, and have no idea if the walk-through is a good idea or not yet.
Yes - you can use the jQuery in the sample code in that link./** Unique tabs using H6 as an anchor **/ document.addEventListener("DOMContentLoaded", function(event) { $($('.product-single__content-text').find('h6').get().reverse()).each(function(i...
Still, a puzzle to be solved, because the next client may prefer it bold.
Try it with the debut theme maybe, see if it reproduces?
I'm at a loss.  What theme are you editing?
I've really only used capture when I'm including a snippet which outputs text.
Try this:{% assign unitPrice = product.variants[0].price | divided_by: numItems | money %} 
That is weird.  I didn't see any problems in the code.  Maybe javascript is getting hold of that span class?  change the class?  change it to a different html element?  Just thinking of troubleshooting it.
What context is this liquid?  Section/Snippet/Layout?  I don't think I have an answer, but I'm curious if there's something in the context which makes the html ignore the liquid.  I'm also curious if product.variants[0].price exists on the variants w...
Actually, apologies for not noticing "Debut" theme.  It's a minimal theme, which I don't think includes a "Sale" label.  Try a different theme.https://help.shopify.com/en/manual/online-store/legacy/using-themes/themes-by-shopify/debut/ Edit product p...
Which items should have the sale label?
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.