The store.status attribute returns or sets the Zen Cart Product Status.

 

Values:

 

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.