by Paul Drecksler | Dec 26, 2021 | Updates
Add this code to your product template and it will only display on a specific collection. Courtesy of this Stack Overflow post. {% for c in product.collections %} {% if c.handle == “collection-handle” %} Input custom text here. HTML is fine, as are other...
by Paul Drecksler | Dec 19, 2021 | Updates
I'd like to be able to offer on demand consultation and support on a per minute basis with a minimum per-call charge. Ideally I can do a combination of: Going “Live” so clients can see that they can call right awaySettings “Availability Hours”...
by Paul Drecksler | Dec 16, 2021 | Updates
I'm starting a list of Shopify Apps that offer very generous free plans. These are apps I've discovered and I'm adding them to the list as I've come across them. I haven't used every app on this list. I'm just keeping the list for the future to reference. If you know...
by Paul Drecksler | Oct 25, 2021 | Updates
I published a podcast episode 4 hours ago via Anchor, and while it already appeared on Spotify and Apple Podcasts — it did not appear on Google Podcasts. Everything seemed to be setup properly in my Google Podcast Manager and my Anchor feed was active and...
by Paul Drecksler | Oct 22, 2021 | Updates
I've learned that this is an error with the Divi theme. Add this code to your Custom CSS and it'll remove the second set of stars. form#commentform .comment-form-rating .stars:nth-child(2) { display: none; }