Jul 26, 2019
Is there a way to add a confirmation message for when a user changes their password after going through the "Forgot my password" process? Something along the lines of "Password successfully updated" ...
Jul 24, 2019
There appears to be an issue with users logging out of My Account, hitting the browser back button, and being able to view their 'My Account' screen again after logging out. Is there something we nee...
Jun 11, 2019
Here is the code I'm currently using to get the list of tags that are a "Flavor" tag in the current collection. It also gets the number of products that have that tag within the collection and adds a...
No content to show
User Activity
Product JSON data also yields nothing as far as store availability: {
"id":2093386236000,
"title":"Mint Chocolate \u0026 Almonds Holiday Gift Box",
"handle":"mint-chocolate-almonds-holiday-gift-box",
"description":"\u003cp\u003eThis delig...
Agreed that it seems to be a Liquid issue. Displaying a variant object as JSON shows there is literally no data about store availability, so variant.store_availabilities from the Shopify documentation doesn't work. For instance, here is all of the da...
Also having this same issue, so I was wondering if you had figured out a resolution or if Shopify got back to you?
Looking for someone that can help me out with the Edit Address form in addresses.liquid. I have this code (and only this code added in the template): {% for address in customer.addresses %}
{{ address | format_address }}
<div class="form--edit-...