No content to show

User Activity

Hi Saba, Try changing this into{% for p in product.metafields.custom.linked_product_list %}this{% for p in product.metafields.custom.linked_product_list.value %} Notice the .value at the endThis should render it correctly, or at the very least, trigg...
Does the same "Payment pending" show on devices that used Safari -- Apple Pay on checkout?
Hey Saba,I believe what you are seeing is thisCPL: {{ product.metafields.custom.linked_product_list }}Which renders the entire list onto the page. Try to remove that, and try again.Also, use "p.product" suffix on all instances of "p"
Hey Clank, For that, you'll need to integrate an outside library or service into your theme. Cropper.js and Croppie.js are examples of such integration.
Hey,I believe you can activate it, then deactivate selling to other countries except Belgium.That way, your store only sells to the Belgium market.
Hey Mary,By "payment is never taken", does that mean that after the user checks out using Apple Pay option:1. no money is being sent to your account and2. no money is being taken from their Apple account?
Hey Saba,Try doing {{ p.product.title }} instead of {{ p.product }}Code sample {% for p in product.metafields.custom.linked_product_list %} <!-- 1 --> P: {{ p.product }} {% assign matching_count = matching_count | plus: 1 %} {% captu...
I see. There are quite a few holes that needs fixing. Like, what if the customer places another 6-pack order, 3 months before they get reminded? They'll still be reminded on the 6th-month mark even though they already bought another pack 3 months ago...
Hey Amoss, Unfortunately, that will only trigger once after the first two purchases. Not sure how to create one at the moment that can trigger every 2 purchases. Tried using Shopify Flow, but it can't do math. Maybe adding a customer tag or metafield...
Hey Elli, If you're talking about non-custom code changes, most of those changes get transferred onto the updated theme. As for custom code changes, you'll need to do them again. Also, when you update your theme, your current theme doesn't actually g...
How about adding a customer metafields (let's call this LRemind and LBought). Then this metafield contains the date at which they got last reminded and last bought that 6-pack product. Then an automation runs everyday at 12AM to look at every custome...
This "solves" his problem but it actually doesn't and worse, it introduces new problems which is terrible. Implementing this breaks his current setup and no longer allows customers to log in or sign up. 
Hey Amoss,You can easily change the text without touching code via Edit Theme Content. Just search for Log In Page, then Title. That's the one that changes the title in the login page for Ride Theme 
Hey Lennart, It seems like Namphan and Made4uo has taken the initiative. Thank you to you both
This widget could not be displayed.
This widget could not be displayed.