avocado23
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-12-2024 03:11 PM
Topic Started
14
Topics Started
Topic Solutions
0
Solutions
Post Count
15
Posts
Post Kudos
3
Likes

Community Badges

No content to show

User Activity

Hello, in the stiletto theme, there is a purchase confirmation popup which shows the latest product added to the cart as a popup. However, while tabbing through the website with keyboard, it doesn't trap focus on the popup. Tabbing can still access t...
I am trying to render the sizes for a product, and in the variants, if an option is unavailable, I want to disable the button, but how can I check if the variant option is unavailable?{% for value in option.values %} <option value="{{ value | escap...
I am new to Remix React projects, hence I'm having a difficult time understanding the structure of the project. I am trying to create a SearchBar Component in the Header and return the first 10 products related to user input. Here is my relevant Sear...
I have a sorted array of strings, and now I want to print them out while labelling them.For example, if my array is [ '1_array_content', '3_array_content', 'apple', 'ant', 'bucket']Then I want to print them out like this: How can I add the first alph...
Hello, I have a section where I'm taking user inputs. For example: chocolate coffee ; capsicum broccoli ; pumpkin honey. Whenever there is a ; it should create a new block. And all the blocks should act as columns. How can I achieve this? The output ...
I have created a page from the admin section and I have created an alternate template for it. So when I view the page, I add ?view='alternate-template-name' at the end of the url. In my template, I am trying to fetch the page.title and page.content f...
I am using Recharge in my theme, and I want to render the subscription details popup (<div class="rc_popup"> inside the <div class="rc-radio rc-option__subsave"> div, and show them side by side. And I want to change the subscription details icon too....
Hello,I am trying to change the position of the recharge subscription and render it below the prices on Warehouse theme. But I can not find the recharge code in my files at all. I did a dom inspection, and there's no rc-container or rc-widget. I was ...
Hello, I am a beginner and I am trying to build a theme from scratch. Recently I came across a term called 'mega menu'. So, I want to try building it. However, everywhere I looked for resources and only the ones with already existing themes showed up...
thank you so much for your reply! it works. however, i don't really understand the if condition. would you mind explaining how this if condition is working here?
I am developing a theme from scratch and I am facing a problem where I am rendering the product options as radio button groups. When the user selects or changes the radio button, I am updating the price accordingly. My problem is, I don't know how to...
Hello,I am a beginner and I have recently learned that it's better to put all your javascript code in one file in the assets folder and then import it to the theme.liquid file.  I know I can import the js file like this:  <script src="{{ 'index.js' |...
I am new to shopify theme development and I'm building a theme from scratch to gain experience. I'm having trouble with the 'add to cart' button on my product page. Even though I have various product options for a product, I am only displaying the 's...
I am trying to customize the numbers for the default_pagination filter. I need to show a box around the numbers. So for this, I need to create a custom class for the numbers, and change the style in CSS. But I can't figure out how to do it. A bit of ...
Hello, I am a beginner in liquid and I am trying to display the variants as radio buttons. And after the customer chooses all the options, different prices will be shown based on the selected variant. I know I can do it easily with dropdowns, but I w...
This widget could not be displayed.
This widget could not be displayed.
Helpful From