Hello, My client has been successfully doing local deliveries, charging £5 per delivery. But they now want to offer free deliveries if the order value is over £40. There are options to do this kind ...
Jun 8, 2020
Hello, Does anyone know of a way to automatically set the inventory of my products to a specific amount? The suppliers to my client's store can supply a set amount of products per week, so I'd like ...
I've got my store set up for store collection (no shipping). When an order confirmation email is sent out, I'd like it to include the pickup location. When the 'Order ready for pickup' email is sent ...
May 18, 2020
Hello, I'm using the Simple theme for my store, and the up/down arrows in the Quantity boxes (on the Product page, where you specify how many to add to cart) are miniscule. Is there an easy way to m...
May 14, 2020
Hello, I'm having a nightmare using the 'now' | date: '%s' function. I've been tearing my hair out why my site's been behaving weirdly, until I discovered that for some reason Shopify thinks 'n...
Hello, I'm testing out Zapiet Store Pickup + Delivery on my test site: https://ccfm-test.myshopify.com/collections/all before launching it on my real store, assuming I can fix one thi...
Apr 30, 2020
Is it possible to include a Liquid variable in a Collection condition? Here's what I want to do: I have three collection points for my products, let's call them locations A, B & C. I have each p...
Apr 30, 2020
Hello, I've set up a store: ccfm.online It's for click & collect type of orders, and so far (it's been running for just over a week) it all works well. But now my client wants to expand, so the...
Apr 30, 2020
Realised my mistake...but can't delete this post, so please ignore this!
Hello, My store: https://ccfm.online/ which launched a few hours ago has a problem that when the home page is viewed at a medium-narrow width 500-749px (landscape on my Samsung S8 phone), ...
Hello, I recently found a bit of Ruby which creates a function to output the date of next Saturday (or whatever day you feed it): require 'date'def date_of_next() date = Date.parse("Saturday")...
Hello, I'm trying to create some code to output the date of next Saturday (if the current day is Sunday to Thursday) or the Saturday after (if the current day is Friday or Saturday). This is because...
Hello, I am trying to set up a store for a food retailer. As well as the usual product's name, price, weight, etc., they'd like to have a field for 'allergen info' and 'dietary info'. These would no...
Hello, I'm new to Shopify, but I'd like to be able to include a date of "next Saturday" in my order confirmation emails. I've found that I could use the "created_at" property to return the date/time...
Apr 6, 2020
Hello, I've just (this evening) started setting up a test online store for a client using Shopify, and need a bit of help and was hoping someone could point me in the right direction. They'...
No content to show
User Activity
@You2sell @TVCS Add this code to your product-template.liquid file. I'm using the Simple theme, and it goes immediately after line 112 (after "<div class="product-single__policies rte">") and that works for me:{% comment %} Inventory tracking on prod...
Hello,I'm testing out Zapiet Store Pickup + Delivery on my test site: https://ccfm-test.myshopify.com/collections/all before launching it on my real store, assuming I can fix one thing:I want the Product Description Page to show which location(s) the...