Apr 21, 2021
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...
Jul 31, 2020
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
08-06-2024
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...
04-22-2024
@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...
04-27-2021
So much to learn. Apps definitely can help cut down on the learning curve.
04-27-2021
I've also seen people use navigation as linked lists for custom data storage.
04-27-2021
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.
04-27-2021
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...
02-09-2021
Still, a puzzle to be solved, because the next client may prefer it bold.
02-09-2021
Try it with the debut theme maybe, see if it reproduces?
02-09-2021
I'm at a loss. What theme are you editing?
02-08-2021
I've really only used capture when I'm including a snippet which outputs text.
02-08-2021
Try this:{% assign unitPrice = product.variants[0].price | divided_by: numItems | money %}
02-08-2021
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.
02-08-2021
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
Subject | Views | Posted |
---|---|---|
5094 | 07-31-2020 02:28 PM |