No content to show
User Activity
If I apply a discount code X that triggers a script to run and then add a code Y, the script will think X is the code applied and will run the script, resulting in both X and Y being applied. It does not run twice, once per code, it runs once and onl...
I have this line at the top of my code: if Input.cart.discount_code&.code == "CYBER2023" && !Input.cart.discount_code&.rejected?However, if the code is rejected (like it has a minimum of $100 and the cart is $50), it rejects the code but applies ever...
11-28-2023
I'm not sure what you mean by scripts. Do you mean the function script or shopify scripts which are being deprecated? If it's shopify scripts I did install it on a dev and live stores before it being removed from the store, but would it be a good app...
I've been having quite a few issues with this type of function. The most pressing one right now is that it doesn't seem like I can decide which line items to display the discounts on.None of my discounts should apply to subscriptions, and I can exclu...
Just ran into another error. I created a product discount, it applies correctly. I had 4 products in my cart, 2 fit the criteria and 2 didn't. It applied correctly. When I removed the 2 products that fit the criteria 1 of the products that didn't fit...
Also, what is message supposed to do? message (String)The discount message. I can't see the result of it anywhere
I'm creating discount codes. I think it's less confusing if it says "discount code isn’t valid for the items in your cart" instead of simply not applying anything. They might think the discount code isn't working instead of knowing the products don't...
Ok, thanks. Another question, how do product discounts show the feedback that "discount code isn’t valid for the items in your cart" if there's no condition field, the target can't be empty, and EMPTY_DISCOUNT shows no feedback?
I've been having problems with excludedVariantIds too. Actually, it seems like a lot of the functionalities don't work, are poorly exemplified, or I'm just getting them wrong. conditions:[{
orderMinimumSubtotal: {
excludedVarian...
02-02-2023
I think you might be mistaking the description for the meta field, or you selected single-line text. When creating the meta field for products, on the "select-type", choose multi-line text, then when you're setting it on the individual products, you'...
If you have problems doing that feel free to send me a message
Not sure what theme you're using, but in any case, I think it can be done with code. You can use liquid's collection object to get a list of products and then get the images of 4 of them. If you have trouble doing that send me a message since it's a ...
02-02-2023
If you're talking about the Collapsible Content section and you're adding it to your default product page, you can set it to get the content dynamically using the product's info or from meta fields. All you have to do is click the button to the right...
Shopify loads the images dynamically using srcset and sizes. Tbh I don't quite understand how it works, but I've had problems with it making the images blurry too. I fixed it by removing the sizes property from the images inside .card__media. It star...
Oh, in that case, it might not work. They are connected in a different way than variants are as far as I know, so depending on how the app works it might not search from meta fields, only variants.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
683 | 02-02-2023 03:34 PM | |
1525 | 01-05-2023 01:46 PM | |
2345 | 01-05-2023 10:36 AM |