No content to show

User Activity

Your wish has come true  The problem is that the Inbox app chat notification dot is added dynamically using javascript so it is not addressable until after that happens. To make matters worse, it is deep within a ShadowRoot which makes it tricky to ...
The problem is that the Inbox app chat notification dot is added dynamically using javascript so it is not addressable until after that happens. To make matters worse, it is deep within a ShadowRoot which makes it tricky to address. After a late-nigh...
This seems like a good use case for a cart note. You can customize the cart note prompt, for example "Please provide contact information for the recipient here".
Good to hear!We are on the same schedule it seems. Last night I worked on sending "Continue Shopping" link to the home page (I think Featured Products is a good option too) and today I am working on the Account pages format...just adding custom CSS t...
Well Bryan, it's a bit of a hack, but this seems to be working. In cart-drawer.js, you should find this line:this.setHeaderCartIconAccessibility(); This line is calling a function that:1. disables the default click behavior of the cart link (event.pr...
Hi Bryan. I attempted to tweak the Refresh theme (header.liquid) to make the header cart icon link to the cart page instead of opening the drawer by modifying the anchor element, but it did not work well. I'm going to try again and will let you know ...
Great! I tweaked your solution a bit because I want the prompt to be specific to the option (e.g. "Select a Size" and "Select a Color"). Your idea of adding a timed event listener to the list box is exactly what I needed to restore the prompts. I had...
Thanks, this is helpful and it works up until the point where the shopper selects an option from one of multiple list boxes. At that point it breaks because the other list box now displays "null - Unavailable" rather than the original "Please select"...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From