No content to show
User Activity
10-12-2024
I figured out the issue. I needed access to products in my client's store. The client doesn't have products in the store and I wasn't using product metafields, so I found it weird when Shopify support said to get access to it, but it worked.
10-04-2024
I'm having issues with the theme customizer for some of my clients. When I try to connect to a dynamic source, it stays stuck loading. Does anyone know why this is happening? I contacted Shopify support already and they couldn't figure out the issue....
Does anyone know of a way to have a partner discount be like the following and have it auto-apply at checkout? It needs to have the textile swatch variant be free and all other products/variants be 20% off. I tried creating two Shopify discount codes...
Thanks! I will mess around with this and see if I can get it to work. Here is a link to a product page, At the top of the Console there is an "Array(14)". That's the printed JSON if you're curious.
09-02-2022
I am using jquery. I need to assign two variants two one button and the rest to another button. I have printed the JSON for the product variants in the console for you to see. When you click on "Select Lenses" it brings you to an option if you want t...
09-01-2022
Can't believe I didn't think about that. Works perfectly, thanks!
I'm working in the Streamline theme and needed to rebuild the product grid item so that on hover it displays the last product image instead of going through the slideshow. I got the whole hover part working but when you click on the image, the image ...
08-29-2022
Hey! I was messing around some more and added "$('.prettydropdown').length === 0" to the ".hidden-variant" parts and it worked like a charm. Its good to go now! // update default
if($.trim($('.prettydropdown li.selected .variant-label').html(...
08-29-2022
I am not sure what you are saying. I want to display the message on all products. I updated the code to the following. It now displays the message for products with no variants but now the issue is for the products that have variants, when you change...
08-29-2022
But the products with no variants don't have a '.prettydropdown li.selected .variant-label' since they don't have a dropdown. Wouldn't they need to pull the info from the '.hidden-variant' printed data? Like this product doesn't have a message displa...
08-28-2022
There was an issue with some products that have a blank variant message but are still "Custom Made". I updated the code to the following to try and fix that, but I don't see how it would pull in the correct value when there is no variant dropdown. Wo...
08-27-2022
This works perfectly for products with multiple variants. Only issue now are products with no variants like this one display as 'undefined'
08-22-2022
I've tried this before and it still comes up as undefined.
08-21-2022
Here is the link. Right now it is just displaying the first option on page load, so if someone refreshes the page after they have selected a different option with a different message, it will be wrong.
08-20-2022
Hey, I need to display it for every product. So products that have variants will have the message displayed twice. Sorry, I forgot one portion of the code that is at the top.setTimeout(function(){
$('.variant-input-wrap').find('li').click(functio...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
261 | 10-12-2024 10:35 AM | |
1795 | 07-25-2022 02:46 PM |