Managing seasonal products. #321
-
Hi, We have some items which we only sell seasonally, eg Xmas, etc. We don't want to make them inactive, as we'd still like people to be able to see that they exist. They're digital products, we'd just like a way to prevent people from people from making purchases for 10-months out of the year. I tried setting the What is the easiest way to disable the add-to-cart option? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@holden When attempting to set the By setting the item out of stock, though, this should prevent customers from adding the item to the cart as long as you do not have the 'Allow purchase when out of stock' setting enabled. |
Beta Was this translation helpful? Give feedback.
@holden
stock_status
is an auto enum field that's not supposed to be set directly. You can see the fields specifically by making this request in the API console:Generally it is set based on stock records of the product, but if you find a case where we should support setting this value directly, we would consider it :)