The store.status attribute returns or sets the Zen Cart Product Status.
Values:
- true: The product is enabled in the Zen Cart store.
- false: The product is disabled in the Zen Cart store.
Example:
WHERE !store.status && store.quantity > 0
SET store.status TO true
The above commands select products that are in stock but are not active in the Zen Cart store and set them to active.