No content to show
User Activity
Yes sure, please send me the theme files in DM.
03-16-2025
Hi @MartyOregon , if you can give me access to your store, I can help you do it for you. Thanks,Abdul Moeed
Hi @sahilsharma9515 , this requires custom coding and you need to replace select tag with div and have to add custom javascript to handle selection and use metaobject or metafield to store variant icons. If you can give me access to your store, I can...
03-16-2025
Hi @renatarubio , there is a google chrome extension called "Shopify theme search (Fast)". You can install and enable this extension, open your theme code editor and in the search bar you can easily search for any code and it will highlight the files...
Hi @JoseRP , can you please share your website url? Also let me know if you have added google tag manager code manually in theme files or have you used app for that?
03-16-2025
Hi, in order to fix this issue you need to find something similar in your theme code: {% assign product_url = product.url | within: collection %} and just remove the within filter so that it will look like this: {% assign product_url = product.url %}...
03-16-2025
Hi, please add the following code at the end of your featured-collection.css file..product-slider--nav-button {
opacity: 1 !important;
visibility: visible !important;
}
Hi @flaner add the following css in your base.css file .product-media-container.constrain-height.media-fit-contain {
width: 100% !important;
}
.product-media-container.constrain-height .media {
padding-top: 0 !important;
}
.product-media-contai...
Hi, if you have enabled abandoned checkout email automation then it will quickly eat up your quota for emails. And this is something that has always annoyed the shopify merchants. I can help you prevent this. Would you please let me know if you have ...
Hi @RiddleOfSteel , what you can do is take the data from the order and store it in order metafield and the modify your theme to show the data in that metafield. If you can let me know of the complete process and what you are trying to achieve, maybe...
Hi @Dgoldfe13 , would you please let me know if you are tracking the inventory for the products in this collection?
@JFinn7 Just sent you the DM
okay got it let me analyze your products and I will provide you the appropriate solution accordingly. I previously solved this issue for another shopify store by tracking the inventory and setting the inventory to 0 so that bot cannot checkout the pr...
03-12-2025
Okay got it. Can you please give your store access so that I can fix this issue for you?
03-12-2025
@flaner Have you edited the theme code because from the error message it seems that the particular file is not present in your theme files?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
511 | 03-13-2025 08:48 AM | |
255 | 03-12-2025 08:27 PM | |
333 | 02-19-2025 01:32 PM | |
443 | 02-19-2025 01:11 PM | |
436 | 02-19-2025 12:45 PM |