No content to show
User Activity
Awesome! You're welcome Saba!
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...
06-19-2025
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"
06-19-2025
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.
06-19-2025
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.
06-19-2025
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...
12-12-2024
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...
12-12-2024
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...
12-12-2024
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...
12-12-2024
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...
12-12-2024
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.
12-12-2024
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
12-06-2024
Hey Lennart, It seems like Namphan and Made4uo has taken the initiative. Thank you to you both
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
164 | 06-19-2025 08:58 AM | |
1771 | 12-12-2024 04:02 AM | |
660 | 10-10-2024 01:33 AM | |
571 | 10-07-2024 08:17 AM | |
643 | 09-30-2024 11:52 PM |