-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to reset Shopify API compare at price #577
Comments
I am also experiencing this issue. I've been trying to modify the source code by changing the default value handling to however it still does not include the default value of null. |
someone coded a workaround here: But I can't get this to compile even. |
This is based on #373 public class ProductVariantServiceEx : ProductVariantService
|
Thanks Rohan! Brian |
Thanks guys! Great help! |
I used to be able to set compare_at_price to null after a product was on sale but now I get an error
Example:
Price was: 1000, Compare at 1200
I want to reset it the Price to 1200, with compare at 0.
(422 Unprocessable Entity) compare_at_price: Compare at price needs to be higher than Price
I can neither set it to 0, so how will I disable the compare_at_price to 0 or null or remove it?
The text was updated successfully, but these errors were encountered: