The store.virtual attribute returns or sets the Zen Cart virtual attribute for a product.
Values:
- true: The product is marked as virtual in the Zen Cart store.
- false: The product is not marked as virtual in the Zen Cart store.
Example:
WHERE store.virtual
SET store.ListOnEbay TO false
The above commands set the ListOnEbay attribute to false for all virtual products.
.