elishaolade
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎04-13-2024 06:45 AM
Topic Started
0
Topics Started
Topic Solutions
0
Solutions
Post Count
12
Posts
Post Kudos
3
Likes

Bio: Shopify Theme Development Expert

Community Badges

No content to show

User Activity

True. You need access to the product object. If its the home page, you need to access the object through collection like collection.products. Then run a loop through the collection.products. If its the product page, all you have direct access to the ...
Hey!Try {% assign total = 0 %} {% for variant in product.variants %} {% assign total = total| plus: variant.inventory_quantity %} {% endfor %} I tried your code snippet on my own store, and I also got zero. There is a possibility that the variables...
Good morning! Some knowledge of html, css, and liquid is required. After downloading a free trial for Palo Alto and doing a quick code inspection, you will need to a to add "is-expanded" class value to the accordion content and accordion button. I al...
Hey,Try{{ checkout.attributes.pickup_point }} or {{ checkout.attributes["pickup_point"] }} If that doesn't work, try to add apply the json filter to see the object structure.
Hey @emrecanes do you have an example website in mind? 
Good morning @Roy2021 ,What product builder are you using for your store? Usually, apps provide a way to hide custom products from search. Please consult the documentation.
Hi @ArjunW ,You will need to make changes to both base.css and header.liquid.base.cssFirst, go to line 1849 and change the media query from max-width: 900px to max-width: 750pxOld@media screen and (min-width: 990px) { .header { padding-top: 2re...
Good morning,It's possible, and it can be done quickly, but make sure you store the original styling code. I think that this is a solution for something close to what you asked. But once again, if you do plan to do this yourself, just make sure you k...
Hi Ceasar, Hope you were able to solve this issue. If not, follow these steps:Go to the admin dashboard https://your-store.myshopify.com/admin/themesClick "Explore free themes"Select DebutOnce downloaded, go to the product.liquid file on the new Debu...
This widget could not be displayed.
This widget could not be displayed.
Helpful From